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

| Subject: | Re: [Snort-sigs] SSH brute force attack sig |
|---|---|
| Date: | Wed, 06 Jul 2005 11:49:28 -0700 |
Does anyone have one?
I put together a very simple one to catch *outgoing* evil, but I'm wondering if anyone has packet captures that would help with content definitions.
Here's the rule I wrote:
# New rule for catching ssh brute-force attacks
alert tcp $HOME_NET any -> any 22 (msg:"SSH Brute-Force attack"; threshold: type both, track by_src, count 2000, seconds 60; classtype:trojan-activity; sid:1000281; rev:2;)
It's catching some legitimate sessions, so I'l probably need to raise the threshold more, but I'm wondering if there's a packet capture that has something unique the rule could trigger on.
The problem with active and adaptive attacks against long-lived cryptographic secrets (decryption keys in the pubkey pair, for example) is that they can be accomplished quietly, over the course of days or weeks, without detection. The remote timing attack against OpenSSL run without blinding is one such attack.
In some cases it's a defect in the protocol -- the adaptive chosen plaintext attack against WEP succeeds because decryption errors and stats aren't reported, or even accessible, in 802.11 et seq.
I'm curious about what this accomplishes, apart from raising the ambient noise level.
------------------------------------------------------- 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
| Previous by Date: | Re: [Snort-sigs] SSH brute force attack sig, Paul Schmehl |
|---|---|
| Next by Date: | Re: [Snort-sigs] SSH brute force attack sig, Paul Schmehl |
| Previous by Thread: | Re: [Snort-sigs] SSH brute force attack sig, Paul Schmehl |
| Next by Thread: | Re: [Snort-sigs] SSH brute force attack sig, Paul Schmehl |
| Indexes: | [Date] [Thread] [Top] [All Lists] |