Netstat Commands for DDoS Checking
Useful commands to check if a server is getting ddos’d Show IPs with more than 10 connections open: Show # of connections open per IP Number of connections per IP Haynie’s version(better sorting): Drop ips with 100 or more connections: Graphic netstat connections(# of connections open per host) # netstat -an | grep ESTABLISHED | … Read more