Alıntı
netstat -np | grep SYN_RECV | awk '{print $5}' | cut -d. -f1-4 | cut -d: -f1 | sort -n | uniq -c | sort -n
Bu komutla en çok bağlantı açan ip adreslerini görüp.
Alıntı
iptables -A INPUT -s 0.0.0.0 -j DROP
Komutuyla sistemden uzaklaştırabilirsiniz.