FINDING · DEFENSE
The ephemeral property — using a unique seed-derived defense per connection — prevents attackers from training classifiers on the exact deployed defense variant. Stacked combinations with height H=5 from N=1,000 base defenses yield 6.88×10^25 unique defenses (polynomial growth O(N^{2H})). Attacks trained on ephemeral defenses also generalize significantly better across other randomized defense families than attacks trained on static defenses.
From 2026-pulls-ephemeral-network-layer-fingerprinting — Ephemeral Network-Layer Fingerprinting Defenses · §3.3, §5.4 · 2026 · PoPETs 2026
Implications
- Instantiate a unique defense configuration per connection using a seeded PRNG rather than a single static defense — this denies the adversary the ability to build a training corpus matching the deployed defense.
- Implement polynomial-growth stacked combination (Maybenot height parameter) to generate astronomically large defense spaces from a small base set, making exhaustive adaptive attack training computationally infeasible.
Tags
Extracted by claude-sonnet-4-6 — review before relying.