nerdexam
GIAC

GCIH · Question #406

A client wants a system so that they can monitor connection queues on network equipment for too many half-open connections, as well as look for bandwidth consumption from the same types of…

The correct answer is C. CPUHog attacks. Monitoring TCP connection queues for excessive half-open states and associated bandwidth helps identify resource-exhaustion attacks that overwhelm CPU and network equipment.

Incident Response & Cyber Kill Chain

Question

A client wants a system so that they can monitor connection queues on network equipment for too many half-open connections, as well as look for bandwidth consumption from the same types of connections. What kind of attacks will this type of system defend against?

Options

  • ASmurf attacks
  • BPassive scans
  • CCPUHog attacks
  • DSYN Floods

How the community answered

(62 responses)
  • A
    2% (1)
  • C
    95% (59)
  • D
    3% (2)

Why each option

Monitoring TCP connection queues for excessive half-open states and associated bandwidth helps identify resource-exhaustion attacks that overwhelm CPU and network equipment.

ASmurf attacks

Smurf attacks use ICMP broadcast amplification to flood a target with reflected traffic, and do not involve TCP connection queues or half-open connection states.

BPassive scans

Passive scans involve silently listening to network traffic without sending packets, producing no half-open connections or anomalous connection-queue activity.

CCPUHog attacksCorrect

CPUHog attacks exploit the accumulation of half-open or incomplete connections to consume CPU cycles and bandwidth on network devices, causing resource exhaustion. Monitoring connection queues for abnormal half-open states alongside bandwidth spikes from the same connection types is the detection mechanism specifically designed to identify this class of attack before it degrades or disables equipment.

DSYN Floods

SYN floods do generate half-open connections, but within the context of this question the monitoring system described targets the broader CPUHog category of resource exhaustion rather than the SYN-specific transport-layer vector.

Concept tested: Detecting CPU resource-exhaustion attacks via connection queue monitoring

Topics

#SYN flood#half-open connections#DoS detection#network monitoring

Community Discussion

No community discussion yet for this question.

Full GCIH Practice