What a slow-read attack does
A slow-read attack advertises a very small TCP receive window and then drains the response at a trickle. The server can only put a little data in flight before it blocks, so it must hold the rest — and the connection — open. It attacks the response and send-buffer side, the mirror image of Slowloris and RUDY attacking the request side.
How ddos-sim.com simulates it safely
ddos-sim.com completes a real TLS handshake to a single verified domain, shrinks its own receive buffer before the handshake so the advertised window stays tiny, sends a fixed request, and then reads a byte at a time within the domain’s rate and concurrency limits. The request is fixed and non-configurable.
Every run is bound to one verified domain you have proven you own. Ownership is checked over HTTPS before anything is scheduled, and running traffic against systems you do not own or are not clearly authorized to test may be unlawful. See the Acceptable Use Policy.
What the test exercises
- Send-buffer and response-buffering limits per connection
- Per-connection memory when writes block on a slow reader
- Whether the origin or proxy holds the whole response in memory
- Concurrency caps that target slow or stalled clients
- Recovery once the stalled connections disconnect
How to run a slow read test
- Verify your domain. Prove ownership over HTTPS — it is self-service and takes minutes.
- Add the
slow_readcommand to a timeline in the portal and set the rate, duration, and any concurrency limit. - Set health thresholds. Choose the error-rate, latency, or status-code limits at which the test should abort itself.
- Run and watch. Bounded workers are provisioned minutes before start and torn down the moment the last task ends, while metrics stream live.
- Read the results. Review the recorded latency, status codes, and worker timeline to find where your service starts to bend.
Availability & limits
Slow read is priced per engagement — request a quote. Verify your domain before it runs.
Frequently asked questions
Is this the same as Slowloris?
No. Slowloris and RUDY starve the request side; slow read starves the response side by refusing to receive, forcing the server to hold its send buffers and the connection open.
How small is the window?
The socket receive buffer is deliberately shrunk before the handshake so the advertised TCP window stays tiny for the whole connection.
Rehearse a slow read test against infrastructure you own — bounded, monitored, and stopped the instant you have your answer.
Build a test plan