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.




Network Security Snort-Signatures
[Top] [All Lists]

[Snort-sigs] False positive in GEN:SID 1:3634

Subject: [Snort-sigs] False positive in GEN:SID 1:3634
Date: Fri, 23 Feb 2007 11:43:58 -0500 (EST)
First time posting about a false positive, so please forgive me if I'm
doing it incorrectly.

Rule:  WEB-CLIENT Mozilla bitmap width integer overflow multipacket
attempt

--
Sid: 3634

--
False Positives: This rule reports on contents containing "BM" which
matches on both "BMP" and on "IBM HTTP Server."  I am getting false
positives when a packet includes "IBM HTTP Server" and the other parts
of the rule.  Here is the rule I am using:

alert tcp $EXTERNAL_NET $HTTP_PORTS -> $HOME_NET any (msg:"WEB-CLIENT
Mozilla bitmap width integer overflow multipacket attempt";
flow:to_client,established; flowbits:isset,http.bmp; content:"BM";
byte_test:4,>,83386080,16,relative,little; reference:bugtraq,11171;
reference:cve,2004-0904;
reference:url,bugzilla.mozilla.org/show_bug.cgi?id=255067;
classtype:attempted-admin; sid:3634; rev:2;)

Would it be beneficial to change the content:"BM" to content:"BMP" in
the rule?

Thanks,
Brian

-- 
Brian Epstein <snort@epiary.org>
Key fingerprint = F9C8 A715 933E 6A64 C220  482B 02CF B6C8 DB7F 41B4

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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>
  • [Snort-sigs] False positive in GEN:SID 1:3634, Brian Epstein <=