Blocking HTTP clients which request certain URLs repeatedly

Posted by Guido Domenici on Server Fault See other posts from Server Fault or by Guido Domenici
Published on 2010-05-08T19:15:35Z Indexed on 2010/05/08 19:18 UTC
Read the original article Hit count: 292

I run a website on Windows Server 2008 R2. Looking through the IIS logs, I have noticed that there are some IP addresses repeatedly requesting certain URLs (such as for example /mysql/phpmyadmin/main.php, /phpadmin/main.php) which do not exist, as the site is entirely served off of ASP.NET. They are obviously fishing for known vulnerabilities.

My question is, are there any firewall or other tools (Windows built-in or commercial) that allow me to block those IP addresses which request certain URLs multiple times?

© Server Fault or respective owner

Related posts about firewall

Related posts about windows-server-2008