komutlar
1 - netstat -nat |grep :80 |wc -l ( durum ip saldırı kontrol )
ve ya
2- netstat -an | grep ":80 "| awk '{print $5}'|cut -d":" -f1 | sort |uniq -c | sort -nr | head -20
ve ya
3- netstat -ntu|awk '{print $5}'|cut -d: -f1|sort|uniq -c|sort -n
ve ya
4- netstat -ntu| grep SYN_RECV |awk '{print $5}'|cut -d: -f1|sort|uniq -c|sort -n
ya da en kısası

:
https://www.r10.net/site-server-admin...ol-komudu.html