

In order to be efficient, if the connection takes too long, the server will terminate the extremely long connection, freeing the thread for the next request.

The target server will have too many threads available to handle simultaneous connections. They fall into the category of attacks known as “low and slow” attacks. Unlike DDoS attacks that consume bandwidth such as NTP amplification, this type of attack uses a low amount of bandwidth, and is instead intended to use server resources with requests that appear slower than normal but otherwise mimic normal traffic. Slowloris is not an attack class but instead a specific attack tool designed to allow a single machine to remove the server without using a lot of bandwidth. The attack works by opening connections to a targeted web server and then keeping those connections open as much as possible. Slowloris is an application layer attack that works through the use of partial HTTP requests. How does the Slowloris DDoS attack work? # Slowloris is a denial-of-service attack program that allows an attacker to crush the target server by opening many HTTP synchronized between attacker and target is maintained.
