Drop Sync/DDOS Attack
1. Find.. to which IP address in the server is targeted by the ddos attack netstat -plan | grep :80 | awk ‘{print $4}’ | cut -d: -f1 |sort |uniq -c 2. Find… from which IPs, the attack is coming netstat -plan | grep :80 | awk ‘{print $5}’ | cut -d: -f1 |sort |uniq […]
Drop Sync/DDOS Attack Read More »
