knowledge

Overview

A Distributed Denial of Service (DDoS) attack is a malicious attempt to disrupt the normal operation of a website, server, or online service by overwhelming it with a flood of traffic from multiple sources simultaneously. Unlike a standard DoS attack from a single source, DDoS attacks use networks of compromised devices to amplify the attack to a scale that is difficult to block or absorb.


Terminology

TermDefinition
DoS (Denial of Service)Attack from a single source that floods a target to disrupt service
DDoS (Distributed Denial of Service)Coordinated denial of service attack launched from multiple sources simultaneously
BotnetA network of compromised devices controlled by an attacker and used to conduct the attack
C2 (Command and Control)Attacker infrastructure used to direct botnet traffic
Amplification AttackExploits misconfigured servers to multiply attack traffic volume beyond what the attacker generates
Smokescreen AttackA DDoS used to distract defenders while a simultaneous intrusion attempt occurs

Core Concepts

DoS vs DDoS

TypeSourceCharacteristics
DoSSingle attacker or systemLimited by single source bandwidth; easier to block by IP
DDoSMany compromised devices (botnet)Massively scalable; distributed sources are difficult to block

Botnet Composition

Botnets used for DDoS can include any internet-connected device the attacker has compromised:

  • Personal computers
  • Servers
  • IoT devices (cameras, routers, smart appliances)

Device owners are typically unaware their system is participating in an attack.

Impact

Impact AreaDescription
AvailabilityEnd users lose access to services during the attack
FinancialRevenue loss during outage plus cost of mitigation
ReputationalCustomer and partner trust damaged by service failure
OperationalStaff and systems diverted to incident response
SmokescreenDDoS can mask a simultaneous intrusion attempt against the same target


References / Images