|
|||||||||||
|
[Snort-sigs] Re: Signatures related to POP3 overflow attempt
From: Nate Haggard <nate(at)securitymetrics.com>
Date: Wed May 28 2003 - 12:33:30 EDT
05/05-18:05:21.126383 < l/l len: 6 l/l type: 0x1 0:40:96:41:E4:55
pkt type:0x0 proto: 0x800 len:0x52
6C 69 6E 6B 2E 6E 65 74 0D 0A link.net.. The packet ends with |0d 0a| (CRLF) and that should not match the rule with "content:"USER"; nocase; content:!"|0a|"; within:50;" To fix this false positive add content:!"|0d|"; to the rule. The rule modifictaions I have made are the following:
alert tcp $EXTERNAL_NET any -> $HOME_NET 110 (msg:"POP3 USER overflow
attempt"; flow:to_server,established; content:"USER "; nocase;
content:!"|0a|"; content:!"|0d|"; within:50; reference:bugtraq,789;
reference:cve,CVE-1999-0494; reference:nessus,10311;
classtype:attempted-admin; sid:1866; rev:4;)
alert tcp $EXTERNAL_NET any -> $HOME_NET 110 (msg:"POP3 AUTH overflow
attempt"; flow:to_server,established; content:"AUTH "; nocase;
content:!"|0a|"; content:!"|0d|"; within:50; classtype:attempted-admin;
sid:1936; rev:1;)
Nate Haggard This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 Snort-sigs mailing list Snort-sigs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-sigs Received on Thu May 29 09:03:46 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:08:29 EDT |
||||||||||
|
|||||||||||