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: | Re: [Snort-sigs] False positive for rule 1:1365 |
|---|---|
| Date: | Mon, 27 Sep 2004 22:58:57 -0500 (CDT) |
On Fri, 24 Sep 2004, Worthy wrote:
I found false positive for rule 1:1365 it looks like this: GET /pphlogger.php?id=[id]&referer=http%3A//www.domain.com.pl/%3F6%26 &r=1024x768&c=32&showme=n&st=js&title=Dystrybucja%20maszyn%20rolniczych %20firm%20McCormick%2C%20Laverda%2C%20Kverneland%2C%20Manitou%20i%20 HTTP/1.1 this innocent request contain string rm%20 can rule may be changed to avoid such false positives?
A \b (word boundary) pcre specifier might narrow this sig to your liking: msg:"WEB-ATTACKS rm command attempt"; flow:to_server,established; content:"rm%20"; nocase; pcre:"/\brm%20/i"; <---------------------- classtype:web-application-attack; sid:1365; The above will match, for example, "GET /0wn3d.cgi?cmd=rm%20-f%20/", but not "GET /innocent.cgi?var=charm%20%26%20strangeness" (nor your example), even though "rm%20" appears in both. -Mike ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ 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: | [Snort-sigs] GDI Sig, Matt Jonkman |
|---|---|
| Next by Date: | Re: [Snort-sigs] bleedingmalware sigs and severity, Burak DAYIOGLU |
| Previous by Thread: | [Snort-sigs] False positive for rule 1:1365, Worthy |
| Next by Thread: | RE: [Snort-sigs] False positive for rule 1:1365, Truax, Shawn (MBS) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |