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…
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)- A81% (34)
- B2% (1)
- C7% (3)
- D10% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.