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-Users
[Top] [All Lists]

Re: [Snort-users] Tor Tactics...rules? Bueller? Bueller?

Subject: Re: [Snort-users] Tor Tactics...rules? Bueller? Bueller?
Date: Tue, 18 Jul 2006 15:15:19 -0400
Ryan Trost wrote:
I'm somewhat unfamiliar with the Tor servers and their packet signatures.  
Has anybody written any rules to alert on Tor traffic (internal or 
external)?

Hi, Ryan! I wrote a Tor rule quite some time ago, and it's working well for
me.  Feel free to use it if you like:

alert tcp any any -> $HOME_NET any (msg: "LOCAL Tor Proxy Connection 
Attempt."; content: "TOR"; content: "<identity>"; within:30; 
classtype:policy-violation; resp:rst_all; sid:9000030; rev:1;)

As written, the rule includes "resp:rst_all;" which attempts to shut
down the TCP session.  This doesn't work reliably, but it does have the
effect of slowing down the Tor session considerably, so I keep it in
there.  If you want to use it, you need to make sure snort is compiled
with the "flexible response" (flexresp) option, otherwise just
delete that part.

The Bleeding Snort project has a set of TOR rules that are good, too.
They're part of the bleeding-policy.rules files at bleedingsnort.com.

No matter whether you use my rules or the bleeding snort rules, you'll
want to apply an alert threshold so you don't get overwhelmed.  Tor
creates lots of connections, meaning lots of alerts.

What's the general feeling towards it's abilities?  [feel free to take these 
offline]

Tor's great!  I use it frequently, and I have the annoying green
T-shirt. 8-)  In my opinion, every security analyst should have access,
because there are just some times when you want to be anonymous
while contacting Internet-based resources (downloading malware samples
from an active distribution point, for example).

        David


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

<Prev in Thread] Current Thread [Next in Thread>