nerdexam
EC-Council

312-50V12 · Question #85

Sam is a penetration tester hired by Inception Tech, a security organization. He was asked to perform port scanning on a target host in the network. While performing the given task, Sam sends…

The correct answer is C. TCP Maimon scan. This question tests knowledge of specialized TCP port scanning techniques, specifically the TCP Maimon scan, which uses FIN/ACK probes to elicit RST responses from closed ports.

Submitted by viktor_hu· Mar 4, 2026Reconnaissance Techniques

Question

Sam is a penetration tester hired by Inception Tech, a security organization. He was asked to perform port scanning on a target host in the network. While performing the given task, Sam sends FIN/ACK probes and determines that an RST packet is sent in response by the target host, indicating that the port is closed. What is the port scanning technique used by Sam to discover open ports?

Options

  • AXmas scan
  • BIDLE/IPID header scan
  • CTCP Maimon scan
  • DACK flag probe scan

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    76% (29)
  • D
    13% (5)

Why each option

This question tests knowledge of specialized TCP port scanning techniques, specifically the TCP Maimon scan, which uses FIN/ACK probes to elicit RST responses from closed ports.

AXmas scan

An Xmas scan sends packets with FIN, PSH, and URG flags all set simultaneously, not FIN/ACK probes, and relies on the absence of a response to indicate open ports on RFC-compliant systems.

BIDLE/IPID header scan

The IDLE/IPID header scan is a stealth technique that uses a zombie host's IP ID sequence numbers to infer port states, and does not involve sending FIN/ACK probes directly to the target.

CTCP Maimon scanCorrect

The TCP Maimon scan, discovered by Uriel Maimon, sends FIN/ACK probe packets to target ports. According to RFC 793, closed ports should respond with an RST packet, while open ports typically drop the packet with no response. This behavior allows the scanner to distinguish between open and closed ports based on whether an RST is received.

DACK flag probe scan

An ACK flag probe scan sends packets with only the ACK flag set to determine firewall rulesets and whether ports are filtered or unfiltered, not to identify open vs. closed ports using FIN/ACK probes.

Concept tested: TCP Maimon scan FIN/ACK probe technique

Source: https://nmap.org/book/scan-methods-maimon-scan.html

Topics

#Port scanning#TCP Maimon scan#FIN/ACK probes#Network discovery

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice