Defend against DDoS attacks with (D)DoS Deflate
- Lucas
- March 17, 2012
A DoS (Distributed Denial of Service) attack basically makes numerous connections to the server, making the server overloaded. You can check with the command below which and how many IP addresses are connected to the server: netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n If