I’m getting several requests in web apps that are basically wrong in ways my code shouldn’t be generating…
Mainly it’s requests to .ashx without any GET parameters specified.
The user agent is “Mozilla/4.0” (nothing more than that)
The IPs vary from day to day.
This is a bot, right?
Thanks!
This seems very odd to me. Any legitimate bot would identify itself in a way you can recognize. Any malicious bot would be able to do a much better job making the user agent look like a normal browser. This is somewhere in the middle. That, combined with the bad requests, leads me to believe you’re dealing with plain old incompetence.
Either way, you probably want to 404 these requests rather than return a yellow screen error.