312-50V11 · Question #408
During a blackbox pen test you attempt to pass IRC traffic over port 80/TCP from a compromised web enabled host. The traffic gets blocked; however, outbound HTTP traffic is unimpeded. What type of fir
The correct answer is C. Stateful. A stateful firewall tracks TCP connection state and protocol behavior, allowing it to block IRC traffic on port 80 while permitting valid HTTP sessions that conform to expected connection patterns.
Question
During a blackbox pen test you attempt to pass IRC traffic over port 80/TCP from a compromised web enabled host. The traffic gets blocked; however, outbound HTTP traffic is unimpeded. What type of firewall is inspecting outbound traffic?
Options
- AApplication
- BCircuit
- CStateful
- DPacket Filtering
How the community answered
(54 responses)- A13% (7)
- B4% (2)
- C76% (41)
- D7% (4)
Why each option
A stateful firewall tracks TCP connection state and protocol behavior, allowing it to block IRC traffic on port 80 while permitting valid HTTP sessions that conform to expected connection patterns.
An application firewall performs full Layer 7 deep packet inspection and would also differentiate protocols, but the scenario describes protocol-state-level blocking consistent with stateful inspection rather than content-level application proxy filtering.
A circuit-level gateway validates TCP handshake legitimacy at the session layer but does not inspect the application protocol content of the data being transferred, so it would not distinguish IRC from HTTP on the same port.
A stateful firewall maintains connection state tables and monitors whether traffic over a given port conforms to the expected protocol behavior for that port. It can detect that IRC session patterns do not match HTTP state-machine characteristics, blocking the non-HTTP traffic on port 80 while allowing legitimate HTTP through - something a simple packet filter cannot do.
A packet filtering firewall makes permit/deny decisions based solely on IP address, port number, and transport protocol in packet headers, and would allow all port 80/TCP traffic regardless of whether the payload carries HTTP or IRC.
Concept tested: Stateful firewall protocol-aware connection state inspection
Source: https://www.cisco.com/c/en/us/products/security/firewalls/what-is-a-firewall.html
Topics
Community Discussion
No community discussion yet for this question.