|
|||||||||||
|
RE: [Snort-sigs] Nimda
From: Joe Kinsella <jkinsella(at)silverbacktech.com>
Date: Wed May 28 2003 - 08:52:58 EDT Am I right that none of these http requests would be flagged by the defeault Snort rules as an attack? The above is just about identical to the original CERT advisory for Nimda. Am I missing something? If not, some questions about rule creation: 1) How do I assign sids to my rules? Do I just use the next available id? 2) If I was creating rules for the above signature, would I create one rule for each of the above? Or should I just create three rules (root.exe, cmd.exe and default.ida)? Thanks in advance. Joe
-----Original Message-----
>From web-client.rules: alert tcp $HOME_NET any -> $EXTERNAL_NET $HTTP_PORTS (msg:"WEB-CLIENT readme.eml download attempt"; flow:from_client,established; uricontent:"/readme.eml"; nocase; classtype:attempted-user; sid:1284; reference:url,www.cert.org/advisories/CA-2001-26.html; rev:9;) alert tcp $EXTERNAL_NET $HTTP_PORTS -> $HOME_NET any (msg:"WEB-CLIENT readme.eml autoload attempt"; flow:to_client,established; content:"window.open(\"readme.eml\""; nocase; classtype:attempted-user; sid:1290; reference:url,www.cert.org/advisories/CA-2001-26.html; rev:8;) Both these rules pertain to the spread of Nimda. >From tftp.rules:
alert udp any any -> any 69 (msg:"TFTP GET Admin.dll"; content:
"|0001|"; offset:0; depth:2; content:"admin.dll"; offset:2; nocase;
classtype:successful-admin;
also pertains to the attempt to spread infection. Further information can be found at: http://www.snort.org/snort-db/sid.html?sid=1284 http://www.snort.org/snort-db/sid.html?sid=1290
On Tue, 27 May 2003 16:42:00 -0400
: I'm new to snort so please forgive me if I am re-treading old ground.
Nigel Houghton Security Engineer Sourcefire Inc. "I have read of a place where humans do battle in a ring of Jell-O." This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge Snort-sigs mailing list Snort-sigs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-sigs Received on Wed May 28 10:04:25 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:08:29 EDT |
||||||||||
|
|||||||||||