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.
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)- A2% (1)
- B2% (1)
- C91% (49)
- D6% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.