All DDoS Definitions
DDoS Definition

DNS Water Torture

A DNS water torture attack is a Layer 7 attack vector against DNS, one of the application-layer classes a thorough DDoS test is built to exercise. Also called a random subdomain attack, it floods recursive resolvers with queries for nonexistent hostnames under a real domain (a8f3x.victim.com, q1z9k.victim.com). Because each label is unique, no cache can answer, so every query is forced down to the victim's authoritative servers. The authoritative tier drowns in NXDOMAIN lookups, and legitimate resolution for the domain slows or fails.

Why it matters in DDoS testing

This vector is dangerous because the visible load lands on the authoritative DNS infrastructure while the requests originate from legitimate recursive resolvers worldwide, making source-based blocking hard. A test characterizes how the authoritative tier behaves as the unique-query rate climbs, whether response-rate limiting and caching of NXDOMAIN responses hold, and where resolution latency degrades first. DNS is a frequent single point of failure, which is why it warrants dedicated coverage in understanding DDoS attack vectors.