nerdexam
EC-Council

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.

Scanning Networks

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)
  • A
    17% (8)
  • B
    72% (33)
  • C
    4% (2)
  • D
    7% (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.

AICMP Echo scanning

ICMP Echo scanning sends ICMP ping requests to identify live hosts and does not involve TCP flag manipulation or fragmentation.

BSYN/FIN scanning using IP fragmentsCorrect

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.

CACK flag probe scanning

ACK flag probe scanning sends ACK packets to probe firewall rules and determine stateful vs. stateless filtering, not to fragment headers for evasion.

DIPID scanning

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

#IP fragmentation#SYN/FIN scan#packet filter evasion#TCP header splitting

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice