40. DoS and DDoS – Availability Attacks
40.2 Volumetric and Flood Concepts – Defender View
Volumetric = "pipe bharun tak". Common names you hear in CEH exam modules:
- UDP flood – many UDP packets to random / chosen ports; target spends CPU checking / responding
- ICMP flood – ping-style overload (less common alone at huge scale today, still taught)
- HTTP flood – many GET/POST to heavy pages (looks more "legitimate" than raw UDP)
Blue does not need to craft the perfect flood. Blue needs: traffic baselines, sudden PPS/bps alerts, ability to ask ISP/cloud to scrub, and origin that fails soft (cache, queue, 503) instead of total crash.
# Amazon Linux / CentOS-class lab host YOU own – watch interface counters (concepts)
ip -s link
# Or: watch -n1 'cat /proc/net/dev'
# Kali lab (host-only only): sudo apt install hping3 apache2-utils # for later controlled labs
| Red team (attacker) does | Blue team (defender) detects / stops |
|---|---|
| UDP flood to saturate uplink | Upstream scrubbing; drop UDP to unused ports at border; capacity planning |
| HTTP GET flood on search / login | CDN cache; rate limit; CAPTCHA / bot management; WAF |
| Spoofs sources where protocol allows | BCP38 / anti-spoof at ISP; don't rely on source IP alone |
Ravindra Bagale's Tip
Students see one flood packet in Wireshark and say "DDoS proven". Proof = volume + impact + distribution. A small lab stress test ≠ an internet DDoS. Interview: "I measure availability with baselines and scrubbing options, not one packet capture."
Ravindra Bagale's Tip – मराठी
Students Wireshark मध्ये एक flood packet बघून "DDoS proven" म्हणतात. Proof = volume + impact + distribution. Small lab stress ≠ internet DDoS. Interview: "I measure availability with baselines and scrubbing options, not one packet capture."
Ravindra Bagale's Tip – हिंदी
Students Wireshark में एक flood packet देखकर कहते हैं "DDoS proven". Proof = volume + impact + distribution. Small lab stress ≠ internet DDoS. Interview: "I measure availability with baselines and scrubbing options, not one packet capture."
Practice task
Sahyadri Traders (Nashik) sathi 8-line capacity checklist: peak festival traffic estimate (honest guess, no fake Gbps), CDN yes/no, origin rate limit yes/no, who calls ISP at 2 AM. Mag Red vs Blue table madhun volumetric row copy karun "how we verify" column bhara.