FINDING · DETECTION
Authoritarian regimes blocked Snowflake primarily through DPI targeting fingerprints in Pion's DTLS handshake and TLS fingerprints in complementary WebRTC protocols, not through ML-based traffic analysis — confirming that cost-effective censors consistently favor simple, deterministic methods over computationally expensive classifiers.
From 2026-vilalonga-obscura-enabling-ephemeral — Obscura: Enabling Ephemeral Proxies for Traffic Encapsulation in WebRTC Media Streams Against Cost-Effective Censors · §1 · 2026 · PoPETs 2026
Implications
- Use browser-native WebRTC implementations (not Go/Pion) for the client-proxy leg to inherit browser DTLS fingerprints rather than library-specific ones that stand out
- Treat DTLS/TLS fingerprint normalization as a first-class design requirement, not a reactive patch applied after censors identify fingerprints in the wild
Tags
Extracted by claude-sonnet-4-6 — review before relying.