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.
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)- A92% (49)
- B4% (2)
- C2% (1)
- D2% (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.
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.
Nmap is a network scanning tool that supports many scan types rather than being a single, discrete scanning technique itself.
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.
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
Community Discussion
No community discussion yet for this question.