How to check DDOS attack on your server

 Home / Uncategorized / How to check DDOS attack on your server
28Jan, 2013
0

How to check DDOS attack on your server

Here are command to check DDOS attack on your server

1. To find the number of HTTP connections to a particular IP address, use the following command.

netstat -nee | grep “\:80” | awk ‘ { print $4 }’ | awk -F: ‘{ print $1 }’ | sort|uniq -c


About The Author

blogadmin">Read more