Calc last failed login user with source ip on Linux
sudo lastb |grep ssh \
|awk '{ count[$3]++} END{ for(ip in count) print ip, ": " count[ip]}' \
|sort -nrk 3
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here