GCIH · Question #154
GCIH Question #154: Real Exam Question with Answer & Explanation
The correct answer is A: Filtered. In an Nmap XMAS scan, ports that return no response are classified as open or filtered because a firewall may be silently dropping the probe packets. Filtered is the answer here because firewalls blocking packets is the most common reason no RST is returned when most ports are un
Question
Options
- AFiltered
- BOpen
- CClosed
Explanation
In an Nmap XMAS scan, ports that return no response are classified as open or filtered because a firewall may be silently dropping the probe packets. Filtered is the answer here because firewalls blocking packets is the most common reason no RST is returned when most ports are unresponsive.
Common mistakes.
- B. Open ports do technically produce no response in a XMAS scan per RFC 793, but if most ports showed no response, attributing all to 'open' is not accurate - Nmap itself marks such ports 'open|filtered' precisely because it cannot distinguish them without additional context.
- C. Closed ports respond to XMAS scan probes with a TCP RST/ACK packet, which is the opposite of no response.
Concept tested. Nmap XMAS scan port state interpretation
Reference. https://nmap.org/book/scan-methods-null-fin-xmas-scan.html
Topics
Community Discussion
No community discussion yet for this question.