SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
842 stars 66 forks source link

Remove or update "one-liner" : Block known dirty hosts from reaching your machine #43

Open TxTechnician opened 12 months ago

TxTechnician commented 12 months ago

Block known dirty hosts from reaching your machine

wget -qO - http://infiltrated.net/blacklisted|awk '!/#|[a-z]/&&/./{print "iptables -A INPUT -s "$1" -j DROP"}'

infiltrated.net is a defunct website.