SSH Brute Force Attack

cat /var/log/secure* | grep 'Invalid' | awk '{print $8}' | sort | uniq -c | sort -nr | head -n 100

ひ、ひどい…

コメント