312-50V11 · Question #134
Which of the following scanning method splits the TCP header into several packets and makes it difficult for packet filters to detect the purpose of the packet?
The correct answer is B. SYN/FIN scanning using IP fragments. SYN/FIN scanning using IP fragments splits the TCP header across multiple IP packets, preventing packet filters from reading TCP flags in a single packet.
Question
Which of the following scanning method splits the TCP header into several packets and makes it difficult for packet filters to detect the purpose of the packet?
Options
- AICMP Echo scanning
- BSYN/FIN scanning using IP fragments
- CACK flag probe scanning
- DIPID scanning
How the community answered
(46 responses)- A17% (8)
- B72% (33)
- C4% (2)
- D7% (3)
Why each option
SYN/FIN scanning using IP fragments splits the TCP header across multiple IP packets, preventing packet filters from reading TCP flags in a single packet.
ICMP Echo scanning sends ICMP ping requests to identify live hosts and does not involve TCP flag manipulation or fragmentation.
IP fragmentation allows an attacker to divide the TCP header into separate IP fragments so that a single fragment does not contain enough information for a packet filter or IDS to determine the packet's intent. By fragmenting the SYN and FIN flags across different packets, the scanner evades simple header-inspection rules. Reassembly occurs at the destination, but stateless filters may pass each fragment individually.
ACK flag probe scanning sends ACK packets to probe firewall rules and determine stateful vs. stateless filtering, not to fragment headers for evasion.
IPID scanning (idle scan) exploits the IP Identification field of a zombie host to infer open ports indirectly, and does not fragment TCP headers.
Concept tested: IP fragmentation for TCP header evasion
Source: https://nmap.org/book/man-port-scanning-techniques.html
Topics
Community Discussion
No community discussion yet for this question.