312-50V12 · Question #206
A penetration tester was assigned to scan a large network range to find live hosts. The network is known for using strict TCP filtering rules on its firewall, which may obstruct common host discovery
The correct answer is D. UDP Ping Scan. To identify live hosts on a network with strict TCP filtering, a penetration tester should use a UDP Ping Scan to bypass these specific firewall restrictions.
Question
Options
- AICMP Timestamp Ping Scan
- BICMP ECHO Ping Scan
- CTCP SYN Ping Scan
- DUDP Ping Scan
How the community answered
(24 responses)- A13% (3)
- B4% (1)
- C4% (1)
- D79% (19)
Why each option
To identify live hosts on a network with strict TCP filtering, a penetration tester should use a UDP Ping Scan to bypass these specific firewall restrictions.
ICMP Timestamp Ping Scans, while using ICMP, can still be blocked by firewalls that filter general ICMP traffic, making them unreliable for bypassing strict firewall rules.
ICMP ECHO Ping Scans are the most common form of ping and are frequently blocked by firewalls as a basic security measure, failing to bypass strict filtering.
TCP SYN Ping Scans rely on sending TCP SYN packets, which would be directly blocked by firewalls with 'strict TCP filtering rules' as explicitly stated in the question.
A UDP ping scan sends UDP packets to common ports and expects an ICMP Port Unreachable message from live hosts with closed ports, or an application-level response from open ports. This technique effectively bypasses firewalls with strict TCP filtering rules because it operates at the UDP layer, which may have different, less restrictive filtering policies compared to TCP.
Concept tested: Host discovery with firewall evasion
Source: https://nmap.org/book/man-host-discovery.html
Topics
Community Discussion
No community discussion yet for this question.