Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | [Snort-sigs] False positive in 1992.8 (FTP LIST directory traversal attempt) |
|---|---|
| Date: | Thu, 2 Dec 2004 21:32:43 -0700 |
Rule: FTP LIST directory traversal attempt -- Sid: 1992 -- The rule has a false positive when an inspected packet consists of multiple FTP commands where each command contains an instance of dot-dot, such as "LIST ..\nCWD ..\n". I am proposing to replace the original set of content clauses... content:"LIST"; nocase; content:".."; distance:1; content:".."; distance:1; ...with a regular expression to ensure that the whole pattern is a single line pcre:"/LIST\b[^\n]*?\.\.[^\n]*?\.\./mi"; The updated rule would then look as follows: alert tcp $EXTERNAL_NET any -> $HOME_NET 21 (msg:"FTP LIST directory traversal attempt"; flow:to_server,established; content:"LIST"; nocase; pcre:"/LIST\b[^\n]*?\.\.[^\n]*?\.\./mi" reference:bugtraq,2618; reference:cve,2001-0680; reference:cve,2002-1054; reference:nessus,11112; classtype:protocol-command-decode; sid:1992; rev:9;) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Snort-sigs mailing list Snort-sigs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-sigs
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [Snort-sigs] Suggestions for new attack response rules, Jason |
|---|---|
| Next by Date: | Re: [Snort-sigs] netbios rule question, Russell Fulton |
| Previous by Thread: | [Snort-sigs] unscribe, FG12sqTSS |
| Next by Thread: | [Snort-sigs] Reducing FPs by linking attacks to service versions, root |
| Indexes: | [Date] [Thread] [Top] [All Lists] |