Recipe 12-2: Detecting Request/Response Delay Attacks
This recipe shows you how to use ModSecurity to identify when clients delay completing transactions.
Ingredients
- ModSecurity
- SecReadStateLimit directive
- SecWriteStateLimit directive
CAPEC-469: HTTP DoS
Sample Attack
Whereas network-level DoS attacks aim to flood your pipe with lower-level OSI traffic (such as SYN packets), web application layer DoS attacks often can be carried out with much less traffic. The point is that the amount of traffic that may cause an HTTP DoS condition is often much less than is required for a network bandwidth saturation attack.
HTTP Request Delay Attacks
HTTP request delay attacks are surprisingly easy to accomplish because they target the local web server resources rather than the network bandwidth. They work by simply completing a TCP ...