cd /tmp/ wget -q http://www.spamhaus.org/drop/drop.lasso perl -ne 'if (/^([\d+\.]*\/\d+)/) { system("iptables -A INPUT -s $1 -j DROP");}' < drop.lasso rm -f drop.lasso