312-50V11 · Question #165
If there is an Intrusion Detection System (IDS) in intranet, which port scanning technique cannot be used?
The correct answer is B. TCP SYN. TCP SYN scans cannot be effectively used against an IDS-monitored intranet because IDS systems are specifically tuned to detect the anomalous half-open connection patterns that SYN scans produce.
Question
If there is an Intrusion Detection System (IDS) in intranet, which port scanning technique cannot be used?
Options
- ASpoof Scan
- BTCP SYN
- CTCP Connect scan
- DIdle scan
How the community answered
(41 responses)- A12% (5)
- B80% (33)
- C5% (2)
- D2% (1)
Why each option
TCP SYN scans cannot be effectively used against an IDS-monitored intranet because IDS systems are specifically tuned to detect the anomalous half-open connection patterns that SYN scans produce.
Spoof scans use forged source IP addresses to obscure the real attacker identity, making attribution by the IDS extremely difficult and allowing the scan to proceed without revealing the true source.
A TCP SYN scan sends SYN packets but never completes the three-way handshake, leaving a pattern of half-open connections that IDS signatures explicitly watch for; a well-configured intranet IDS will immediately detect and alert on this activity, rendering the technique impractical for covert reconnaissance.
TCP Connect scans complete the full three-way handshake and are detectable by IDS, but they are not specifically identified as 'cannot be used' - they can still be attempted despite the higher detection risk.
Idle (zombie) scans route probes through an innocent intermediary host, hiding the attacker's real IP from both the target and the IDS, making them a preferred evasion technique in monitored environments.
Concept tested: IDS detection of TCP SYN half-open port scans
Source: https://nmap.org/book/synscan.html
Topics
Community Discussion
No community discussion yet for this question.