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 positives on 1360.5 et al.

Subject: [Snort-sigs] False positives on 1360.5 et al.
Date: Wed, 6 Oct 2004 14:19:43 -0600
Those who actually did not disable 1360 (WEB-ATTACKS netcat command 
attempt), 1365 (WEB-ATTACKS rm command attempt), and other similar 
rules due to the sheer number of false positives might want to consider 
replacing them with the following updates:


alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS $HTTP_PORTS 
(msg:"WEB-ATTACKS netcat command attempt"; 
flow:to_server,established; uricontent:"nc "; pcre:"/\bnc /U"; 
classtype:web-application-attack; sid:1360; rev:6;)

alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS $HTTP_PORTS 
(msg:"WEB-ATTACKS rm command attempt"; 
flow:to_server,established; uricontent:"rm "; pcre:"/\brm /U"; 
classtype:web-application-attack; sid:1365; rev:6;)

etc.


+ use HI so evasion is harder
+ significantly reduced false positives
- now require PCRE, hence snort 2.1+

To Sourcefire: I am not sure if these updates are worth
incorporating into the main ruleset,

Cheers,
nnposter


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
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 positives on 1360.5 et al., nnposter <=