FINDING · EVALUATION
The fragment cache side channel is the most widely applicable TCP/IP side channel, capable of eliciting responses even from hosts behind host firewalls because it operates at Layer 3 (IP fragments). When combined with a Layer 4 technique such as the SYN backlog scan, it can distinguish censorship implemented at Layer 3 versus Layer 4, though fragment cache implementations vary widely across OSes and devices.
From 2015-crandall-forgive — Forgive Us our SYNs: Technical and Ethical Considerations for Measuring Internet Filtering · §3.3, Table 1 · 2015 · Ethics in Networked Systems Research
Implications
- Use fragment cache scans to probe whether censor middleboxes are dropping traffic at Layer 3 (IP) versus Layer 4 (TCP), informing whether a protocol should use IP fragmentation or stay within normal TCP to avoid detection.
- Do not assume uniform fragment reassembly behavior across censored-network endpoints; validate against multiple OS/device combinations.
Tags
Extracted by claude-sonnet-4-6 — review before relying.