nerdexam
EC-Council

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.

Submitted by minji_kr· Mar 4, 2026Network and Perimeter Hacking

Question

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 techniques. The tester needs a method that can bypass these firewall restrictions and accurately identify live systems. What host discovery technique should the tester use?

Options

  • AICMP Timestamp Ping Scan
  • BICMP ECHO Ping Scan
  • CTCP SYN Ping Scan
  • DUDP Ping Scan

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    4% (1)
  • D
    79% (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.

AICMP Timestamp Ping Scan

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.

BICMP ECHO Ping Scan

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.

CTCP SYN Ping Scan

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.

DUDP Ping ScanCorrect

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

#host discovery#firewall evasion#network scanning#UDP scan

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice