FINDING · DEFENSE
MIMIQ leverages QUIC's connection migration to change a client's IP address mid-connection without disrupting ongoing transfers. QUIC's specification requires that endpoints never reuse connection IDs during migration and that migration tokens are encrypted; this makes migration events indistinguishable from a second distinct client initiating a new connection from a fresh IP address.
From 2020-govil-mimiq — MIMIQ: Masking IPs with Migration in QUIC · §3.1 · 2020 · Free and Open Communications on the Internet
Implications
- Build IP-hopping logic into QUIC-based circumvention transports: each migration naturally rotates the client's visible network identity without a new handshake cost.
- Ensure migration tokens are padded to be indistinguishable from application data so adversaries cannot infer migration timing from packet inspection.
Tags
Extracted by claude-sonnet-4-6 — review before relying.