apachemous.txt vertfty HTTP / SYN netstat -an | grep :80 | sort I // verfiys all TCP/UDP connections netstat -ntu | grep ESTAB | awk '{print $5}' | cut -d: -f1 | sort | untq -c | sort -nr //Bans IP's //iptables -A INPUT 1 -s IPHERE -j DROP/REJECT iptables -I INPUT -S IPHERE - iptables -D INPUTS IPHERE - // Kill && Restart connection killall -KILL httpd service httpd start /etc/init/d/apache2 restart DROP DROP #For Red Hat systems #For Debtan systems