CyberGlossary

Attacks & Threats

Distributed Denial-of-Service (DDoS) Attack

Also known as: DDoS

Definition

A denial-of-service attack carried out from many distributed sources simultaneously — typically a botnet — to overwhelm a target's bandwidth, infrastructure, or application.

A DDoS attack uses many compromised hosts (a botnet), open reflectors, or rented stresser/booter services to flood a victim with traffic or requests from many sources at once, making it hard to filter and easy to overwhelm capacity. Attacks span layers: volumetric attacks fill links (often via amplification), protocol attacks exhaust stateful devices like firewalls or load balancers, and application-layer attacks target costly endpoints with apparently legitimate requests. DDoS is commonly used for extortion, hacktivism, competitive sabotage, or as cover for other intrusions. Mitigation relies on high-capacity scrubbing networks, anycast, on-prem and cloud DDoS protection services, behaviour-based rate limiting, and well-rehearsed incident playbooks.

Examples

  • A 1.5 Tbps Mirai-style botnet floods a DNS provider with UDP traffic, knocking dependent sites offline.
  • An HTTP/2 "Rapid Reset" flood from thousands of clients exhausts a load balancer's CPU.

Related terms