nerdexam
GIAC

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.

Malware Analysis & Advanced Persistent Threats

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)
  • A
    2% (1)
  • B
    92% (47)
  • C
    2% (1)
  • D
    4% (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.

ANetwork-based Stopping Services

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.

BLocal-based Exhausting ResourcesCorrect

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.

CNetwork-based Exhausting Resources

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.

DLocal-based Stopping Services

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

#local DoS#CPU exhaustion#resource exhaustion#malware impact

Community Discussion

No community discussion yet for this question.

Full GCIH Practice