nerdexam
EC-Council

312-50V11 · Question #468

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

The correct answer is C. TCP SYN. When an IDS is active on the intranet, TCP SYN scanning is the technique rendered ineffective because it generates a distinctive half-open connection pattern that IDS signatures are specifically tuned to detect.

Evading IDS, Firewalls, and Honeypots

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

(43 responses)
  • A
    12% (5)
  • B
    7% (3)
  • C
    79% (34)
  • D
    2% (1)

Why each option

When an IDS is active on the intranet, TCP SYN scanning is the technique rendered ineffective because it generates a distinctive half-open connection pattern that IDS signatures are specifically tuned to detect.

ASpoof Scan

Spoof Scan falsifies the source IP address to mislead attribution, allowing it to remain viable as an evasion technique even on networks monitored by an IDS.

BTCP Connect scan

TCP Connect scan completes the full three-way handshake and, while highly detectable, presents as a normal connection rather than the distinct half-open signature that IDS systems specifically flag for SYN scans.

CTCP SYNCorrect

TCP SYN scanning sends SYN packets and records SYN-ACK responses without completing the three-way handshake, producing large numbers of half-open connections that are a well-known IDS detection signature. Modern IDS systems are explicitly configured to alert on this pattern, making the technique unusable without immediate detection in a monitored environment. Techniques such as Idle Scan route traffic through a zombie host, masking the attacker's origin from IDS inspection entirely.

DIdle Scan

Idle Scan routes probe packets through a zombie host so the IDS observes traffic originating from the zombie rather than the attacker, making it one of the strongest IDS-evasion scanning methods available.

Concept tested: IDS evasion and TCP SYN scan detectability

Source: https://csrc.nist.gov/publications/detail/sp/800-115/final

Topics

#IDS evasion#TCP SYN scan#port scanning#network detection

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice