nerdexam
GIAC

GCIA · Question #22

In which of the following IDS evasion techniques does an attacker deliver data in multiple small sized packets, which makes it very difficult for an IDS to detect the attack signatures of such…

The correct answer is B. Session splicing. Session splicing is an IDS evasion technique that splits an attack payload across many very small packets, making it difficult for the IDS to reassemble and match the attack signature.

Intrusion Detection System (IDS) Fundamentals & Snort Rules

Question

In which of the following IDS evasion techniques does an attacker deliver data in multiple small sized packets, which makes it very difficult for an IDS to detect the attack signatures of such attacks?

Options

  • AInsertion
  • BSession splicing
  • CFragmentation overlap
  • DFragmentation overwrite

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    73% (19)
  • C
    15% (4)
  • D
    4% (1)

Why each option

Session splicing is an IDS evasion technique that splits an attack payload across many very small packets, making it difficult for the IDS to reassemble and match the attack signature.

AInsertion

Insertion is a technique where packets are crafted so the IDS accepts them but the end host rejects them - such as via invalid TTL values - causing the IDS to track a different byte stream than the target host processes.

BSession splicingCorrect

Session splicing works by dividing the attack data into tiny TCP segments, each individually too small for the IDS to match against known attack signatures. The IDS must correctly reassemble the full TCP session stream to detect the attack, but many IDS implementations have resource or reassembly limits that prevent this. By keeping each packet fragment below the minimum signature length, the attacker bypasses signature-based detection entirely.

CFragmentation overlap

Fragmentation overlap involves sending fragments where the data in one fragment overlaps with data from a previous fragment, exploiting differences in reassembly logic between the IDS and the host.

DFragmentation overwrite

Fragmentation overwrite is a specific variant of overlap where a later fragment deliberately overwrites data from an earlier fragment, causing the IDS and target host to reconstruct differing final payloads.

Concept tested: Session splicing as an IDS evasion technique

Topics

#session splicing#IDS evasion#small packet attack#signature bypass

Community Discussion

No community discussion yet for this question.

Full GCIA Practice