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] RE: Apache Proxy |
|---|---|
| Date: | Fri, 14 Jan 2005 10:17:43 -0600 |
FYI, you're missing the semi-colon after the SID. This is a fatal error that will prevent snort from running.
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;)
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> |
|---|---|---|
| ||
| Previous by Date: | Re: [Snort-sigs] Apache Proxy, Alex Kirk |
|---|---|
| Next by Date: | Re: [Snort-sigs] Apache Proxy, Alex Kirk |
| Previous by Thread: | [Snort-sigs] Re: Question about bleeding Netsky rule?, James Riden |
| Next by Thread: | RE: [Snort-sigs] RE: Apache Proxy, Hudak, Tyler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |