linux ddos attack

  1. K

    How to detect DDoS attack on Linux server?

    Login to your server via SSH Now run below command which help to find the particular IP address from which attack is going on. # netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq –c Next you have to enter this command from which you can get source IP address and...
Top