I run the website for a technology news magazine. One of our stories today made it to the front page of news.google.com and for about an hour we got slammed by some kind of bot hitting the URL of that story from many different IP addresses. Essentially a DDoS, but I'm not sure if the DDoS was intentionally malicious or not.
The hits all come from different ip addresses and the few I've check have all been regular residential addresses in the US (from Comcast, for example). They all have the same user agent and have no referrer url. They're all just hitting the page, they're not hitting any of the CSS, images, or JavaScript that would come with a normal hit.
The user agent is:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
I've searched google for that user agent and found no usable info.
After about an hour we dropped off the Google News front page and the DDoS subsided.
Something similar happened to our site a few years ago. It turned out it was AVG antivirus hitting all the URLs on the google front page to see if they contained malware. All the traffic from everyone that had AVG installed was enough to bring the site down. But AVG doesn't do this anymore.
Anyone have any idea?