nerdexam
GIAC

GCIH · Question #210

Which of the following types of scan does not open a full TCP connection?

The correct answer is C. Stealth scan. A stealth scan (SYN scan) is specifically defined by its use of a half-open TCP connection that intentionally avoids completing the three-way handshake.

Reconnaissance, Scanning, and Enumeration

Question

Which of the following types of scan does not open a full TCP connection?

Options

  • AFIN scan
  • BACK scan
  • CStealth scan
  • DIdle scan

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    91% (49)
  • D
    6% (3)

Why each option

A stealth scan (SYN scan) is specifically defined by its use of a half-open TCP connection that intentionally avoids completing the three-way handshake.

AFIN scan

A FIN scan sends a FIN flag to a closed port to elicit a RST response for port discovery and also does not open a full connection, but its defining characteristic is probing closed ports via out-of-state packets, not the half-open handshake property.

BACK scan

An ACK scan sends ACK packets to map firewall stateful rules and also avoids a full connection, but its purpose and defining trait is firewall rule enumeration rather than half-open connection avoidance.

CStealth scanCorrect

A stealth scan, also called a half-open or SYN scan, sends a SYN packet and upon receiving a SYN-ACK immediately responds with a RST to abort the session before a full TCP connection is established. Because no complete connection is logged by the target application layer, this is the canonical technique associated with avoiding a full TCP connection in CEH and port-scanning terminology.

DIdle scan

An idle scan routes spoofed SYN packets through a zombie host and also avoids a direct full TCP connection, but its defining property is using a third-party host to anonymize the scan origin.

Concept tested: TCP stealth scan half-open connection port scanning technique

Source: https://nmap.org/book/synscan.html

Topics

#stealth scan#SYN scan#TCP half-open#port scanning

Community Discussion

No community discussion yet for this question.

Full GCIH Practice