312-50V13 · Question #583
During a red team assessment, a CEH is given a task to perform network scanning on the target network without revealing its IP address. They are also required to find an open port and the services…
The correct answer is D. Use the IDLE/IPID header scan technique with the command "-sI". The IDLE/IPID header scan (-sI) is the appropriate technique in Zenmap (Nmap) for stealthy network scanning to find open ports and services without revealing the attacker's IP address.
Question
Options
- AUse SCTP INIT Scan with the command "-sY"
- BUse UDP Raw ICMP Port Unreachable Scanning with the command "-sU"
- CUse the ACK flag probe scanning technique with the command "-sA"
- DUse the IDLE/IPID header scan technique with the command "-sI"
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Why each option
The IDLE/IPID header scan (`-sI`) is the appropriate technique in Zenmap (Nmap) for stealthy network scanning to find open ports and services without revealing the attacker's IP address.
The SCTP INIT scan (`-sY`) is a specific scan type for the SCTP protocol, not primarily designed for concealing the attacker's IP address.
UDP scan (`-sU`) is used to find open UDP ports and services but does not inherently hide the attacker's IP address; it directly sends packets from the scanner's IP.
The ACK flag probe scan (`-sA`) is used to map firewall rulesets and determine if a port is filtered or unfiltered, not to determine if a port is open or to conceal the attacker's IP address.
The IDLE scan, using the `-sI` command in Nmap/Zenmap, is a highly stealthy scanning technique that allows an attacker to port scan a target without sending any packets from their own IP address. It spoofs the source IP address by leveraging a 'zombie host' to indirectly probe the target, thereby concealing the attacker's identity while still determining open ports and services.
Concept tested: Stealthy network scanning (Nmap IDLE scan)
Topics
Community Discussion
No community discussion yet for this question.