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] FP for psyBNC (493)

Subject: [Snort-sigs] FP for psyBNC (493)
Date: Mon, 14 Aug 2006 13:27:13 +0100 (BST)
Hi,

We just had a false positive where a user (ok, me) read an email
where the email body text contained a psyBNC banner string

(the email was discussing an incident involving psyBNC...)

Looking at the rule, the FP is not surprising, as it appears to look for 
the string *anywhere* in the packet:

  alert tcp $HOME_NET any -> $EXTERNAL_NET any (msg:"INFO psyBNC access";
   flow:from_server,established; content:"Welcome!psyBNC@lam3rz.de";
   classtype:bad-unknown; sid:493; rev:5;)

A real psyBNC banner (on a hacked machine etc) will always be at the start 
of the packet.  In every case we've seen, the string being tested for 
appears after a colon - e.g:

  :Welcome!psyBNC@lam3rz.de NOTICE * :MaZuRRel

Thus, I suggest adding a "depth: 25" condition to this rule (hope I've 
counted right) which should eliminate most FPs and speed things up too.

Chris

--
Chris Edwards, Glasgow University Computing Service






-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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] FP for psyBNC (493), Chris Edwards <=