IIS - Script for repeated hacks on a website
Posted
by
dodegaard
on Server Fault
See other posts from Server Fault
or by dodegaard
Published on 2010-12-27T16:55:59Z
Indexed on
2010/12/27
17:55 UTC
Read the original article
Hit count: 246
I currently have a site that is armored by ELMAH as its reporting mechanism. Each time someone hits a URL that is incorrect it notifies me or logs to the system. This is annoying for someone fat-fingering the URL with a misspelling but great when a hacker is trying to crack a site of mine. Has anyone ever written a script for IIS 7 on Win 2K8 that blocks an IP based on repeated attempts to hit a website? I've looked at Snort and other IDS systems but if I could get a script that could be linked to my ELMAH system it might be the perfect thing.
PowerScript, etc. is what I was thinking. Hints and recommendations are wonderful and if you think a true intrusion detection system is recommended give me your ideas.
Thanks in advance.
© Server Fault or respective owner