UNIT 1: Science, Technology and Innovation Ecosystem in India

  • No posts available

UNIT 10: Applied Emerging Technologies for Governance, Economy and Society

  • No posts available

Distributed Denial of Service Attacks

A Distributed Denial of Service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming the target or its surrounding infrastructure with a flood of Internet traffic. Unlike a standard Denial of Service (DoS) attack, which originates from a single source, a DDoS attack utilizes multiple, often geographically distributed, compromised computer systems as sources of attack traffic.

The Architecture of a DDoS Attack

The core of a DDoS attack is the Botnet—a network of internet-connected devices (computers, servers, IoT devices) that have been infected with malware and are controlled remotely by an attacker (known as the “botmaster”).

  • Zombies/Bots: The individual compromised devices that participate in the attack.
  • Command and Control (C2) Server: The infrastructure used by the attacker to send instructions to the botnet.
  • The Target: The victim (website, API, or network infrastructure) that is flooded with excessive requests, causing it to slow down or crash.

Common DDoS Attack Vectors

Attackers employ different techniques based on which layer of the network they aim to saturate:

  • Volumetric Attacks: These focus on consuming the bandwidth of the target. They send massive amounts of traffic to saturate the network capacity. Examples include UDP Floods and ICMP Floods.
  • Protocol Attacks: These consume actual server resources or intermediate communication equipment (like firewalls or load balancers). Examples include SYN Floods, which exploit the TCP handshake process to tie up server connections.
  • Application Layer Attacks (Layer 7): The most sophisticated and hardest to detect. They target the specific functionality of a web application. For example, an attacker may send thousands of complex database queries (e.g., HTTP GET/POST floods), forcing the server to expend maximum computational power to generate responses.

Key Indicators of a DDoS Attack

Organizations often identify DDoS attacks through the following symptoms:

  • Sudden, unexplained spikes in network traffic.
  • Inability to access a website or service despite a stable internet connection.
  • Slow performance on critical web applications.
  • Unusual patterns, such as traffic originating from a single IP range or unusual geographical locations.

Mitigation and Defense Strategies

Defending against DDoS attacks requires a multi-layered approach because the attack traffic often mimics legitimate user requests.

StrategyDescription
Traffic ScrubbingUsing specialized services that inspect incoming traffic and filter out malicious packets before they reach the target server.
Rate LimitingRestricting the number of requests a user or IP address can make to the server within a specific timeframe.
Anycast NetworkDistributing incoming traffic across a network of global servers, preventing a single point of failure and diffusing the attack load.
Web Application Firewall (WAF)Inspecting traffic at the application layer to block malicious requests that deviate from normal usage patterns.
BlackholingRouting all traffic—legitimate and malicious—to a null route (non-existent destination) during an extreme attack to save the rest of the network.

Trivia for UPSC Prelims

  • IoT Vulnerabilities: A significant portion of modern botnets consists of unsecured IoT devices (smart cameras, routers, appliances). Because these devices often have weak security configurations, they are easily compromised and recruited into large-scale “Mirai” type botnets.
  • Amplification Attacks: Attackers often use amplification techniques (like DNS or NTP amplification) to turn a small request into a massive response, multiplying the traffic volume directed at the target.
  • Economic Impact: Beyond service disruption, DDoS attacks are frequently used as a “smoke screen” for other malicious activities, such as data exfiltration, distracting the IT security team while the primary breach occurs elsewhere.
  • Legal Standing: In India, DDoS attacks are classified under the IT Act as cyber-terrorism or hacking, with severe penalties. The government’s Cyber Swachhta Kendra (Botnet Cleaning and Malware Analysis Centre) is a dedicated initiative to detect and clean botnets within the country to prevent such attacks.
Last Modified: June 17, 2026

Leave a Reply

Your email address will not be published. Required fields are marked *

Archives