CISSP · Question #951
A company receives an email threat informing of an Imminent Distributed Denial of Service (DDoS) attack targeting its web application, unless ransom is paid. Which of the following techniques BEST…
The correct answer is D. Coordinate with and utilize capabilities within Internet Service Provider (ISP). When facing an imminent DDoS attack, coordinating with your ISP provides the most effective upstream mitigation by blocking or scrubbing malicious traffic before it reaches your network infrastructure.
Question
Options
- ADeploying load balancers to distribute inbound traffic across multiple data centers
- BSet Up Web Application Firewalls (WAFs) to filter out malicious traffic
- CImplementing reverse web-proxies to validate each new inbound connection
- DCoordinate with and utilize capabilities within Internet Service Provider (ISP)
How the community answered
(36 responses)- A11% (4)
- B8% (3)
- C19% (7)
- D61% (22)
Why each option
When facing an imminent DDoS attack, coordinating with your ISP provides the most effective upstream mitigation by blocking or scrubbing malicious traffic before it reaches your network infrastructure.
Load balancers distribute traffic across servers to improve availability and performance, but they do not filter or reduce the volume of malicious DDoS traffic - they would simply spread the attack load across multiple targets, still overwhelming resources.
WAFs are designed to filter application-layer (Layer 7) attacks such as SQL injection and XSS, but they are typically insufficient against large volumetric DDoS attacks (Layers 3/4) that can saturate network bandwidth before traffic even reaches the WAF.
Reverse proxies can validate connections and provide some protection against certain application-layer attacks, but they still sit within or near the target network and cannot absorb the massive bandwidth of a volumetric DDoS attack that would saturate upstream links.
ISPs can implement upstream traffic scrubbing, blackhole routing (RTBH), and rate limiting at the network edge before attack traffic ever reaches the target organization's infrastructure. This is the most effective DDoS mitigation approach because ISPs have the bandwidth capacity and peering relationships to absorb and filter volumetric attacks at a scale that on-premises solutions cannot match. Many ISPs offer dedicated DDoS mitigation services that can redirect traffic through scrubbing centers, removing malicious packets while allowing legitimate traffic to pass.
Concept tested: ISP-level DDoS mitigation and upstream traffic scrubbing
Source: https://www.cisa.gov/sites/default/files/publications/understanding-and-responding-to-ddos-attacks_508c.pdf
Topics
Community Discussion
No community discussion yet for this question.