Specifically, on content that is accessed.
Admittedly, I'm not *that* great with IIS and could use a little more experience, but as part of an attempt to detect compromised hosts/etc, I've created a crumb trail for someone with robots.txt that will lead them toward a file that really doesn't contain anything useful at all, aside from a log entry for me to see that it was accessed.
I can't see a way to really output IIS logs to my syslog server so I can alert off of it that way, but is there some process/component I can use with IIS that will alert me when a very specific directory/file is accessed?
Is anyone else doing this, and if so... how are you accomplishing it? :)
Thanks in advance.