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] FPs on sid 159

Subject: Re: [Snort-sigs] FPs on sid 159
Date: Thu, 9 Mar 2006 12:59:30 -0600
On  0, Paul Schmehl <pauls@utdallas.edu> allegedly wrote:
This rule has been bugging me for a while.  As you can see, all it looks 
for is two hypens side by side.  Unfortunately, the Arachnids site appears 
to be down, so I have no way of knowing how they decided to look for those 
two characters, but, as you can see from the payload below, it's trivial to 
trip this alert with encrypted or binary packets.

Here's the rule:

alert tcp $EXTERNAL_NET any -> $HOME_NET 5032 (msg:"BACKDOOR NetMetro File 
List"; flow:to_server,established; content:"--"; reference:arachnids,79; 
classtype:misc-activity; sid:159; rev:6;)

<big snip>
 
Surely we can either can this rule or improve it so that it's more accurate?

At a minimum it should be:
alert tcp $EXTERNAL_NET any -> $HOME_NET 5031 (msg:"BACKDOOR NetMetro File 
List"; flow:to_server,established; content:"--"; reference:arachnids,79; 
classtype:misc-activity; sid:159; rev:6;

If not:
alert tcp $EXTERNAL_NET 5031 -> $HOME_NET any (msg:"BACKDOOR NetMetro File 
List"; flow:to_server,established; content:"--"; reference:arachnids,79; 
classtype:misc-activity; sid:159; rev:6;

NetMetro uses both 5031 and 5032 as it's server ports. However, the
content match in this rule is weak and the actual NetMetro Trojan is now
pretty hard to find in order to verify and come up with a better rule
than this.

Also, NetMetro is known to run on Windows 95, 98 and NT only and there
is no evidence to suggest it runs on anything else. My suggestion would
be to disable that rule.

+--------------------------------------------------------------------+
     Nigel Houghton      Research Engineer       Sourcefire Inc.
                   Vulnerability Research Team

         There is no theory of evolution, just a list
            of creatures Vin Diesel allows to live.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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>