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] Case-sensitivity in 2570.6 (WEB-MISC Invalid HTTP Version S

Subject: [Snort-sigs] Case-sensitivity in 2570.6 (WEB-MISC Invalid HTTP Version String)
Date: Fri, 12 Nov 2004 17:15:00 -0700

Rule:  WEB-MISC Invalid HTTP Version String

--
Sid: 2570

--
False Negatives:
Current version of the rule incorrectly assumes specific HTTP version
capitalization.

See http://www.faqs.org/rfcs/rfc2616.html


I am proposing to add "nocase" to the first content clause:

alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS $HTTP_PORTS 
(msg:"WEB-MISC Invalid HTTP Version String"; flow:to_server,established; 
content:"HTTP/"; nocase; isdataat:6,relative; content:!"|0A|"; within:5; 
reference:bugtraq,9809; reference:nessus,11593; 
classtype:non-standard-protocol; sid:2570; rev:7;)


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
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] Case-sensitivity in 2570.6 (WEB-MISC Invalid HTTP Version String), nnposter <=