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]

Re: [Snort-sigs] RE: Apache Proxy

Subject: Re: [Snort-sigs] RE: Apache Proxy
Date: Fri, 14 Jan 2005 10:17:43 -0600
--On Friday, January 14, 2005 08:35:33 AM -0500 "Hudak, Tyler" <Tyler.Hudak@roadway.com> wrote:


If you are going to do rules for GET and HEAD, don't forget to include POST and CONNECT!

alert tcp any any -> $HTTP_SERVERS $HTTP_PORTS (msg:"Proxy POST Request";
flow:to_server,established; content:"POST http\://"; depth:12; nocase;
classtype:bad-unknown; sid:1000002; rev:1;)

alert tcp any any -> $HTTP_SERVERS $HTTP_PORTS (msg:"Proxy CONNECT
Request"; flow:to_server,established; content:"CONNECT "; depth:8;
nocase; classtype:bad-unknown; sid:1000003; rev:1;)

FYI, you're missing the semi-colon after the SID. This is a fatal error that will prevent snort from running.

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ 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>