On a website I know (call it domain.com), over 800 hits were registered with some seriously weird details:
All the hits came were done using the GET method, but the requested URLs were all full URLs pointing to subdomains of Yahoo.com. Examples are:
http://login.tpe.yahoo.com
http://login.bjs.yahoo.com
http://login.korea.yahoo.com
Again, those were the GET REQUEST_URI values - that is, the bot was requesting a URL from another domain name, not from domain.com. These were not HTTP referrer values.
All the hits came from same remote host, a subdomain name from charter.com.
It could be a hacking attempt (this is after all a deliberate request for a clearly wrong page), but I am not 100% convinced of this theory.
This is baffling me, as I have never seen such behavior. Any help would be appreciated.
Thanks!