nerdexam
GIAC

GCIA · Question #99

Adam, a malicious hacker is running a scan. Statistics of the scan is as follows: Which of the following types of port scan is Adam running?

The correct answer is D. FIN scan. A FIN scan sends TCP packets with only the FIN flag set to probe port status, exploiting RFC 793 behavior where closed ports respond with RST and open ports silently drop the packet.

Network Traffic Analysis & Protocol Review

Question

Adam, a malicious hacker is running a scan. Statistics of the scan is as follows:

Which of the following types of port scan is Adam running?

Exhibit

GCIA question #99 exhibit

Options

  • AXMAS scan
  • BACK scan
  • CIdle scan
  • DFIN scan

How the community answered

(52 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    13% (7)
  • D
    79% (41)

Why each option

A FIN scan sends TCP packets with only the FIN flag set to probe port status, exploiting RFC 793 behavior where closed ports respond with RST and open ports silently drop the packet.

AXMAS scan

An XMAS scan sets the FIN, PSH, and URG flags simultaneously (lighting up the packet 'like a Christmas tree'), which is a different flag combination from a FIN-only scan.

BACK scan

An ACK scan sends packets with only the ACK flag to map firewall rulesets by determining whether ports are filtered or unfiltered, not to identify open vs. closed ports.

CIdle scan

An idle scan is an advanced technique that uses a third-party 'zombie' host's IP ID sequence to stealthily probe a target, which is fundamentally different from a simple FIN-flagged packet scan.

DFIN scanCorrect

A FIN scan works by sending a TCP segment with only the FIN flag set to a target port. Per RFC 793, a closed port must respond with a RST/ACK packet, while an open port will silently discard the unexpected FIN. This asymmetric response allows the scanner to distinguish open from closed ports without completing a full TCP handshake, making it stealthier than a SYN scan.

Concept tested: TCP FIN scan port scanning technique

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

Topics

#FIN scan#TCP flags#port scanning#network reconnaissance

Community Discussion

No community discussion yet for this question.

Full GCIA Practice