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: SSH server under attack... |
|---|---|
| Date: | 25 Jan 2006 17:50:04 -0000 |
I'd have to say that a DoS against your users is highly unlikely given the type of attack that is occuring based on the logs you have posted; only 3 attempts per username before moving on to the next account. Why? Most sensible admins would configure MaxAuthTries in /etc/sshd_config to a value of 3, max. This limits the attacker to a finite number before having to move on to the next account to attack preventing their scripts from focusing on a single account. IMO, what you have is a plain and simple brute force attempt that has 2 obvious goals in mind: 1) determing valid accounts 2) looking for weak passwords associated to those accounts. Simply changing your sshd listening port is a very small step in securing your host when looking at it from the big picture. Most would argue, and I would wholeheartedly agree, that it is security through obscurity. Recommendations: 1) run on a different port - slows down an attacker temporarily (as witnessed) 2) use an external authentication source - radius/rsa configured via PAM modules 3) PublicKey Authentication 4) Port Knock Sequencing authentication using IPTables (*relatively* new to the white hat community, but around for quite some time). 5) Possibly create a chroot jail for your users Using some of the aforementioned recommendations will help in stopping brute force attempts from becoming a nightmarish reality :) All sensible comments welcome! --------------------------------------------------------------------------- EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE The Norwich University program offers unparalleled Infosec management education and the case study affords you unmatched consulting experience. Tailor your education to your own professional goals with degree customizations including Emergency Management, Business Continuity Planning, Computer Emergency Response Teams, and Digital Investigations. http://www.msia.norwich.edu/secfocus ---------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: University Degree or CISSP (U), evb |
|---|---|
| Next by Date: | Re: Re: University Degree or CISSP, ilaiy |
| Previous by Thread: | Re: SSH server under attack..., Timothy Hall |
| Next by Thread: | Re: Re: SSH server under attack..., bob |
| Indexes: | [Date] [Thread] [Top] [All Lists] |