GCIH · Question #470
Mike uncovers malware on a web server that is triggering 100% CPU utilization which prevents other processes from launching. What category of Denial of Service attacks does he place these attacks?
The correct answer is B. Local-based Exhausting Resources. Malware running on the server itself that consumes 100% CPU is a local attack that exhausts a system resource rather than stopping a specific service or originating from the network.
Question
Mike uncovers malware on a web server that is triggering 100% CPU utilization which prevents other processes from launching. What category of Denial of Service attacks does he place these attacks?
Options
- ANetwork-based Stopping Services
- BLocal-based Exhausting Resources
- CNetwork-based Exhausting Resources
- DLocal-based Stopping Services
How the community answered
(51 responses)- A2% (1)
- B92% (47)
- C2% (1)
- D4% (2)
Why each option
Malware running on the server itself that consumes 100% CPU is a local attack that exhausts a system resource rather than stopping a specific service or originating from the network.
Network-based stopping services describes attacks delivered over the network that terminate specific services, which does not match malware already resident on the host consuming CPU.
This attack is local-based because the malware is executing directly on the web server, not arriving as external network traffic. It falls under exhausting resources because it monopolizes CPU - a finite system resource - to 100% utilization, which indirectly prevents other processes from launching rather than explicitly stopping a named service.
Network-based exhausting resources applies to attacks like flood-based DoS that saturate bandwidth or network-layer resources from an external source, not local malware CPU consumption.
Local-based stopping services would describe an attack that kills or disables a specific process or service on the host, not one that simply starves all processes of CPU cycles.
Concept tested: DoS attack classification - local resource exhaustion
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.