It was a bad start to a Monday morning: I arrived at work to find the intrusion detection system so bogged down in alerts that it was barely responsive.
Expand all |
Post comment
Responding to a Brute Force SSH Attack
2009-01-27
Jansen Sena (jansen (at) jsena (dot) info [email concealed])
Jansen Sena (jansen (at) jsena (dot) info [email concealed])

Port knocking just adds another password to guess, it gives some stealth but makes things much more complicated for your uses.
Using a non standard port doesn't change much. First attack is nmap and then you'll get the knowledge with simple telnet:
beta$ telnet myhost 22
Trying 172.16.0.1...
Connected to myhost.examlpe.com.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.1p1 FreeBSD-20080901
and black listing? How about white listing, only permit the ranges you know need to contact your server. if you have no business in romania, why do you allow them to ssh to your servers?
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/infocus/1903/1316#1316