Slashdot Mirror


Encrypted Traffic No Longer Safe From Throttling

coderrr writes "New research could allow ISPs to selectively block or slow down your encrypted traffic even if they cannot snoop on your transmitted data. Italian researchers have found a way to categorize the type of traffic that is hidden inside an encrypted SSH session to around 90% accuracy. They are achieving this by analyzing packet sizes and inter-packet intervals instead of looking at the content itself. Challenges remain for ISPs to implement this technology, but it's clear that encrypting your traffic inside an SSH session or VPN connection is not a solution to protect net neutrality."

4 of 268 comments (clear)

  1. Re:They can already throttle encrypted traffic. by Fryth · · Score: 5, Interesting

    You'd think that's how they're doing it, but it doesn't seem to be the case. Rogers customer here, and my SFTP (FTP over SSH) connections go at full-tilt, while BitTorrent has slowed down to a crawl (0-1 KB/sec) on my connection in the past (yes, using the latest uTorrent/Azureus Vuze client, with standard BT MSE/PE encryption enabled).

    I don't know what's going on, but I suspect they've already figured out something that these Italian guys are researching now, and they've been able to identify BitTorrent from other encrypted traffic.

  2. Re:Why bother? by aplusjimages · · Score: 5, Interesting

    how would this work for gaming online? 16 different IP destinations and I play for hours on in. My understanding of Xbox Live is that it is P2P and if they throttle my Halo 3 game, I'm gonna get pwned even more than normal.

    --
    Can I bum a sig?
  3. Re:Non-timing critical? by omnirealm · · Score: 5, Interesting

    > introducing random jitter would go some way to subverting this, no?

    Exactly. I took a few minutes to glance over the paper. Their feature
    extraction stage consists of two predictable attributes: packet size
    and time between packets. Modifying the traffic sent at the
    application layer (SSH itself does not even need to be touched) can
    trivially ambiguate the extracted features so as to throw off the
    classification attempt. This is simply a road bump; as soon as it gets
    into use, application-layer proxies will pop up to circumvent it.

    They also seemed to have inventented their own home-brew statistical
    analysis. I was disappointed that they did not go into detail as to
    why they largely ignored the entire field of Machine Learning
    (NaiveBayes? Perceptron? kNN? Why not try using these?) when coming up
    with their classification model.

    --
    An unjust law is no law at all. - St. Augustine
  4. Re:Why bother? by TheLink · · Score: 5, Interesting

    1) Those plugins don't do very much uploading whereas bittorrent users do.
    2) Those plugins that do "fetch ahead" tend to stick to fetching from the same few sites - they may make lots of connections but they are to the same few sites (ad webserver, content webserver, icon/widget server etc), and they stop at some point - otherwise your browser would be downloading the entire internet (and AFAIK they don't do that). And really they definitely don't upload much.

    Personally I think the US ISPs are scumbags not because they throttle, but because it seems they took USD 200 billion and promised to deliver 45Mbps up/down.

    But after taking that 200 billion, more than ten years later their users have still only got DSL and cable, and they're getting throttled.

    Too bad most of the users don't appear to know how screwed they really got. They should ask for the ISPs to build the infrastructure NOW.

    But I suppose given a big enough crime, you are more likely to get away with it :).

    Cheat one person of money and it's jail time. Cheat 10 people and it's longer jail time. Cheat 100000 people, and you become a rich CEO and the board gives you a big fat bonus.

    Kill one person you get a life sentence or death row. Kill 20 people, people start asking for you to be executed. Get thousands of people killed, who knows you might get elected president :).

    --