nerdexam
EC-Council

312-50V10 · Question #577

While conducting a penetration test, the tester determines that there is a firewall between the tester's machine and the target machine. The firewall is only monitoring TCP handshaking of packets at t

The correct answer is C. Circuit-level gateway firewall. A circuit-level gateway firewall operates at the Session layer of the OSI model, validating connections by monitoring the TCP three-way handshake without inspecting packet payload content.

Evading IDS, Firewalls, and Honeypots

Question

While conducting a penetration test, the tester determines that there is a firewall between the tester's machine and the target machine. The firewall is only monitoring TCP handshaking of packets at the session layer of the OSI model. Which type of firewall is the tester trying to traverse?

Options

  • APacket filtering firewall
  • BApplication-level firewall
  • CCircuit-level gateway firewall
  • DStateful multilayer inspection firewall

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    7% (2)
  • C
    77% (23)
  • D
    3% (1)

Why each option

A circuit-level gateway firewall operates at the Session layer of the OSI model, validating connections by monitoring the TCP three-way handshake without inspecting packet payload content.

APacket filtering firewall

A packet filtering firewall operates at the Network layer (Layer 3), evaluating individual packets based on IP addresses and port numbers without tracking session state or handshaking.

BApplication-level firewall

An application-level proxy firewall operates at the Application layer (Layer 7) and performs deep content inspection of the full data payload, far beyond session handshake validation.

CCircuit-level gateway firewallCorrect

A circuit-level gateway operates at OSI Layer 5 (Session layer) and determines whether a session is legitimate by monitoring TCP handshaking - verifying SYN, SYN-ACK, and ACK exchanges - rather than inspecting application-layer data. Once the handshake is validated, the gateway relays traffic without further content inspection. This session-level operation precisely matches the scenario described where the firewall monitors only TCP handshaking.

DStateful multilayer inspection firewall

A stateful multilayer inspection firewall monitors traffic across multiple OSI layers simultaneously, tracking full connection state and inspecting content beyond the handshake alone.

Concept tested: Circuit-level gateway session layer firewall classification

Source: https://www.cisco.com/c/en/us/products/security/firewalls/what-is-a-firewall.html

Topics

#circuit-level gateway#firewall types#TCP handshaking#OSI session layer

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice