Time them out
Posted Jun 25, 2009 6:56 UTC (Thu) by
man_ls (subscriber, #15091)
In reply to:
Apache attacked by a "slow loris" by marineam
Parent article:
Apache attacked by a "slow loris"
I'm probably stating the obvious, but why not cut each client after a total time of, say, 20 seconds? Genuine clients should not take more than that in making a request. Such a global timeout would only damage extremely slow network links, which might (arguably) be better off cutting the connection short. Quite often I've seen my trusty Firefox waiting minutes for a site which, unsurprisingly, does not come out after all.
Combined with something like what you say (20 connections per IP) it would severely limit the damage of this attack. Each individual slow loris would only be able to tie up 20 threads for 20 seconds. So you would need a fairly extensive network to take a site up.
(
Log in to post comments)