nerdexam
EC-Council

312-50V9 · Question #493

A penetration tester is attempting to scan an internal corporate network from the internet without alerting the border sensor. Which is the most efficient technique should the tester consider using?

The correct answer is B. Tunneling scan over SSH. SSH tunneling is the most efficient way to scan an internal network from the internet without triggering border sensors because scan traffic is encapsulated within an encrypted SSH session.

Evading IDS, Firewalls, and Honeypots

Question

A penetration tester is attempting to scan an internal corporate network from the internet without alerting the border sensor. Which is the most efficient technique should the tester consider using?

Options

  • ASpoofing an IP address
  • BTunneling scan over SSH
  • CTunneling over high port numbers
  • DScanning using fragmented IP packets

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    74% (28)
  • C
    16% (6)
  • D
    3% (1)

Why each option

SSH tunneling is the most efficient way to scan an internal network from the internet without triggering border sensors because scan traffic is encapsulated within an encrypted SSH session.

ASpoofing an IP address

IP spoofing changes the source address but does not hide or encrypt the scan traffic itself, so border sensors can still detect and alert on abnormal port-scanning patterns.

BTunneling scan over SSHCorrect

Tunneling a scan over SSH encapsulates all scan traffic within an encrypted SSH connection, making the traffic appear as legitimate SSH communication on port 22. Border sensors and IDS devices typically cannot inspect the encrypted payload, so the underlying scan activity remains hidden. This is the most efficient method because it bypasses detection while maintaining full scan capability.

CTunneling over high port numbers

Using high port numbers does not inherently encrypt or disguise scan traffic, and modern border sensors monitor all port ranges for scanning behavior.

DScanning using fragmented IP packets

Fragmented IP packets can evade some older packet-inspection tools, but modern IDS/IPS devices reassemble fragments before analysis, making this technique less reliable and less efficient than SSH tunneling.

Concept tested: Stealthy network scanning using SSH tunneling

Source: https://nmap.org/book/firewall-subversion.html

Topics

#SSH tunneling#stealth scanning#IDS evasion#border sensor

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice