All DDoS Definitions
DDoS Definition

BlackNurse

A BlackNurse attack is a low-bandwidth attack vector, one of the attack classes a thorough DDoS test is built to exercise. It floods a firewall with ICMP Type 3 Code 3 packets, the "destination unreachable, port unreachable" message, rather than the ICMP echo requests used in an ordinary ping flood. Processing this specific message is unusually expensive on some stateful firewalls: each packet triggers a session lookup and stateful handling, so the CPU saturates at rates as low as 15 to 18 Mbps, a trickle by volumetric standards. That is what makes BlackNurse notable: it can take a firewall offline from a single home broadband connection, without the hundreds of gigabits a volumetric flood needs. The traffic profile stays small on a bandwidth graph, so a defense sized only for packet volume or raw throughput misses the attack entirely while the device behind it stops forwarding traffic.

BlackNurse: tiny bandwidth, maxed firewall CPU Attacker ICMP Type 3 Code 3 destination unreachable, port unreachable from one broadband line not the usual ping-flood echo requests 15-18 Mbps Stateful firewall session lookup per packet CPU 100% stops forwarding traffic Everything behind it goes offline, though the bandwidth graph looks calm Bandwidth needed to knock the firewall over BlackNurse ~15-18 Mbps: one home connection A volumetric flood for the same effect hundreds of Gbps Test measures the CPU load a low-rate ICMP Type 3 Code 3 stream puts on the firewall, and whether filtering that message type at the edge holds. BlackNeuron
BlackNurse attack: a small 15 to 18 Mbps stream of ICMP Type 3 Code 3 packets saturates a firewall's CPU to 100 percent, while a volumetric flood would need hundreds of Gbps to do the same

Why it matters in DDoS testing

A BlackNurse attack breaks the assumption that a small attack is a harmless one, so a test that only ramps bandwidth will report a pass while a specific low-rate ICMP pattern still pegs the firewall. A DDoS test measures the CPU load a stream of ICMP Type 3 Code 3 packets puts on the firewall at low bit rates, and whether filtering that specific message type at the edge holds without breaking legitimate path-MTU signaling. For where this sits among the network-layer classes, see Understanding DDoS Attack Vectors.