FINDING · DETECTION
Tor's traffic contains a characteristic prevalence of 586-byte packets (Tor's 512-byte cells plus TLS header overhead) that form a strong flow-level fingerprint detectable from a few dozen captured packets. ScrambleSuit's packet length morphing eliminates this signature and shifts the distribution toward MTU-sized packets, but the authors note that a censor using the VNG++ classifier — which relies on coarse features like connection duration, total bytes, and burstiness — would still require only a marginal increase in ScrambleSuit's overhead to defeat.
From 2013-winter-scramblesuit — ScrambleSuit: A Polymorphic Network Protocol to Circumvent Censorship · §4.3.1, §5.1, Figure 10 · 2013 · Workshop on Privacy in the Electronic Society
Implications
- Fixed-size cell protocols (Tor, WireGuard, etc.) leak their cell size in packet-length distributions; any PT layered on top must actively pad sub-MTU packets to break the fixed-size signature.
- Classifier features beyond payload (connection duration, total bytes, burst patterns) survive payload randomization — plan for burstiness distortion as a second-phase hardening step against ML classifiers like VNG++.
Tags
Extracted by claude-sonnet-4-6 — review before relying.