Hacker News new | ask | show | jobs
by Benferhat 4126 days ago
I might even incorporate the request rate into a bot detection algo, maybe have it trigger temporary hellbans.
1 comments

Request rate is definitely one thing you can limit, but it's tricky when attackers potentially control large numbers of IP addresses.

There's an annoying triangle here: wanting to preserve privacy (== unlinkability), machine-independence, and "working well for good traffic with limited resources, as well as blocking attackers with substantially more resources". Ideally it is "choose zero", I'd be happy if the state of the art were even at "choose one".

er, I meant choose two, and we're generally at zero or one.