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] FP for 100000892

Subject: [Snort-sigs] FP for 100000892
Date: Tue, 27 Mar 2007 08:56:31 +0200
This sig is generatong a lot of false positives: 
the problem is that a flow from $HOME_NET with the source port 1720 can 
correspond to the sig :

alert tcp $EXTERNAL_NET any -> $HOME_NET 1720 (msg:"COMMUNITY MISC Q.931 
Invalid Call Reference Length Buffer Overflow"; flow:established; content:"|
08|"; depth:1; byte_test:1,>,4,1; classtype:attempted-dos; 
reference:url,www.ethereal.com/news/item_20050504_01.html; 
reference:url,www.elook.org/internet/126.html; sid:100000892; rev:1;)

I suggest to change this rule as:
 
alert tcp $EXTERNAL_NET any -> $HOME_NET 1720 (msg:"COMMUNITY MISC Q.931 
Invalid Call Reference Length Buffer Overflow";flow:to_server,established; 
content:"|08|"; depth:1; byte_test:1,>,4,1; classtype:attempted-dos; 
reference:url,www.ethereal.com/news/item_20050504_01.html; 
reference:url,www.elook.org/internet/126.html; sid:100000892; rev:2;)

-------------------------------------------------------------------------
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] FP for 100000892, Thierry CHICH <=