First off, I know practically nothing about apache or cgi scripts. I've got apache to run and it's handling our simple site fine, that's about all I know.
I get a buttload of requests for cmd.exe and root.exe exploits, and each one tries several paths before it gives up. Even after failing, they continue to try. Over and over, requests for the same files that just aren't there. I would like apache to run a firewall script command which drops all connections from an IP as soon as it requests one of these files. My firewall script command looks like this: "ipdrop <ip_address> on".
If you know how to do this, please let me know.
I get a buttload of requests for cmd.exe and root.exe exploits, and each one tries several paths before it gives up. Even after failing, they continue to try. Over and over, requests for the same files that just aren't there. I would like apache to run a firewall script command which drops all connections from an IP as soon as it requests one of these files. My firewall script command looks like this: "ipdrop <ip_address> on".
If you know how to do this, please let me know.