https://github.com/ledorub/snort-parser
Simple snort output parser written for my friend's master thesis
https://github.com/ledorub/snort-parser
parser
Last synced: 10 months ago
JSON representation
Simple snort output parser written for my friend's master thesis
- Host: GitHub
- URL: https://github.com/ledorub/snort-parser
- Owner: Ledorub
- Created: 2021-05-19T16:55:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T20:09:33.000Z (about 5 years ago)
- Last Synced: 2025-01-30T08:25:54.701Z (over 1 year ago)
- Topics: parser
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snort-parser
## Simple snort output parser written for my friend's master thesis.
It was designed to parse records stored in a file in one of the following formats:
```
04/26-15:59:21.932974 192.168.59.129:4444 -> 192.168.59.90:49168
TCP TTL:64 TOS:0x0 ID:30257 IpLen:20 DgmLen:168 DF
***AP*** Seq: 0xDBA1D0A5 Ack: 0x7525493A Win: 0x1F5 TcpLen: 20
```
```
09/27-06:20:05.557801 192.168.1.1:53 -> 192.168.1.3:60384
UDP TTL:255 TOS:0x0 ID:20613 IpLen:20 DgmLen:140 DF
Len: 112
```