All DDoS Definitions
DDoS Testing Definition

mDNS Amplification

An mDNS amplification attack is a Layer 4 reflection and amplification vector, one of the volumetric classes a thorough DDoS test is built to exercise. Multicast DNS (mDNS) runs on UDP 5353 and resolves hostnames on a local network without a central server, common in printers, smart-home gear, and Apple Bonjour services. The attacker spoofs the victim's IP in a unicast query to exposed mDNS responders, which reply with larger records, reflecting and amplifying traffic toward the victim.

mDNS amplification: a query that should never cross the segment link-local segment (UDP 5353) mDNS responder Bonjour, printers, smart home answers a unicast query Attacker off-segment, spoofs victim IP unicast query larger reply Victim gets the big reply Answering off-segment queries turns a local service into a public reflector A test confirms the perimeter blocks inbound UDP 5353, that no responder answers off-segment, and where the saturated edge sheds packets. BlackNeuron
mDNS amplification: a unicast query crosses into the link-local segment and the responder returns a larger reply that escapes to the victim

Why it matters in DDoS testing

mDNS is meant to stay link-local, but devices that answer unicast queries from any source turn into public reflectors. Testing confirms that the perimeter blocks inbound UDP 5353, that no internal responder answers off-segment queries, and where the saturated edge first sheds legitimate packets. The reflection mechanics shared across these vectors are detailed in Understanding DDoS Attack Vectors.