All DDoS Definitions
DDoS Testing Definition

RST Flood

An RST flood is a Layer 4 (transport) attack vector, one of the attack classes a thorough DDoS test is built to exercise. The attacker sends a high volume of TCP packets with the RST (reset) flag set, often spoofed across many source ports and addresses. Each packet forces the target or an inline stateful device to search its connection table for a matching session before discarding the packet, burning CPU and table lookups even though the resets correspond to no real connection.

RST flood: a table search for a session that never existed Spoofed RST sources src :44120 RST src :51002 RST src :38774 RST src :60915 RST src :22307 RST high-rate RST Inline stateful device search session table no match, discard CPU spent on every search sessions drop Origin legit flows lost Packet-rate bound like the ACK flood; the fix is graceful RST handling, not more bandwidth A test characterizes the point at which connection-tracking lookups dominate CPU and legitimate sessions start to drop. BlackNeuron
RST flood: spoofed TCP reset packets force an inline device to search its session table for a match that never existed, then discard

Why it matters in DDoS testing

Like the ACK flood, an RST flood pressures stateful infrastructure rather than bandwidth. A test characterizes the point at which connection-tracking lookups dominate CPU and legitimate sessions start to drop, and whether the firewall's RST handling can be tuned to fail gracefully. These packet-rate-bound vectors reveal capacity limits that bandwidth-oriented planning misses. The transport-layer attack family is covered in Understanding DDoS Attack Vectors.