nerdexam
GIAC

GCIH · Question #311

You work as a Security Administrator for Net Perfect Inc. The company has a Windows-based network. You want to use a scanning technique which works as a reconnaissance attack. The technique should…

The correct answer is A. IDLE scan. The IDLE scan (zombie scan) is a stealth reconnaissance technique that probes a target's open ports by routing packets through a third-party zombie host, allowing service enumeration without revealing the attacker's true IP address.

Reconnaissance, Scanning, and Enumeration

Question

You work as a Security Administrator for Net Perfect Inc. The company has a Windows-based network. You want to use a scanning technique which works as a reconnaissance attack. The technique should direct to a specific host or network to determine the services that the host offers. Which of the following scanning techniques can you use to accomplish the task?

Options

  • AIDLE scan
  • BNmap
  • CSYN scan
  • DHost port scan

How the community answered

(53 responses)
  • A
    92% (49)
  • B
    4% (2)
  • C
    2% (1)
  • D
    2% (1)

Why each option

The IDLE scan (zombie scan) is a stealth reconnaissance technique that probes a target's open ports by routing packets through a third-party zombie host, allowing service enumeration without revealing the attacker's true IP address.

AIDLE scanCorrect

The IDLE scan is a covert port scanning technique where an attacker spoofs packets via an idle zombie host to probe open services on a target system, making it a recognized reconnaissance attack method. It reveals which ports and services are running on the target without direct attribution to the attacker's machine. This combination of host targeting, service discovery, and stealth satisfies all the criteria described in the question.

BNmap

Nmap is a network scanning tool that supports many scan types rather than being a single, discrete scanning technique itself.

CSYN scan

A SYN scan sends a TCP SYN packet and waits for a response to enumerate ports, but it is a general half-open scan technique and not specifically classified as a stealth reconnaissance attack in the way IDLE scan is.

DHost port scan

Host port scan is a generic descriptor of scanning activity rather than a specific named technique used in reconnaissance attacks.

Concept tested: IDLE zombie scan stealth reconnaissance technique

Source: https://nmap.org/book/idlescan.html

Topics

#IDLE scan#stealth scanning#port scanning#reconnaissance

Community Discussion

No community discussion yet for this question.

Full GCIH Practice