All DDoS Definitions
DDoS Definition

SIP Flood

A SIP flood is a Layer 7 attack vector against VoIP infrastructure, one of the application-layer classes a thorough DDoS test is built to exercise. It overwhelms a SIP server (an IP-PBX, session border controller, or registrar) with a high rate of Session Initiation Protocol messages, most often INVITE or REGISTER requests. Each request forces the server to allocate call or transaction state, run authentication, and hold the dialog open awaiting a reply that never comes. Because SIP commonly rides UDP, source addresses are easy to spoof, and a modest packet rate can exhaust the transaction table and worker threads long before raw bandwidth becomes the constraint.

SIP flood: INVITE and REGISTER messages fill the call table Attacker high-rate SIP messages INVITE sip:pbx REGISTER sip:pbx INVITE sip:pbx spoofed sources (UDP) flood of INVITE / REGISTER SIP server (IP-PBX / SBC) transaction table INVITE: no ACK REGISTER: pending dialog held open table full: new calls rejected worker threads exhausted capacity gone Real calls fail registration storm one-way / dropped audio link still looks healthy A test measures how the PBX or SBC holds as the INVITE and REGISTER rate climbs and where call quality fails first. BlackNeuron
A SIP flood sends a high rate of spoofed INVITE and REGISTER messages that fill the SIP server's transaction table, starving legitimate call setup.

Why it matters in DDoS testing

Voice infrastructure fails in ways a web load test never surfaces: registration storms, call-setup latency, and one-way audio as media gateways starve, all while the network link looks healthy. A test measures how the PBX or session border controller behaves as the INVITE and REGISTER rate climbs, whether rate limiting and SIP-aware inspection hold the transaction table below its ceiling, and where call quality degrades first. That failure-under-load question is the substance of DDoS resilience testing.