nerdexam
GIAC

GCIH · Question #200

You are the Administrator for a corporate network. You are concerned about denial of service attacks. Which of the following would be the most help against Denial of Service (DOS) attacks?

The correct answer is D. Stateful Packet Inspection (SPI) firewall. A Stateful Packet Inspection (SPI) firewall is the most effective listed defense against DoS attacks because it tracks connection state and can detect and block anomalous or flood-based attack traffic.

Incident Response & Cyber Kill Chain

Question

You are the Administrator for a corporate network. You are concerned about denial of service attacks. Which of the following would be the most help against Denial of Service (DOS) attacks?

Options

  • APacket filtering firewall
  • BNetwork surveys.
  • CHoney pot
  • DStateful Packet Inspection (SPI) firewall

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    6% (2)
  • D
    78% (25)

Why each option

A Stateful Packet Inspection (SPI) firewall is the most effective listed defense against DoS attacks because it tracks connection state and can detect and block anomalous or flood-based attack traffic.

APacket filtering firewall

A packet filtering firewall only inspects individual packet headers without tracking connection state, making it unable to detect flood-based or stateful DoS attack patterns.

BNetwork surveys.

Network surveys are assessment activities used to discover devices and topology on a network, and provide no active protection or mitigation against DoS attack traffic.

CHoney pot

A honeypot is a decoy system designed to lure and study attackers, but it does not actively block or mitigate DoS attack traffic directed at production systems.

DStateful Packet Inspection (SPI) firewallCorrect

Stateful Packet Inspection firewalls maintain a state table of all active connections, allowing them to identify and block traffic that does not match a legitimate established session - a key characteristic of many DoS attacks such as SYN floods. Unlike basic packet filtering, SPI can recognize when connection attempts are anomalous, half-open, or do not follow the normal TCP handshake sequence. This state-awareness makes SPI firewalls significantly more effective at mitigating DoS attacks than stateless alternatives.

Concept tested: Stateful Packet Inspection firewall defense against DoS attacks

Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-41r1.pdf

Topics

#DoS defense#stateful packet inspection#SPI firewall#packet filtering

Community Discussion

No community discussion yet for this question.

Full GCIH Practice