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] New idea in change tracking for nets

Subject: [Snort-sigs] New idea in change tracking for nets
Date: Tue, 31 Aug 2004 22:49:45 -0500
A new idea came our way to augment an organization's change control measures. We're writing signatures to track when devices on the network have config changes made remotely.

First step is routers and switches. Most are managed via telnet (even though ssh is better), and the configuration modes are easily recognizable.

alert tcp $HOME_NET 23 -> any any (msg:"BLEEDING-EDGE Cisco Device in Config Mode"; classtype:not-suspicious; flow:established; content:"Enter configu
ration commands, one per line"; nocase; nocase; sid:2001239; rev:3;)
alert tcp $HOME_NET 23 -> any any (msg:"BLEEDING-EDGE Cisco Device New Config Built"; classtype:not-suspicious; flow:established; content:"Building co
nfiguration..."; nocase; sid:2001240; rev:3;)


The idea is such a simple one, but a great one we think. If you've got a few minutes next time you make a change on a router, firewall, switch, proxy server, web interface to a device, whatever, please get a packet dump. Either send it in or make a rule up and send that in. I think this could be a great project. Simple idea, but very effective.

If you can think of other devices where changes would be detectable via network traffic please let us know as well.

Just another argument for having IDS on your net as well. :)

Matt


------------------------------------------------------- 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>