Slashdot Mirror


The Optimum Attack Rate For SSH Bruteforce? Once Every Ten Seconds

badger.foo writes "Remember the glacially slow Hail Mary Cloud SSH bruteforcers? They're doing speedup tweaks and are preparing a comeback, some preliminary data reported by Peter Hansteen appear to indicate. The optimum rate of connections seems to be 1 per ten seconds, smack in the middle of the 'probably human' interval."

55 of 167 comments (clear)

  1. Passwords are for philistines by halber_mensch · · Score: 5, Informative

    RSA keypair auth, disable password auth, bruteforcers irrelevant.

    --
    perl -e "eval pack(q{H*},join q{},qw{70 72696e74207061636b28717b482a7d2c717b343 637323635363534323533343430617d293b})"
    1. Re:Passwords are for philistines by aztracker1 · · Score: 3, Insightful

      RSA key/pair is something you have... you still need something you are, and something you know... Once someone has your key, it's no more secure than your password. A trojan can read local files, just as easily, if not more so than snoop for a password.

      --
      Michael J. Ryan - tracker1.info
    2. Re:Passwords are for philistines by the+eric+conspiracy · · Score: 4, Interesting

      Anyone see these guys on a port other than 22?

    3. Re:Passwords are for philistines by 0racle · · Score: 4, Insightful

      If you have a trojan keylogger, you probably don't have to worry about SSH bruteforcing.

      --
      "I use a Mac because I'm just better than you are."
    4. Re:Passwords are for philistines by allo · · Score: 2

      soon computers will pass the tests better than humans.

      there are two types of tests:
      - ones with a rather small set of human-made puzzles, computers can just learn them one time
      - ones which are generated by computers. Those can be solved by computers, too.
      The most ridiculous ones are simple math problems in the html-text.

      the average case is some distorted text, which will soon be no problem for computers anymore, as OCR software is getting better.

    5. Re:Passwords are for philistines by TheLink · · Score: 3, Informative

      Yeah to me that's the best approach - use a different port. Simple and effective enough. You could resort to port knocking or similar (use some other method[1] to selectively allow access to the ssh server). But just running the ssh server on a different port allows you to avoid nearly all automated attempts, so when you actually see brute forcing on your ssh server, it's more likely to be a serious targeted attack (hence you can set up an automated response/alert without getting too many false positives).

      [1] For example, if you already have to expose https to the world you could have a web app that triggers the opening of ssh access for the web client's current IP.

      --
    6. Re:Passwords are for philistines by drosboro · · Score: 4, Informative

      Good point. My standard setup is to move SSHD to a non-standard port, and to turn off PasswordAuthentication completely in favour of RSA key-pairs.

      Just checking my SSHD logs, it looks like I've had exactly one rejected attempt on a busy public-facing web server (which may in fact have been me, connecting from a machine that I hadn't set up a key for) in the past month... so in my experience, no, they're not trying too hard off of port 22.

    7. Re:Passwords are for philistines by nine-times · · Score: 4, Insightful

      Once someone has your key, it's no more secure than your password.

      Whether the token is something you know, something you are, or something you have, it *all* becomes useless once someone else has it. That's not really the issue here. The issue is brute-force attacks on SSH, and using a key makes them significantly more difficult than passwords.

      Stealing someone's key/password is not a brute-force attack.

    8. Re:Passwords are for philistines by mlts · · Score: 2

      If the computer with the key is compromised, the game is over. The password can be slurped, the key snarfed, and even the session hijacked.

      It is all about limiting exposure. Going to public keys closes a potential common method of access, brute force guessing.

      No security method is 100%, but in a lot of cases, something is better than nothing, and having at least root locked out from password guessing is a must for Internet facing systems.

    9. Re:Passwords are for philistines by JWSmythe · · Score: 2

          I've been passing as human for years, you insensitive clod!

      --
      Serious? Seriousness is well above my pay grade.
    10. Re:Passwords are for philistines by stackdump · · Score: 2

      Agreed! - this seems like the simplest tweak to bypass brute-force attacks -- After all why attack a server that isn't listening on port 22 when so many are?

    11. Re:Passwords are for philistines by jandrese · · Score: 2

      Wouldn't it be easier to just choose good passwords? The downside of port knocking is when you are using ssh because all of the other ports are blocked (including 80, thanks to your ISP).

      This is probably not a solution if you have a bunch of users, but for a home machine it's not that hard to create a password that will never be guessed by some bot trying one dictionary word every 10 seconds.

      --

      I read the internet for the articles.
    12. Re:Passwords are for philistines by sexconker · · Score: 3, Interesting

      RSA key/pair is something you have... you still need something you are, and something you know... Once someone has your key, it's no more secure than your password. A trojan can read local files, just as easily, if not more so than snoop for a password.

      When you send bits out, everything in those bits is "something you know".

      You don't need to have the keyfob, you just need to know what it will output at any given time, or what a prior output was (as long as you use it within the time window for which it is valid - typically 30 seconds to 2 minutes). Yes, it's mathematically hard to get the key by brute forcing, but it's not impossible. When you log in with one of those, you're not proving that you have the thing, you're proving that you know what it output at a given time.

      Imagine if PS4 games had built in RSA shits right onto game discs. (Or the Vita game cards if you can't imagine a thing battery, cpu, and display on a disc.)
      Touch an area on the surface of the game disc (or card) and get a password on a little display. You have to put that password in within X time to access the game. This isn't secure because even if Bob holds onto the disc physically, Alica can call him up and ask him to read the code.

      Sony wants the disc to be in Bob's physical possession (and no one else's) at any given time, but they cannot rely on this type of security to ensure that. For all they know Bob is visiting Alice and brought his new game over.

    13. Re:Passwords are for philistines by JWSmythe · · Score: 4, Informative

            I double that up. sshd to a nonstandard port, and firewall rules to only allow access in from very specific IPs and networks.

          You really shouldn't be able to ssh in from just anywhere. Even if that means throwing a copy of OpenVPN up at a static location, to ssh to the second.

          I can get to most of my stuff directly from home. At a hotel, airport, or coffee shop, I am on a hostile network, and shouldn't even be able to see that the port is open.

          But, most people scanning for machines with SSH on them to hit are blindly scanning port 22. It's people interested in your specific network will scan every port on every machine. Someone determined to hit your machine specifically will try every trick they can, and having SSH on port 2222, 9222, or 64222 won't help, if you have a weak password or an exploitable version.

      --
      Serious? Seriousness is well above my pay grade.
    14. Re:Passwords are for philistines by multimediavt · · Score: 4, Interesting

      I made it just a different port on my router at home; still points to port 22 on the internal address forward. That way I can just turn sshd on (after configuring max tries to '3') and not worry about port fiddling on the machine. Works. Haven't seen many attempts at it since I did that years ago.

    15. Re:Passwords are for philistines by Brucelet · · Score: 4, Funny

      It is if I break into your house and brute-force you to hand it over

    16. Re:Passwords are for philistines by alanmeyer · · Score: 2

      Anyone see these guys on a port other than 22?

      +1. Moving to a different service port dropped my failed login attempt logs down to nothing (at least, for now). Prior to that, my logs still weren't too big because I block IPs after #MAX_ATTEMPTS within a 24 hour window. However, the attempts were coming in at a rate of 10 minutes apart. Still, they got blocked. It's just that the hacking community seems to be well aware of trying to keep the number of attempts / unit time down to avoid detection.

    17. Re:Passwords are for philistines by nine-times · · Score: 4, Insightful

      That's nice in theory and all, but it depends on what that "something you are" is. Essentially we're talking about biometrics, so what are we measuring? Is it a thumbprint scan? Those have been defeated in the past by taking a thumbprint and replicating it by some means. Is it a DNA scan? Then they might just need to get ahold of your DNA.

      Really, the "something you are" is still "something you have", but you "have" it attached to your body. That doesn't necessarily mean it can't be stolen or replicated somehow. Similarly, the "something you know" can also be considered to be "something you have", but you "have" it in your mind. In some circumstances, it can still be figured out or retrieved, or you might be tricked into providing it.

      Real security isn't quite as simple as you make it sound.

    18. Re:Passwords are for philistines by v1 · · Score: 2

      RSA keypair auth, disable password auth, bruteforcers irrelevant.

      I'd also recommend changing the ssh listener port to something else, to keep the secure.log a little cleaner and easier to spot possible issues in.

      443 is a fun one, few if any of the ssh bots even consider that one.

      --
      I work for the Department of Redundancy Department.
    19. Re:Passwords are for philistines by nabsltd · · Score: 2

      443 is a fun one, few if any of the ssh bots even consider that one.

      The other advantage to 443 is that pretty much no ISP/WiFi provider/whatever will block access to that port, and since they expect to see encrypted traffic, they probably won't mess with the connection at all.

    20. Re:Passwords are for philistines by miknix · · Score: 2

      Meh, just add proper rules to iptables and you will be fine:
      http://www.ducea.com/2006/06/28/using-iptables-to-block-brute-force-attacks/

      sshguard is pretty good too:
      http://www.sshguard.net/

    21. Re:Passwords are for philistines by hairyfeet · · Score: 2

      Am I the only one that HATES those stupid "R U a Human?" tests? I swear some of them have gotten so damned ridiculous on the word twisting i just write a nasty note to the contact with a JPG of some of their "tests" saying "You tell ME WTF this is supposed to be? is it a 7 or a T? O or 0? Your tests suck" and I've actually gotten a few responses along the lines of "Geez i hadn't tried it since we started using those and didn't know they were THAT bad".

      Look I appreciate you want to keep the bots and crap off your sites, i really do, but this stuff is just getting nuts. There has GOT to be a better way than all these hoop jumps because frankly the spammers will just pay some schmuck in Asia a few cents a hundred to spend all damned day cracking your crap while your actual users get fed up and move on.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    22. Re:Passwords are for philistines by cynyr · · Score: 2

      And it is rather easy to ask nmap to do a simple sneaky-ish scan of a machine looking for SSH, and the pound away at that port.

      --
      All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
    23. Re:Passwords are for philistines by Onymous+Coward · · Score: 2

      I put my sshd on port [redacted] instead of 22 and, looking through logs now, I see no attempts at all for the last year.

      Only two attempts in the past 2 years total.

      They're not brute forcing SSH logins by finding SSH servers through fingerprinting yet. They're still only using conventional ports.

    24. Re:Passwords are for philistines by MiG82au · · Score: 2

      Oh how ironic. You propose filtering based on performance on an article about the optimum login speed to bypass said filtering.

  2. set ban interval to 11 seconds. by fincan · · Score: 2

    So, set your fail2ban or denyhosts configuration to 11 seconds intervals, and problem solved?

    1. Re:set ban interval to 11 seconds. by Tehrasha · · Score: 2

      5 fails in a row...ever.

    2. Re:set ban interval to 11 seconds. by Tehrasha · · Score: 2

      Additionally... automatically block any single attempt to login as root, admin, www, ftp, etc..

    3. Re:set ban interval to 11 seconds. by Tehrasha · · Score: 2

      just make sure all access is denied from that IP or IP range

      Which is exactly what denyhosts and fail2ban do.
      On failure, echo $IP:ALL >> /etc/hosts.deny

  3. Isn't that useless? by khasim · · Score: 2

    I'm going to guess it was a dictionary attack because otherwise it is even dumber.

    That's 6 attempts per minute.
    360 per hour
    8640 per day
    60,480 per week
    3,144,960 per year.

    So unless you're allowing usernames such as "root" or "admin" or "administrator" AND using dictionary passwords wouldn't this fail? And be obvious in the logs?

    1. Re:Isn't that useless? by girlintraining · · Score: 3, Funny

      So unless you're allowing usernames such as "root" or "admin" or "administrator" AND using dictionary passwords wouldn't this fail? And be obvious in the logs?

      You're thinking... this makes you a bad reference model for the average user.

      --
      #fuckbeta #iamslashdot #dicemustdie
    2. Re:Isn't that useless? by Culture20 · · Score: 2

      That's 6 attempts per minute.

      per zombie in the botnet. Each zombie IP gets banned individually, and the slow attack attempts prevents a DDoS.

  4. Key AND Password by XanC · · Score: 4, Interesting

    So what I've never understood is why it's not possible (as far as I know) for a server to require BOTH a key AND a password. Sure, I can put a password on my key, but that isn't the same at all. Is this possible yet?

    1. Re:Key AND Password by heypete · · Score: 2

      Indeed.

      Google Authenticator (which is an implementation of TOTP, and doesn't send anything back to Google itself) can tie in with SSH/PAM quite easily.

    2. Re:Key AND Password by allo · · Score: 3, Interesting

      yeah, or i once had a sshd with https://en.wikipedia.org/wiki/OPIE_Authentication_System running. Nice thing, you generate a bunch of passwords and print it. Then you can login from everywhere without looking out for keyloggers.

    3. Re:Key AND Password by mlts · · Score: 2

      Maybe even going back to the age-old S/KEY or OPIE protocol that has been part of BSD for 20+ years? This has fallen into disuse because it was mainly designed to foil packet sniffers, but might be a good way of doing things. Maybe modify the algorithm a little bit so it uses a modern hash, and perhaps add a random 4-5 digit number somewhere in addition to dictionary chosen words. That way, trying to brute force a pass phrase that will easily be more than 20+ characters will be almost impossible, especially with tarpitting, IP blacklisting, and locking an account out for 5-20 minutes if too many guesses are done wrong.

    4. Re:Key AND Password by What'sInAName · · Score: 2

      I use Mobile OTP (http://motp.sourceforge.net/) for two-factor auth at work. Once I figured out the PAM side of things, it was quite straight-forward. I installed it on my server at home as well, but I'm a little more relaxed about it -- I allow ssh from a few "trusted" boxes via ssh-keys, otherwise it requires password+OTP token authentication. Now, I just have to worry about keeping those "trusted" boxes safe. (I do have a password on the ssh keys, but wonder if I have a long-running login session with the keys installed into ssh-agent, I might be boned anyway if someone were to break in.)

    5. Re:Key AND Password by XanC · · Score: 3, Interesting

      There's no way for a server admin to require a passworded key for login.

  5. Or never... by damn_registrars · · Score: 4, Informative

    Most of the bruteforce attacks I see on my home server are trying to get in as root. I don't allow remote root logins anyways (and even say so on the ssh greeting) so they'll never get in, even if they do manage to guess the password.

    Hence their most optimal rate for my system would be never, because they won't get in that way. Not that my system is impenetrable - I'm sure an intelligent hacker could compromise it - but they will never get in trying to ssh in as root.

    If they're doing white pages username + dictionary password - or white pages username + blank password (I've seen both, from botnet attacks), they still won't get in on my system as none of the common user names are used there.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  6. I have a portknocking setup by ledow · · Score: 5, Interesting

    I have a portknocking setup. All your packets bounce when you touch my port 22 until you have touched a "magic sequence" of port numbers first. That sequence can be cryptographically strong, time-dependent, etc. but even a simple one-port knock is enough to stop all this random SSH spam and has been for years.

    And if you do "get lucky" and find the right ports and then detect that port 22 is open and then start a brute-force on that? Public-key-only authentication and no root logins allowed.

    Impact on me? Another line in a shell script that I use to connect (and hell, even Android has free port-knocking apps, not to mention them being standard-enough to be in Ubuntu/Debian). Impact on server? Greatly reduced number of fake connections bouncing off iptables and a tiny little daemon that does nothing but listen on the ports I need (and can ONLY open the SSH port even if compromised). Impact on brute-forcers? They might as well give up and go home.

    Even those remote companies that we do allow to port-forward direct to their device on my work network (e.g. telecoms providers, etc.) understand it and "knock" before they come in (which tells us exactly when they are about to log in), while everyone else in the world sees closed ports.

    Why everyone doesn't use it, I have no idea. Even our VPN users have an automated script that just knocks to open the VPN ports (and only the VPN ports) before they connect. Transparent to them, invisible to everyone else, no different if "compromised".

    1. Re:I have a portknocking setup by Anonymous Coward · · Score: 2, Interesting

      Why go through all that just to leave your SSH server on port 22?

    2. Re:I have a portknocking setup by moderatorrater · · Score: 2

      All your packets bounce when you touch my port 22 until you have touched a "magic sequence" of port numbers first

      Using the old "ex-wife" model of security, eh?

    3. Re:I have a portknocking setup by ledow · · Score: 2

      There are cryptographically secure versions. But you've missed the point.

      This stops random port-spam, random brute-force attacks, and casual access. If you want something secure, you should SECURE it (e.g. by restricting access to the bare minimum necessary and provide only public-key authentication ONLY). You can do that AND add port-knocking, if you want.

      But the spam on port 22 on an unsecured machine will flood your logs the second you put it on the net. Port-knocking stops that without having to touch a SINGLE configuration for all your services. And, if you want it to, it can be cryptographically secure in itself too, no matter what application sits behind it.

      It's quite literally another level and a DIFFERENT level of security, above and beyond what you might usually deploy.

  7. Funny, I was tweakin' my firewall this morning by grasshoppa · · Score: 2

    iptables with the recent module...ssh brute force attacks a thing of the past. Actually, same with RDP and just about any other service you can identify via iptables.

    Rate limit those suckers to something useful ( for ssh, I configured 2 attempts in 5 minutes, everything else is dropped ), call it done.

    iptables -I INPUT -i eth0 -p tcp --dport 22 -m state --state ESTABLISHED -j ACCEPT
    iptables -I INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -m recent --name sshattack --set
    iptables -I INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -m recent --name sshattack --update --seconds 300 --hitcount 3 -j DROP
    iptables -I INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -j ACCEPT

    ( Disclaimer: the above is from memory. I am positive there are better ways and more things you can do with it )

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
    1. Re:Funny, I was tweakin' my firewall this morning by Culture20 · · Score: 4, Insightful

      That's only useful if there's one attacker IP. TFA is talking about a botnet doing the attacking. Hundreds, if not thousands of IPs per minute. The only way to "protect" against that with iptables is to have iptables block all incoming on port 22 from any address. But then you're left with a DDoS where your ssh port is down nearly all the time. Same deal with locking accounts; if hundreds of attempts occur per minute, a lot of accounts can be locked out as a DDoS, intentionally or not.

  8. So how much time to break a strong password? by roman_mir · · Score: 2

    1 attempt per 10 seconds, so 360 attempts per hour, 8640 per 24 hours, 3,153,600 per year or 31 million passwords per 10 years.

    Well, if your password is not in some rainbow table and it's at least moderately strong, then you should be fine.

  9. But it still would not work. by khasim · · Score: 3, Informative

    They'll use a dictionary attack that is spread over some number (dozens or more) of distinct botnet systems, making it very inconvenient for you the admin to try to block all those addresses.

    Who cares about blocking them? They're not getting in anyway. Blocking is just additional work that may cause problems.

    That said from my experience the botnets usually seem to do a white pages type list of common usernames and then try either blank or extremely common user names to try to get in by.

    That's the reason that they're not going to get in. They're using usernames that don't exist (unless the sysadmin is an idiot in which case you have the regular idiot problems and it's probably been cracked already through one of those).

    So you may also want to ensure that if you have users who use very common (English) first names as their login names, they are using strong passwords.

    If you're using JUST first names or last names as usernames then you have a bigger problem.

    Instead use something like one of the following:
    FIrstnameLastname
    Firstname.Lastname
    FirstnameMiddleinitialLastname

    You should be able to easily distinguish the potential threats from the random script-kiddies. That being a REAL username on your system with hundreds of login attempts.

    And then you deal with that issue by changing the username. Then investigate how that username leaked.

    1. Re:But it still would not work. by colinrichardday · · Score: 2

      That's the reason that they're not going to get in. They're using usernames that don't exist (unless the sysadmin is an idiot in which case you have the regular idiot problems and it's probably been cracked already through one of those).

      Do you have your system set up so that email names are not user names?

  10. Re:Details? by ledow · · Score: 4, Informative

    knockd on Linux. Apt-get should find it for you. It will execute a specified shell script when it receives a specified knock (default one is specified). That shell script can be passed the IP that knocked (so you can include it in an iptables opening within the script).

    There are also implementations for Windows, should you need that.

  11. Denyhosts by Gaygirlie · · Score: 4, Informative

    I personally use Denyhosts on my Linux server; it is a simple application that keeps an eye on SSH log and blocks access to SSH and any other services you have configured when the limit threshold is reached. You can also configure whether to keep those IP-addresses blocked forever, or for a specified time. Plenty useful. And the attack described here wouldn't work with Denyhosts.

    Since I don't use my server for any actual business-use I have just configured Denyhosts to flat-out block access to any and all services altogether when the limit threshold is reached, and I've configured it to retain the block lists forever. These days I've got several thousand IP-addresses there and I rarely see anything malicious in my logs anymore.

    Of course, denying root login altogether and using either SSH-keys or proper, long passwords is still essential.

  12. OpenSSH should block these by psydeshow · · Score: 2

    I've been blocking these "attacks" using a script+firewall for many years now. And I still think that, really, OpenSSH should have a configuration switch to block them internally. But BSD folks don't see it as a real threat, and they don't want to risk having actual users to get locked out of their servers. Fair enough, I guess.

    So we're left with mitigation strategies. At 6 connections per minute, it's more a a nuisance than an attack, but I've seen rates as high as 200 connections per minute in the past, and there is no reason it couldn't go higher on an out-of-the-box OpenSSH configuration.

    Some solutions, as others have pointed out:
      - Have ssh listen on a port other than 22
      - Turn on OpenSSH's internal rate limiting (MaxStartups config)
      - Use key-based authentication
      - Roll your own script to grep the log for failed connections, and firewall any IP addresses with 10 or more failures

    A real brute-force attack would do a portscan first so putting ssh on a high port isn't much of a solution. Key-based auth is a nearly perfect solution, except that there are situations in which it is undesirable/awkward to use keys. The others just slow down the attack, which prevents the force part of brute-force.

    1. Re:OpenSSH should block these by subreality · · Score: 3, Informative

      Why roll your own firewalling script? fail2ban works great.

      In my experience fail2ban alone gets the attack rate down so low that they'll never succeed. They can scale the attack with more IPs, but large botnets aren't free and the price is apparently high enough for them to never bother any of my exposed machines.

  13. Re:WTF, Editors? by Samantha+Wright · · Score: 4, Informative

    It's the name of a botnet. Assume any unfamiliar word in any Slashdot summary is the name of a botnet; it makes them eminently more readable. You can try out the technique on this one.

    --
    Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
  14. Re:Seems Easy To Detect by TheRaven64 · · Score: 4, Insightful

    The problem is that botnets have a lot of IP addresses. They can do one try from one machine then another from the next. If you disable the account entirely after a certain number of failed logins, you've just created a simple DoS attack. If you disable it just from that IP, it doesn't matter because it will just try from another. There are some realtime block lists that you can use to reject things, but these add another attack route that can let someone who can spoof DNS prevent you from logging in to your own machine...

    --
    I am TheRaven on Soylent News
  15. Let me try to illustrate that. (Long post) by khasim · · Score: 3, Interesting

    Do you have your system set up so that email names are not user names?

    At home? Yes.

    I think I seen where you're going with that and I don't think you understand. Collecting email login names is easy.

    But being able to login to an outward-facing server (email or ftp or ssh or whatever) should be limited to a certain amount of failed logins (no matter from which IP address) per time period.

    The crackers would have to go through an ADDITIONAL step to try to match email login names with ssh login names and an ADDITIONAL ADDITIONAL step to match that name to a different type of server (such as ssh).

    Let me see if I can illustrate this.

    1. Attacking ssh on server A.B.C.D with username aaron - if there's any chance that the cracker can do it then the sysadmin failed. Even more so with "root" or "admin" or such.

    2. Collecting username aaron.aaronson via email spammer and then trying to attack ssh on server mail.example.com - more work for the cracker than scenario #1 but still the same as #1. If there is any chance that the cracker can succeed then the sysadmin has failed. SSH should only be allowed on the mail server from the inside interface.

    3. Collecting username aaron.aaronson via email spammer and then trying to attack ssh on servers in the block A.B.C.D through A.B.C.Z (and one of those is your SSH server). And the cracker is using multiple machines to make multiple attempts (one per machine) within time period X. - Again, if it works then the sysadmin has failed. Too many attempts in time period X should lock out the account for a set number of minutes. No matter how many IP addresses are involved.
    -continued-
    And that depends upon aaron.aaronson being a LEGITIMATE USERNAME ON THAT SYSTEM. Once the sysadmin sees that attack in the logs then the logins to that should be changed (ssh.aaron.aaronson or such) to break that attack if they were not already such. Or change them AGAIN (aaron.aaronson.ssh) and be aware that something leaked somewhere.

    4. See #3 except the logins are from multiple machines but only 1 login attempt in time period X so it never triggers the account lockout. Again, change the login names (ssh.aaron.aaronson) to break that attack (and did they leak?).

    In summary, getting your system cracked via SSH means that your sysadmin failed so many times.