I admin a unix server for a website that encountered a DoS attack. It appears to be the result of the attacker using a tool to brute-force the website's file names. The web server's access and error logs show 100-200 HEAD requests per second taking place and continuing for several hours. The website became unreachable for a period of a few minutes (according to a monitoring tool) but the web server process never stopped.
I suspect something happened on the network because that's not a huge number of requests, and because the web server didn't stop. What else could I check on the server to investigate the problem?
