|
|||||||||||
|
[Snort-devel] New feature wanted: Locate the bad guy?
From: Martin Olsson <elof(at)sentor.se>
Date: Thu Jun 19 2003 - 06:07:04 EDT One thing I miss in my Snort + ACID + SnortCenter system is the possibility to easily show the operator on what side (source or destination) the bad guy is located. ACID (with SnortCenter) can display the "Most Frequent 15 Source Addresses" and the "Most Frequent 15 Destination Addresses". These reports show exactly that - the most common src and dst ADDRESSES. One might think that the list of the 15 source addresses are where the bad guys are, and the 15 destinations are their targets. This isn't so. The snort rules contain both alerts for attacks and attack responses.
Example:
When listing the most frequent source addresses we'll see A and C.
So, how do we get a report where the sources and destinations of the acual ATTACKS are shown? If we add a new field in the rules, declaring what side of the packet is "bad", then we should be able to create a reporting mechanism that put together the correct report. Example: This is how the rules look like at present time: alert tcp any any -> any any (msg:"Attack"; content:"cmd.exe";) alert tcp any any -> any any (msg:"Response"; content:"\WINNT\system32";) This is how they could look like with the new field: alert tcp any any -> any any S (msg:"Attack"; content:"cmd.exe";) alert tcp any any -> any any D (msg:"Response"; content:"\WINNT\system32";)
^
S = The source address is the bad guy (he wants to run cmd.exe) D = The destination address is the bad guy (the source address is replying
with a DOS-prompt)
just log packets with no particular options) What do you think?
Martin Olsson
This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php Snort-devel mailing list Snort-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-devel Received on Thu Jun 19 06:26:42 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:08:06 EDT |
||||||||||
|
|||||||||||