All DDoS Definitions
DDoS Testing Definition

Sinkholing

Sinkholing is a network-layer defensive control that reroutes attack traffic to a controlled destination (the sinkhole) for capture and analysis instead of letting it reach the origin. It is the analytic counterpart to a black hole: where RTBH null-routes and silently discards everything to a targeted IP, a sinkhole accepts the traffic so operators can inspect sources, payloads, and botnet behavior while the origin stays protected.

Sinkholing: divert the flood to a collector, not a black hole Attack traffic aimed at target IP Edge router BGP diversion route RTBH to Null0 traffic silently discarded Blind no sources, no payloads Sinkhole collector captures source IPs payloads, C2 beacons origin stays protected Analyzed full forensic record of the attack Same divert, opposite intent. A test checks the sinkhole route propagates fast enough over BGP and absorbs the volume without misrouting users. BlackNeuron
Diagram: sinkholing diverts the flood to a collector for capture and analysis, where a black hole would silently discard it

Why it matters in DDoS testing

Sinkholing shapes both incident response and forensics: it preserves the attack for study rather than dropping it blind. During a test, the relevant questions are whether the sinkhole route propagates fast enough via BGP, whether it scales to absorb the volume, and whether legitimate traffic is misrouted into it. Provider scrubbing and routing-based mitigation differ in how they implement this, a distinction explored in the AWS Shield and Cloudflare comparison.