TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Maybenot: A Framework for Traffic Analysis Defenses

2 pointsby azalemeth10 months ago

1 comment

azalemeth10 months ago
This is a rather interesting framework, highlighted on Mullvad&#x27;s blog and with pilot integration into their servers -- see [1] and [2] -- with a fairly detailed deep-dive at [3].<p>The basic idea is very simple: defeat traffic analysis essentially by chaffing and winnowing [4] data to force packet sizes to be constant, and transmit a small amount of &#x27;cover&#x27; garbage when the pipe is otherwise empty. I&#x27;ve often wondered why this is not done -- constant bandwidth channels are widely used by the military, for example. Combined with multi-hop routing, I suspect this will make VPNs far more secure for all of their users.<p>The cost, of course, is an overhead in both bandwidth and latency -- in principle these need to be very much for it to be cryptographically secure, but the current implementation roughly doubles bandwidth consumption and introduces a second per connection, which is probably...in need of improvement, let&#x27;s say.<p>[1] <a href="https:&#x2F;&#x2F;mullvad.net&#x2F;en&#x2F;blog&#x2F;introducing-defense-against-ai-guided-traffic-analysis-daita" rel="nofollow">https:&#x2F;&#x2F;mullvad.net&#x2F;en&#x2F;blog&#x2F;introducing-defense-against-ai-g...</a><p>[2] <a href="https:&#x2F;&#x2F;mullvad.net&#x2F;en&#x2F;blog&#x2F;evaluating-using-the-first-eight-daita-servers" rel="nofollow">https:&#x2F;&#x2F;mullvad.net&#x2F;en&#x2F;blog&#x2F;evaluating-using-the-first-eight...</a><p>[3] <a href="https:&#x2F;&#x2F;pulls.name&#x2F;blog&#x2F;2024-06-05-eval-first-daita-servers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pulls.name&#x2F;blog&#x2F;2024-06-05-eval-first-daita-servers&#x2F;</a><p>[4] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chaffing_and_winnowing" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chaffing_and_winnowing</a>