Context: at work, we have to engage with these ridiculous AI-generated cybersecurity videos, then take a very simple 3-or-4-question quiz to prove our security compliance for the month. Frequently, I find that these videos make outrageous claims. Once, one video made a claim that everything you download from the Google Play and iOS App Stores are completely safe, despite stories like these appearing all the time.

Anyway, the videos we watch frequently make claims that, if you’re on public Wi-Fi, that you must use a VPN, because it obfuscates your devices and traffic from hackers that might be sitting on the network. My question is, does a VPN really protect someone on the LAN side? To my limited knowledge of VPNs, they don’t hide your traffic on the LAN, just the outgoing WAN side when the tunnel punches out. It may help with some MitM attacks, according to this article, but I’m not convinced that a seasoned hacker couldn’t find their way into your device or accounts, even on a VPN, through the local network.

Sorry for the word vomit. I’m also procrastinating!

  • Nollij@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    5
    ·
    14 days ago

    The benefit is minimal. It sounds like someone’s fallen for Nord’s bullshit.

    Most of your traffic is already securely encrypted. Https protects the contents, and nearly every site these days is https. Non-website uses are usually similarly encrypted. What a VPN would protect on top of this is the metadata. A sniffer would be able to see that you’re using e.g. Facebook, and how much data in each direction, but not the contents. They might be able to figure out if you’re streaming to Facebook, uploading photos, or simply browsing. They would not be able to identify your account, unless there was another serious breach like installing a new cert.

    Of course, all of this is assuming they have successfully activated a usable traffic sniffer, which is NOT a small task.