nerdexam
EC-Council

312-50V10 · Question #489

While doing a Black box pen test via the TCP port (80), you noticed that the traffic gets blocked when you tried to pass IRC traffic from a web enabled host. However, you also noticed that outbound HT

The correct answer is A. Stateful. A stateful firewall tracks the state of active TCP connections, allowing legitimate HTTP sessions while blocking IRC traffic that does not match established HTTP connection state patterns on port 80.

Evading IDS, Firewalls, and Honeypots

Question

While doing a Black box pen test via the TCP port (80), you noticed that the traffic gets blocked when you tried to pass IRC traffic from a web enabled host. However, you also noticed that outbound HTTP traffic is being allowed. What type of firewall is being utilized for the outbound traffic?

Options

  • AStateful
  • BApplication
  • CCircuit
  • DPacket Filtering

How the community answered

(42 responses)
  • A
    79% (33)
  • B
    2% (1)
  • C
    5% (2)
  • D
    14% (6)

Why each option

A stateful firewall tracks the state of active TCP connections, allowing legitimate HTTP sessions while blocking IRC traffic that does not match established HTTP connection state patterns on port 80.

AStatefulCorrect

A stateful firewall maintains a connection state table and monitors each session's protocol behavior throughout its lifecycle. When IRC traffic is sent over port 80, the firewall detects that the traffic does not conform to expected HTTP state patterns for that connection, and blocks it. Outbound HTTP is permitted because the firewall validates it as a properly initiated, state-tracked HTTP session.

BApplication

An application-layer firewall performs deep payload inspection of the data itself to enforce protocol rules, which is a more advanced and distinct function than state tracking.

CCircuit

A circuit-level gateway only validates that the initial TCP handshake is legitimate and does not inspect ongoing traffic state or protocol conformance beyond session establishment.

DPacket Filtering

A packet filtering firewall examines only static header fields like source/destination IP and port number, and cannot distinguish IRC from HTTP when both use port 80.

Concept tested: Stateful firewall connection state tracking

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

Topics

#stateful firewall#firewall types#protocol inspection#network security

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice