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] Question about sid:159

Subject: [Snort-sigs] Question about sid:159
Date: Wed, 15 Jun 2005 16:39:48 -0500
This is 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;)


The online writeup for the rule is here:
<http://www.snort.org/pub-bin/sigs.cgi?sid=159>

It reads, in part, "The server portion opens TCP port 5031 by default to establish a connection between client and server."

Antionline lists the default NetMetro port as 5031:
<http://www.antionline.com/printthread.php?threadid=130966>

Dark-e, which has the trojan available for download in two version (1.0.0 and 1.0.4), lists the default port as 5031 and states that the port cannot be changed:
<http://www.dark-e.com/archive/trojans/NetMetro/index.html>


Unfortunately, I can't get to whitehats.com right now, but I'm certain it would also list the default port as 5031.

Looks to me like the rule is wrong. It should read:
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:7;)


Correct?

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/


------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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] Question about sid:159, Paul Schmehl <=