Coordinated SSH Attacks: Moving Beyond Single-IP Bans
godhani.me·11h·
Discuss: Hacker News
Flag this post

SSH brute-force attacks are ubiquitous, but I discovered something interesting in my logs. Attackers are now coordinating across entire /24 subnets rather than hitting from single IP.

Failed SSH logins

let’s check ssh service log for today with journal

journalctl -e -u ssh.service --since today

It contains lots of things, but now shift focus on failed login attempts:

Nov 15 20:52:54 me0w-me0w sshd[165194]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=195.178.110.30
Nov 15 20:52:56 me0w-me0w sshd[165194]: Failed password for invalid user solana from 195.178.110.30 port 45968 ssh2

Even if we have filtered logs for today it will contain hundreds if not thousands of failed login attempts from all over the world.

Featured…

Similar Posts

Loading similar posts...