Every website I control is being overwhelmed by robots.
It's all the same pattern: one request per IP address and random user-agent strings.
One site had 1.6 million unique IPs in the last week.
What kind of botnet is this?
Current fix:
If request has no cookies and a chrome/firefox/etc. user-agent, then send 4xx response with a cookie, and a body containing meta-refresh tag.
Browsers see the HTML and reload with a cookie.
Robots see the 4xx.
It works - but the robots keep coming...