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] Pb with rule 2000346

Subject: [Snort-sigs] Pb with rule 2000346
Date: Mon, 06 Sep 2004 16:07:40 +0200
This rule contain a mistake:

alert tcp $EXTERNAL_NET any -> $HOME_NET !6661:6668 (msg:"BLEEDING-EDGE IRC - Name response on non-std port"; content:"\:"; offset:0; depth:1; content:" 302 "; content:"=+"; content:"@"; dsize:<128; flow:to_client,established; tag:session,300,seconds; classtype:trojan-activity; sid:2000346; rev:3;)

It should be :

alert tcp $EXTERNAL_NET !6661:6668 -> $HOME_NET any (msg:"BLEEDING-EDGE IRC - Name response on non-std port"; content:"\:"; offset:0; depth:1; content:" 302 "; content:"=+"; content:"@"; dsize:<128; flow:to_client,established; tag:session,300,seconds; classtype:trojan-activity; sid:2000346; rev:4;)

Thierry Chich


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ 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] Pb with rule 2000346, Chich Thierry <=