I was wondering if a VPN would add any kind of security or privacy if one is connecting to a host with a client/browser that supports DNS over HTTPS and that host supports encrypted client hello. Is there a way for the ISP or anything in between to shape traffic or even know what is being accessed? The only thing that should be visible is traffic between two IP addresses right?

  • jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    21
    ·
    edit-2
    8 months ago

    Depending on your threat model, if you know your ISP is tracking everything, then a reputable VPN doesn’t add risk. If you have guaranteed observation and recording at your ISP level, which is most people: then using a VPN, paid with cash or crypto, probably gives you more privacy. At worst case it’s the same level of observation.

    In your scenario, using a browser with encrypted hello, using fully encrypted DNS, the only thing the ISP would see is your connection to the web server. If that web server, like cloudflare, serves multiple things, then it may obscure who you’re talking to.

    That being said, if somebody is observing enough of the network, they can look at network traffic flows, and determine what other service you’re actually speaking with. IE unique traffic patterns to play a game, watch a video, interact with a app. Those can get exposed by the size of packets and frequency of packets transiting.

    The main difference between a VPN, and an encrypted socket, for traffic flow analysis, is the VPN traffic gets all lumped together, so a third party doesn’t know which pattern belongs to which stream. So if you’re streaming videos, well doing other stuff on the VPN, it becomes harder to identify your traffic flow.

    The browser traffic flow analysis is much easier, because each individual stream of data is observable by the ISP.

    • joaojeronimo@feddit.nlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      But how easy is it to actually make up what’s going through a socket? If my ISP sees 1TB of data being continuously downloaded (from another IP address that they don’t already know what its usually involved with) maybe I’m downloading some illegal movies, maybe I’m retrieving a hard drive backup, right?

      Torrent traffic that doesn’t go through a VPN is probably easy to make up, it’s tons of packets from 50+ addresses, but if it’s a Usenet download from one address, or SSH traffic from a seedbox, that should be more complicated to figure out right?

      • jet@hackertalks.com
        link
        fedilink
        English
        arrow-up
        6
        ·
        8 months ago

        It’s unlikely anyone is going to do traffic analysis to catch piracy.

        Whistle blowing, human rights reporting, political opposition gets the traffic analysis heuristic identification attack.