Lately my site has been getting a lot of visitors at the same time from IP 80.4.244.x Does anybody know what this is? Is it some type of bot? Edit: It can't be a bot because it only goes to the main index and no other pages...
Yes that is the actual IP. The last number is always different, but the first three are always the same.
Yeah but why would there be so many visitors from a similar IP at the same time? Could it be some sort of worm or something?
Some ISPs use proxy farms (AOL is one of them). That is, when you connect to such ISP, your requests end up on a load balancer that picks the least-busy proxy server. Each one of these proxies has its own public IP address, which is what you see. This kind of a farm really screws up IP-based log analyzers. J.D.