nerdexam
EC-Council

312-50V9 · Question #307

If there is an Intrusion Detection System (IDS) in intranet, which port scanning technique cannot be used?

The correct answer is C. TCP SYN. TCP SYN scanning produces a recognizable pattern of half-open connections that IDS systems are specifically tuned to detect, making it ineffective in IDS-monitored environments.

Scanning Networks

Question

If there is an Intrusion Detection System (IDS) in intranet, which port scanning technique cannot be used?

Options

  • ASpoof Scan
  • BTCP Connect scan
  • CTCP SYN
  • DIdle Scan

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    80% (24)
  • D
    13% (4)

Why each option

TCP SYN scanning produces a recognizable pattern of half-open connections that IDS systems are specifically tuned to detect, making it ineffective in IDS-monitored environments.

ASpoof Scan

Spoof Scan uses a forged source IP address so the IDS cannot attribute or trace the scan back to the attacker's real machine, greatly reducing the effectiveness of detection.

BTCP Connect scan

TCP Connect scan completes the full three-way handshake and is also detectable, but it does not generate the distinctive half-open connection signature that IDS TCP scan rules primarily target.

CTCP SYNCorrect

TCP SYN scan sends SYN packets and waits for SYN-ACK responses without completing the three-way handshake, creating a flood of half-open connections that IDS engines match against well-known signatures. Unlike evasion-focused techniques, TCP SYN provides no mechanism to obscure this distinctive traffic pattern from a passive or inline IDS monitoring the intranet.

DIdle Scan

Idle Scan routes probes through a third-party zombie host so the attacker's IP address never appears in the monitored traffic, making the real source invisible to the IDS.

Concept tested: Port scanning techniques and IDS detectability

Source: https://nmap.org/book/man-port-scanning-techniques.html

Topics

#IDS evasion#port scanning#TCP connect scan#intrusion detection

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice