nerdexam
EC-Council

312-50V10 · Question #615

Which type of Nmap scan is the most reliable, but also the most visible, and likely to be picked up by and IDS?

The correct answer is D. Connect scan. The Nmap Connect scan is the most reliable because it completes the full TCP three-way handshake, but this also makes it the most visible and easily detected scan type. It is reliably logged by both the target OS and IDS systems.

Scanning Networks

Question

Which type of Nmap scan is the most reliable, but also the most visible, and likely to be picked up by and IDS?

Options

  • ASYN scan
  • BACK scan
  • CRST scan
  • DConnect scan
  • EFIN scan

How the community answered

(30 responses)
  • A
    3% (1)
  • C
    3% (1)
  • D
    93% (28)

Why each option

The Nmap Connect scan is the most reliable because it completes the full TCP three-way handshake, but this also makes it the most visible and easily detected scan type. It is reliably logged by both the target OS and IDS systems.

ASYN scan

SYN (half-open) scan never completes the handshake and tears down the connection before it is logged, making it significantly stealthier than a Connect scan.

BACK scan

ACK scan is used to map firewall rulesets and identify stateful inspection rules, not to discover open ports via full connection.

CRST scan

RST scan is not a standard Nmap port scanning technique used for port discovery.

DConnect scanCorrect

The Connect scan uses the OS-level connect() system call to complete the full TCP three-way handshake, guaranteeing accurate port state results without requiring raw socket privileges. Because the connection is fully established, it is recorded in the target's application and system logs and is trivially flagged by any IDS monitoring for completed TCP connections.

EFIN scan

FIN scan sends only a FIN packet without initiating a handshake, making it stealthier and far less visible to IDS than a Connect scan.

Concept tested: Nmap TCP Connect scan reliability and IDS visibility

Source: https://nmap.org/book/man-port-scanning-techniques.html

Topics

#Nmap#TCP connect scan#IDS detection#scan visibility

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice