Re: SNORT Alert Messages
Y M via Snort-devel <[email protected]> Sun, 10 Jun 2018 01:05:38 +0000
| Newsgroups | gmane.comp.security.ids.snort.devel |
|---|---|
| Message-ID | <BN6PR1701MB1843A078F661A2AA8D45941DA8790@BN6PR1701MB1843.namprd17.prod.outlook.com> |
Besides reviewing the pcap, you can also do the following:
In Snort 2 > -A console:test
In Snort 3 > -A log_hext , this will get you closer but not what you are looking for. You can play with --lua "log_hext = { raw = true }", but I didn't get the output you are looking for.
YM
________________________________
From: Snort-devel <[email protected]> on behalf of Y M via Snort-devel <[email protected]>
Sent: Sunday, June 10, 2018 3:21 AM
To: [email protected]
Subject: Re: [Snort-devel] SNORT Alert Messages
Comments inline.
________________________________
> Hello again everyone,
>I want to learn which alert belongs to which packet when SNORT prints alert messages. Is there any unique parameter that identifies packets?
Such questions are better suited to the snort-user list. You will probably catch wider audience there.
>For example, when I give a pcap file which includes more than 50.000 packets inside to SNORT, I want to see alert messages like that:
>[some alert] - Packet ID: 125
>[some alert] - Packet ID: 200
>[some alert] - Packet ID: 1456
>.
>.
>.
>[some alert] - Packet ID: 23500
Which Snort version are we talking about here?
>If there not exist unique parameter for packets, how can I learn which alert belongs to which packet from alert messages ?
By reviewing the packets via tcpdump/wireshark/tshark and correlating that to the detected rules? You can also chop your pcap to smaller chunks, which should make it easier.
>Thanks.
_______________________________________________
Snort-devel mailing list
[email protected]
https://lists.snort.org/mailman/listinfo/snort-devel
Please visit http://blog.snort.org for the latest news about Snort!