21e6 on Nostr: collecting asn from 7k failed ssh logins rn. not sure if this will be successful w/ ...
collecting asn from 7k failed ssh logins rn.
not sure if this will be successful w/ ipinfo.
`while read x; do curl -s ipinfo.io/$x/org | echo "$x - $(cat)" | tee -a failed-auth.log; sleep 10; done <<< $(grep -i failed /var/log/auth.log | grep -oP '\d+\.\d+\.\d+\.\d+' | sort -u)`
not sure if this will be successful w/ ipinfo.
`while read x; do curl -s ipinfo.io/$x/org | echo "$x - $(cat)" | tee -a failed-auth.log; sleep 10; done <<< $(grep -i failed /var/log/auth.log | grep -oP '\d+\.\d+\.\d+\.\d+' | sort -u)`