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.
Question
Options
- AXmas scan
- BIDLE/IPID header scan
- CTCP Maimon scan
- DACK flag probe scan
How the community answered
(38 responses)- A8% (3)
- B3% (1)
- C76% (29)
- D13% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.