Can't find what you need?

    Get Support

    How can I check to see if my server is under a DDoS attack?

    Issue the following command on your server:

    netstat -apln | grep :80 | sort | awk {'print $5'} | cut -d : -f1 | sort | uniq -c | sort -n

    Tags

    server ddos netstat

    More On This Topic

    Stuck on Something?

    Contact Us