Understand the impact, detection, and prevention of distributed denial-of-service attacks.
A Distributed Denial-of-Service (DDoS) attack is a coordinated effort to overwhelm a system—like a server, network, or website—by flooding it with traffic. It’s often executed using a network of compromised devices known as a botnet. The goal is to make the system unavailable to legitimate users.
GitHub faced a 1.3 Tbps DDoS attack, one of the largest in history, leveraging misconfigured memcached servers to amplify traffic.
A DDoS attack on Dyn, a DNS provider, disrupted access to Netflix, Twitter, Spotify, and more using the Mirai botnet—largely composed of insecure IoT devices.
Watch explainer video →DDoS attacks typically fall into three main types:
Modern mitigation strategies rely on early detection, rate limiting, and cloud-based filtering. Here are key defenses: