nerdexam
EC-Council

312-50V9 · Question #356

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…

The correct answer is A. Stateful. A stateful firewall tracks the state of active TCP connections and permits or denies traffic based on whether packets match a known, established session state. HTTP outbound traffic is allowed because its session state is tracked, while IRC connections are blocked due to…

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
    81% (34)
  • B
    2% (1)
  • C
    7% (3)
  • D
    10% (4)

Why each option

A stateful firewall tracks the state of active TCP connections and permits or denies traffic based on whether packets match a known, established session state. HTTP outbound traffic is allowed because its session state is tracked, while IRC connections are blocked due to mismatched session state characteristics.

AStatefulCorrect

A stateful firewall maintains a state table of active connections and evaluates packets against the state of existing TCP sessions. Outbound HTTP traffic is permitted because connections are initiated from inside and follow predictable request-response session states that are tracked in the state table. IRC traffic on port 80 is blocked because its persistent, multi-channel connection behavior does not match the expected state of a valid HTTP session being monitored by the firewall.

BApplication

An application-layer firewall performs Layer 7 deep packet inspection and could also differentiate HTTP from IRC, but the described behavior of allowing outbound sessions based on tracked connection state is the defining characteristic of a stateful firewall.

CCircuit

A circuit-level gateway validates TCP handshakes at the session layer but does not track ongoing connection state or differentiate protocol behavior for traffic using the same port number.

DPacket Filtering

A packet filtering firewall makes decisions based solely on IP addresses, ports, and protocol numbers at Layers 3-4, so it cannot distinguish HTTP from IRC traffic both using port 80.

Concept tested: Stateful firewall TCP connection state tracking

Source: https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-firewalls/200257-overview-of-cisco-asa-stateful-inspectio.html

Topics

#stateful firewall#traffic inspection#firewall types#TCP state tracking

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice