VPN – Very Precarious Narrative

462 points by denschub 6 years ago | 274 comments
  • cantrevealname 6 years ago
    > If you are using your device on a public network, VPNs can help you protect your data. I have a ProtonVPN subscription myself, just for those instances where I am sitting in an airport waiting for my plane

    Seems like a contradictory message. He just got through telling us how most of the web is now end-to-end encrypted with HTTPS. So why does he need a VPN at the airport? Is he checking his email? I can't imagine that he's using an email service that doesn't use HTTPS. Is he logging into his bank account? I doubt any bank nowadays still uses plain old unencrypted HTTP. Is he watching cat videos on YouTube? Well, even that's encrypted.

    Remember, his argument is that VPNs don't provide privacy--so that's not the reason. And this is the section where he's talking about public networks, not about other rationales for VPNs like geolocking or ISP blocking. It weakens the argument of his essay to say that he needs a VPN at the airport or cafe.

    • jsight 6 years ago
      I felt exactly the same way. I've run into people who have the idea that public wifi is insecure, as in don't hit your bank's website over that insecure channel. But in reality, the services that really need security are going over TLS, where at least the connection itself is secure (presuming that you are taking the same safeguards that you'd take on a "secure" network). In reality, no internet network is naturally secure and the only security are these transport level encryptions.

      But, of course, there is more to it than that. What about the unencrypted connections? DNS access and logging? Ironically these are what people tend to worry the least about but are the most likely to be compromised. A VPN can be very helpful here.

      The article brushed across this distinction in a way that I think may have just been confusing to anyone that didn't already understand it. The net effect is that they might see these two pieces of advice as contradictory.

      • ridgewell 6 years ago
        >But in reality, the services that really need security are going over TLS, where at least the connection itself is secure.

        I think other considerations include whether or not the sites that you visit implement HSTS. While many sites do support HTTPS-only logins, several webservices are actually quite vulnerable to software such as SSLstrip[1], which redirects hijacked users to plaintext HTTP pages whenever feasible.

        While many sites implement TLS, several sites don't implement HSTS. I am not sure about the HSTS policies of the top 3000 sites so I will not comment on that.

        [1]https://moxie.org/software/sslstrip/

        • subway 6 years ago
          The bigger issue with public wifi is even actually finding your bank's server in the first place. HSTS largely saves the day here, but is far from universal. If any non TLS requests are in the request chain, and you don't have an eagle eye on the address bar, all bets are off.
          • surge 6 years ago
            Right, and he's not counting the metadata an ISP or wifi provider can be collecting about you, they might not be able to see your private traffic to your bank, but now they know who you bank with. You might be passing that information on to ProtonVPN, but I'm more afraid of what someone sniffing wifi traffic can find out about me than a service I'm paying for, its about the same risk with my ISP. AT&T even collects data from its consumers.
          • _b8r0 6 years ago
            > So why does he need a VPN at the airport?

            Because the airport made a shitty choice in designing it's wifi, and people who connect to such networks are making shitty choices.

            HTTPS is nothing more than a content protocol wrapped in a transport encryption layer used for a subset of your overall traffic.

            When you connect to an open wifi network your device is literally screaming 1s and 0s into the air like a maniac. A subset of these 1s and 0s are the things you're actively telling the computer to do. Most of this stuff is things like ARP, Name resolution services and other stuff that isn't encrypted for perfectly understandable reasons.

            Instead, when connecting to an open airport wifi network, a personal decision is made that the connectivity is more important than encryption. Airport wifi connections could and should be encrypted with AP client isolation, but they aren't.

            • m0dest 6 years ago
              How exactly is the airport supposed to offer a WiFi network that is encrypted and open without breaking usability and compatibility?

              This hasn't been possible until WPA3, which has barely started rolling out.

              • zamadatix 6 years ago
                OWE and an SAE PSK network with a well known PSK do not solve the trust issue of connecting to public Wi-Fi rather only the encryption issue.

                Take the example that you are connecting to an SSID named "Airport_Guest_WiFi". In the case of OWE you simply connect and now everything between you and "Airport_Guest_WiFi" is encrypted. In the case of PSK with SAE you connect to "Airport_Guest_WiFi" and exchange information to generate secret keys only you two know. The problem in either scenario is you've just set up encryption not trust. How do you know the "Airport_Guest_WiFi" you connected to was the airports or the attackers?

                WPA3 Enterprise solves this issue somewhat but is not realistic to deploy for temporary guest networks.

                I argued ever since I heard OWE was going into draft it should have some optional mode for PKI validation. E.g. if you connect to the SSID "guestwifi.airport.com." and the airport signed the hello with the cert for that domain then the client could validate that against it's root stores and have the same level of identity trust it does when connecting to usersbank.com. Clients need not be forced to validate it but at least it gives a realistic option to connecting to such networks.

                • CKN23-ARIN 6 years ago
                  Many ways to do this.

                  Make the password widely-known. Announce it over the intercom. Post it on the walls.

                  Offer both encrypted and non-encrypted SSIDs. The non-encrypted SSID could even just be a captive portal with instructions to connect to the encrypted SSID.

                  If you're feeling wild, use WPA2 Enterprise, and accept any credentials.

                  • 0xf00d 6 years ago
                    It is already possible using a combination of WPA Enterprise (802.1x) and RADIUS. The RADIUS server is configured to accept any username/password combination, effectively providing an open access point but isolating its users because the 802.1x scheme employs different key material for each user (not completely sure about that key material part but I think that's how it works).
                • alasdair_ 6 years ago
                  >Seems like a contradictory message. He just got through telling us how most of the web is now end-to-end encrypted with HTTPS. So why does he need a VPN at the airport? Is he checking his email? I can't imagine that he's using an email service that doesn't use HTTPS.

                  Because the Internet is more than the stuff that lives on port 443?

                  What does the author do about UDP packets?

                  It’s interesting that you mention email. SMTP can use TLS of course but I know of plenty of POP3 email providers that still send unencrypted and even if it were, it’s not using HTTPS.

                  What about DNS requests too? Those are still often sent in cleartext.

                  Even with actual HTTPS with a browser, the domain itself is visible.

                  In short - the Internet is not just the web.

                  • viraptor 6 years ago
                    That would imply the author cares enough about privacy / security to use VPN to hide for example POP3, but not enough to immediately drop an email provider which uses unencrypted POP3 service. And that's a strange argument.
                    • michaelmrose 6 years ago
                      Probably because a person can more trivially be taught vpn = privacy than understanding ANY of the details and be legitimately better off especially if they are doing other stupid things like using unencrypted pop3 or use the same password at random http site as they use on their bank.
                  • lifthrasiir 6 years ago
                    He made this point explicit:

                    > Networks like these make it easy for attackers to get a copy of your network data, and if you send something unencrypted, the results can be quite harmful.

                    The web should be ideally end-to-end encrypted with HTTPS. But in case this assumption breaks down, VPN gives an additional headroom for security. Not much (as explained in the article, and thus should not be advertised so), but still useful.

                    • thinkloop 6 years ago
                      The VPN only protects the first hop, it would not be a good backup for https.
                      • lifthrasiir 6 years ago
                        Yes, but if the target site does not use https there is no alternative.
                        • quickthrower2 6 years ago
                          It protects the first hop for request data. But response data could be interfered with too.
                        • dahfizz 6 years ago
                          The internet is so much bigger than just websites. HTTPS is great but VPNs provide encryption at a much lower level, where it should be. Even when using https you are exposing a lot of unencrypted data because https is an application layer encryption. It's not enough.
                          • _b8r0 6 years ago
                            > The web should be ideally end-to-end encrypted with HTTPS.

                            No. People designing public access networks should use encryption and AP client isolation.

                            • baddox 6 years ago
                              They should, of course. And for when they don’t, a VPN can protect you. That’s what the article is saying.
                          • sigmar 6 years ago
                            >most of the web is now end-to-end encrypted with HTTPS. So why does he need a VPN at the airport?

                            What percentage of (typically rushed) people at an airport will notice that a website is loading over http instead of https? SSLsplit is pretty useful.

                            • tedunangst 6 years ago
                              Does your bank, or whatever, not use hsts?
                              • stordoff 6 years ago
                                My bank doesn't _and_ there's a redirect to a different domain (rbs.co.uk homepage does to personal.rbs.co.uk, rbs.co.uk/englandandwales or the login link goes to rbsdigital.com). Serve a redirect on the non-HTTPS rbs.co.uk to some other plausible domain with a valid HTTPS certificate, and I probably wouldn't notice.
                                • jeltz 6 years ago
                                  Last time I checked, about 2 years ago, none of the Swedish banks used HSTS. And a couple of them used HTTP on their main page and and HTTPS on their internet bank which was put on some weird domain. Chrome's changes has since then forced them to move everything to HTTPS but I would be very surprised if they all use HSTS now.
                                • viraptor 6 years ago
                                  SSL everywhere is also a good workaround for this: https://www.eff.org/https-everywhere
                                • headmelted 6 years ago
                                  I can't help but shake my head at this whole argument.

                                  For literally years I've been telling people that a VPN run by a third party does not enhance privacy or security, but because the consensus is "VPN = secure" it's a losing battle, and I sound like a tinfoil-hat-wearing loon.

                                  Most VPN services are not designed to provide privacy or security, and if you have a subscription to one, that's probably not the reason you bought it either. They're designed to provide the minimal amount of traffic hiding required to allow you to pirate TV/movies/video games without getting in trouble or hitting blocked URLs. And it works, or you wouldn't still have the subscription.

                                  Now, as both the buyer and the seller need a non-shady cover story, they describe hiding your suspect downloads as "security and privacy" - it's not utterly inaccurate, but it implies far more than what's happening.

                                  The problem with the narrative is that it makes laypeople think they are "more secure" when using a VPN, when in reality, the opposite is true.

                                  As an example, when I perform a Google search, my traffic is encrypted over SSL, so my ISP can't see that. My ISP can see the domain name of the result I click, and a VPN would mask that from them. But now a new third party (the VPN provider) can see that instead. This makes sense if you're downloading pirated media (as the VPN service doesn't care), but the buyer is in effect trading:

                                  1) An ISP, which is in most western countries heavily regulated, with legal commitments to auditing and your privacy (just not from law enforcement).

                                  for:

                                  2) Some computer somewhere that is run by an utterly unregulated company or individual that may or may not know how to configure OpenVPN correctly and that you don't know anything about, other than they run a shady business based on allowing you to download pirate files on the internet. Also they're not at all regulated or audited, and may not even be in a jurisdiction that requires them to protect your data at all.

                                  Given this trade-off, trusting a VPN to do a better job of protected your privacy than an ISP seems like madness to me, given that they could easily sell whatever information they have on you on and there's nothing you can do about it (and you'd likely never find out). It may not even be a crime depending on where they're located.

                                  There's arguments for VPN in preference to unsecured Wi-Fi, but in reality, how often is that an issue? How many scenarios are there where you can't use mobile data instead? (And even where/when you can't, you still have all the downsides above which may or may not be better).

                                  • pbhjpbhj 6 years ago
                                    I don't think your analysis is complete.

                                    Most VPN's raison d'être is providing privacy. If it's publicly known that they don't then that kills their business.

                                    An ISP is tasked with connecting prior to the internet, they don't make claims about privacy, they can reveal information about clients without necessarily putting anyone off, most of the clients for large ISPs have probably never heard of a VPN.

                                    If a VPN wanted to they could get audits by pen-testers to warrant their ability to provide secrecy.

                                    A VPN provider that's been around a while and claims to offer a high level of privacy probably does.

                                    Slight aside:

                                    >My ISP can see the domain name of the result I click, and a VPN would mask that from them. //

                                    There was a paper a little while ago, they directly identified pages by mitm-ing HTTPS by using meta-data (page size alone IIRC). Success was something like 80%.

                                    • headmelted 6 years ago
                                      >There was a paper a little while ago, they directly identified pages by mitm-ing HTTPS by using meta-data (page size alone IIRC). Success was something like 80%.

                                      Link please. I don't doubt what you're saying, I'm just really interested in reading more about this.

                                  • prophesi 6 years ago
                                    It should be noted that SSLstrip is a thing. Those sites would need to properly force HTTPS, which is easy to get wrong. And it's much easier to allow both HTTP/HTTPS.
                                    • ignoramous 6 years ago
                                      I think the whole point is you'd want both IPSec and TLS, and just TLS might not be enough. A good VPN impl provides better protection when you're connecting over public networks you don't trust, for protocols that don't use TLS.
                                      • fonosip 6 years ago
                                        We usually do not have a choice of ISP. A VPN gives you the option of where to "attach" to the internet. As an added bonus at that point you can filter ads, malware, tracking.
                                        • 6 years ago
                                          • pizzazzaro 6 years ago
                                            Im actually glad that the author pointed out that once you log in somewhere that will track you, that connection is associated with you.

                                            A vpn is not a cure-all. It is only as private as you're willing to make it. If you want to pirate movies and chat on facebook at the same time, you're probably gonna have a bad time. What you do is absolutely a part of your advertising/tracking profile.

                                            Payment information - some prefer to use cryptocurrency, which in their minds, is private. Again, once metadata connects you, there's no denying that that's you.

                                            A third party consultant takes your payment? Maybe. Especially if you've got some anonymizing layer to your credit card info that has earned a similar trust. This will of course add to the cost of the transaction.

                                            Even the way you type can connect you. Sufficient amounts of text - such as this reply - are usually enough.

                                            • gruez 6 years ago
                                              >If you want to pirate movies and chat on facebook at the same time, you're probably gonna have a bad time. What you do is absolutely a part of your advertising/tracking profile.

                                              This is probably not going to work with public vpn services because many users share one server, and the server you use changes every connection. Thus facebook can’t really correlate your torrent traffic with your session because it could be anyone else on that server.

                                              • dcolkitt 6 years ago
                                                > If you want to pirate movies and chat on facebook at the same time, you're probably gonna have a bad time.

                                                Not really. There's not a single documented case of a major VPN user ever receiving a copyright infringement notice. Despite the fact that millions use this exact same use case.

                                                In security it's always important to understand the threat model. If I know I'm being personally targeted by Mossad, that's a very different story than if I'm trying to avoid getting identified in a mass copyright notice from the MPAA.

                                                Facebook would never ever ever in a million years voluntarily give the MPAA unrestricted root access to their IP level user tracking data. If they tried to subpoena it, Facebook can afford much much better lawyers than Warner Brothers.

                                                And I guarantee that at least in the American judicial system, any judge is going to be extremely skeptical against such a sweeping request.

                                                • tya99 6 years ago
                                                  > Im actually glad that the author pointed out that once you log in somewhere that will track you, that connection is associated with you.

                                                  Exactly, and it's usually a cookie or some sort of persistent storage. I use a VPN, but I use it at the router level. https://wiki.alpinelinux.org/wiki/Linux_Router_with_VPN_on_a...

                                                  I know my ISP logs my metadata (by law), whereas I trust that my VPN provider does not.

                                                  Essentially VLAN2 all traffic is routed direct to my ISP, and VLAN3 all traffic is routed to VPN. My machine normally sits in VLAN3. I make sure not to log into anything social media related or tied to my real identity.

                                                  If I need to do banking, Facebook or something like that I'll use a device in VLAN2 (a separate computer).

                                                  All phones and devices like that are broadcasting information anyway so those are in VLAN2 as well, unless they are devices with LineageOS and no Google Apps.

                                                  > A vpn is not a cure-all. It is only as private as you're willing to make it. If you want to pirate movies and chat on facebook at the same time, you're probably gonna have a bad time. What you do is absolutely a part of your advertising/tracking profile.

                                                  See in this scenario I would have a system in VLAN3 that I use for my downloading, and another computer in VLAN2 that is used for the facebooking. I use a hardened browser with https://github.com/ghacksuserjs/ghacks-user.js that hardens the browser and helps against fingerprinting.

                                                  I also use a number of addons, for various purposes

                                                  That requires hardening. Currently I use

                                                  * CleanURLs https://addons.mozilla.org/addon/clearurls/ (remove UTM and parameter tracking)

                                                  * CSS Exfil Protection https://addons.mozilla.org/addon/css-exfil-protection/

                                                  * Decentraleyes https://addons.mozilla.org/addon/decentraleyes/ (prevent tracking via CDN)

                                                  * Firefox Multi-Account Containers https://addons.mozilla.org/addon/multi-account-containers/ (used for sites to keep me logged in)

                                                  * HTTPS Everywhere https://addons.mozilla.org/addon/https-everywhere/

                                                  * Redirect AMP to HTML https://addons.mozilla.org/addon/amp2html/ (no to AMP)

                                                  * Temporary Containers https://addons.mozilla.org/addon/temporary-containers/ (Prevents tracking via ETags and other things like IndexDB)

                                                  * uBlock Origin https://addons.mozilla.org/addon/ublock-origin/ (block adverts)

                                                  * uMatrix https://addons.mozilla.org/firefox/addon/umatrix/ (block 1st party JavaScript)

                                            • tyingq 6 years ago
                                              Seems to ignore two things...

                                              a) Your ISP is almost always in the same legal jurisdiction as you are. A VPN need not be.

                                              b) A VPN has some incentive to deliver on privacy. Your ISP does not.

                                              It's fair to call out that a VPN isn't perfect for either privacy or anonymity. But it clearly can be better than your ISP.

                                              • bigiain 6 years ago
                                                Not only does my ISP have no "incentive to deliver on privacy, my ISP is _legally required_ not to deliver on privacy.

                                                They are by law in the tinpot jurisdiction I live in, required to retain all "meta data" about my internet connection, and provide it to "law enforcement" which has turned out to include not just terrorist and serious drug crime divisions of the police, but also local council garbage services and the taxi commission.

                                                All I need from a VPN service is for it to be slightly more difficult to request all the data invading my privacy than the mandatory legal disclosure of it that I'm subject to anyway. Anything beyond time-zone slowness and paperwork incompetence is just a bonus. I prefer VPN providers based in France or Finland or Iceland - on the perhaps vaguely over reliant on bad stereotypes theory that they'll put English language requests at the bottom of the pile, and that the Sydney Taxi Commission won't have an Icelandic speaker on hand to ask them for my internet date records...

                                                Even if they keep all traffic logs, and even if they happily turn it over without a fight to anyone who can fake a plausible looking LEO email address from Australia, I'm still ahead in at least some important waays privacy-wise over not running a VPN at all... If they really don't keep logs, or really will push back against LEO requests without proper warrants, even better. But not doing that doesn't;t make them useless...

                                                • lagadu 6 years ago
                                                  This is my reasoning behind using a vpn for things other than getting around geoblocked content: I'm adding another layer of international bureaucracy and law enforcement to the process of a copyright's holder getting to me, despite it actually being legal where I live.

                                                  There's no barrier like international bureaucracy and language barriers. Good luck navigating the courts of 3 countries within the time period that any logs might have to be saved for at the last hop.

                                                  • peterkelly 6 years ago
                                                    After reading the first sentence of your reply I (correctly) guessed which country you were talking about. It's a depressing state of affairs for sure.
                                                  • chewz 6 years ago
                                                    People from the First World have no idea that porn and politically sensitive content is blocked in so many countries. Youtube is heavily censored - you won't be able to watch Charlie Chaplin movies or some lectures on Greek democracy in Thailand.

                                                    Also this censoring is poorly executed by some ISPs via simple DNS hijacking. As a result your connection is slow and with terrible jitter.

                                                    As for the proverbial airport/cafe WiFi - using VPN is not about not beeing tracked - it is about blocking easy access to your laptops filesystem by attacker on the same network.

                                                    Also if you do not trust commercial VPN provider just set up your own.

                                                    • chewz 6 years ago
                                                      > Thailand’s Junta Got Charlie Chaplin’s ‘The Great Dictator’ Blocked From YouTube YouTube caved to requests from Thailand's military-backed government to block a Thai-subtitled clip from the renowned political satire.

                                                      https://www.indiewire.com/2017/06/great-dictator-blocked-tha...

                                                      • snazz 6 years ago
                                                        How would an attacker access your laptop’s filesystem if you’re connected to the same network? I can’t think of any way that would work unless your operating system is horribly misconfigured (maybe to make the entire filesystem a network drive?). And how would a VPN protect you here?
                                                        • chewz 6 years ago
                                                          Do you think every single machine/local network access is properly configured, especially with Windows? Not once I have been browsing Point-Of-Sale files in a cafe where I have been using WiFi cause someone did not separate networks. Just an example.
                                                          • JetSpiegel 6 years ago
                                                            > unless your operating system is horribly misconfigured

                                                            So, Windows with (default?) settings?

                                                          • najra 6 years ago
                                                            What would you consider the best/easiest way to setup your own?
                                                        • rtpg 6 years ago
                                                          > b) A VPN has some incentive to deliver on privacy. Your ISP does not.

                                                          Regarding this point, I think a good strategy here is to acknowledge that ISPs, like most organizations, don’t want to add to their workloads. Of course they aren’t privacy centric, but appeals to them oriented around _not_ having to store a bunch of logs or set up a bunch of processes can help to unite more people around initiatives to make things better for everyone

                                                          If everyone has the same ideals then it’s easy to team up. But even if everyone has different ideals, you might all still be wanting 90% of the same result and can still team up!

                                                          • mosselman 6 years ago
                                                            Yes, VPNs might be unjustly talked about as a set-it-and-forget-it way to gain privacy online a bit, but what I find far more harmful is the blind trust people seem to have in their ISP. I often see the argument "You are just shifting trust from one company (ISP) to another (VPN).", yes, that might actually be the whole point.

                                                            ISPs can't be blindly trusted. I switched ISPs lately because my previous one started offering personalised TV-ads. This is a very scary topic and in Belgium it has already lead to some fishy things:

                                                            https://www.nieuwsblad.be/cnt/dmf20160913_02466535

                                                            Nice quote with regards to personalised tv-ads:

                                                            "Er komt ook een nog verdergaande versie waarbij ook het surfgedrag zal leiden tot gerichte tv-reclame. Daarbij wordt gemonitord naar welk type websites er in een gezin vaak wordt gesurfd, om zo interessepatronen te ontwaren die lucratief kunnen zijn voor adverteerders."

                                                            "There will be a far-reaching version in which browsing behaviour will also lead to personalised tv-ads. The websites visisted by families will be analysed in order to discover interest patterns that could be lucerative for advertisers."

                                                            Add this to the many cases where ISPs have fought for being allowed to use deep packet inspection to monitor what we do and you start to see that ISPs in fact think they have a right to collect and sell our data. Am I not already paying for internet and TV?

                                                            • ignoramous 6 years ago
                                                              What's happening is the service providers are realising that a lot of lucrative billion dollar businesses have been built by selling ads on top of their last-mile services, they might as well do the same. In India, the companies that are ISPs are also Cable Providers and Mobile Network Providers. They have been caught MiTMing Https to inject ads. They do it cause they want their share of the internet ad revenue cake.

                                                              What's strange is that Belgium, in the post-GDPR world, has businesses with regressive behaviour wrt user profiling. What gives?

                                                            • Dylan16807 6 years ago
                                                              Logs are worth a lot of money to advertisers if your customers can't effectively avoid the process.
                                                              • AstralStorm 6 years ago
                                                                And a lot of money to a lawyer who will sue the ISP under privacy laws if it comes to light.

                                                                It has to be clearly stated in the signed contract that your data will be shared with third parties, in what way and how they will be processed. The company involved would definitely lose any Privacy Shield provisions for the EU and potentially peering rights.

                                                                Losing enough peering is identical to being disconnected.

                                                                Class suit of this kind is easy.

                                                              • 6 years ago
                                                                • pbhjpbhj 6 years ago
                                                                  If regulations require ISPs keep logs, or if they can make a profit from those logs then the workload is justified in reducing losses (fines from regulatory noncompliance) or increasing profits.
                                                                • dangerface 6 years ago
                                                                  > Your ISP is almost always in the same legal jurisdiction as you are. A VPN need not be.

                                                                  Most of them are registered in five eyes countries, or twelve eyes. If they have anything in the US even if its just a single server they will claim jurisdiction over the lot.

                                                                  There are too many agreements and loopholes to rely on the whole jurisdiction thing. Unless you use a 100% Estonia VPN company and server with no other locations you are not safe, even then its not enough. 5 years ago Sweeden was the safest country for privacy, things change.

                                                                  > A VPN has some incentive to deliver on privacy. Your ISP does not.

                                                                  While they generally don't an ISP can give you better privacy than a VPN, no worries about dns leaks, they can route every one through a low latency mixer etc.

                                                                  I would rather pay an extra £20 a month to my ISP for real privacy than pay a VPN £5 a month for fake peace of mind.

                                                                  • patrickjburt 6 years ago
                                                                    Yeah you are right totally agree with you. I m also using purevpn's 100% Estonia VPN company and 2000+ server spread across 180 locations including Estonia and surrounding regions.
                                                                  • wglb 6 years ago
                                                                    So what protection does a foreign VPN provider have from the NSA? The answer: None.
                                                                    • manquer 6 years ago
                                                                      If your threat model includes NSA you need to reconsider lot more than just a VPN
                                                                      • auslander 6 years ago
                                                                        Disk encryption, firmware lockdown, home security with notifications, burner phones, Tails and Tor (via VPN), IRC, fleet of hacked Windows machines to route through, 10 online identities.
                                                                        • blackflame7000 6 years ago
                                                                          Windows Defender oughta do it /s
                                                                        • raxxorrax 6 years ago
                                                                          I always recommend users to pick a VPN service in a country not on friendly terms with domestic agencies. Sure, that country gets your data but have a harder time correlating it with anything.

                                                                          In my circle, VPN use starts to be requested by non-technical users that just want to minimize their digital footprint.

                                                                          Seems amazing to me, since people spend 200$+ on a service for a year, so it seems rather important to them.

                                                                          No reason not to use globalization to your own advantage.

                                                                          • pbhjpbhj 6 years ago
                                                                            A foreign provide surely has more, in the legal realm, than a domestic one?
                                                                            • amdavidson 6 years ago
                                                                              What legal protection from the NSA does a foreign (to the USA) provider have? Signals intelligence from foreign sources is the NSA's exact mission.

                                                                              At least the NSA has a purported requirement not to do domestic spying, even if Snowden proved that's not being followed.

                                                                          • despera 6 years ago
                                                                            No it cannot be better. It can be only equally good or as bad as your ISP. Just because they claim that they protect your privacy that's just a blind faith.

                                                                            Users trusted PureVPN claims for protecting their privacy but all it took was an FBI investigation and through court documents to find out that they actually were keeping logs, despite all their claims.

                                                                            • feanaro 6 years ago
                                                                              It cannot be better but it is a matter of blind faith to trust they are better?
                                                                              • okmokmz 6 years ago
                                                                                >No it cannot be better. It can be only equally good or as bad as your ISP

                                                                                False

                                                                                >Just because they claim that they protect your privacy that's just a blind faith.

                                                                                Even if this is the case, it does not make your previous statement true

                                                                            • mirimir 6 years ago
                                                                              Damn. I don't even know where to begin.

                                                                              It's true that VPN services at best provide less anonymity than Tor does. And that some, such as HideMyAss (which pwned that LulzSec dude) provide none. But PIA clearly does, as demonstrated now in two criminal investigations.[0]

                                                                              Of course, in both cases, defendants pwned themselves through poor OPSEC. But at least PIA didn't give them up.

                                                                              And the Facebook example. Nobody paying attention expects a VPN service (or even Tor) to hide their identity if they login using their real name. That's just stupid.

                                                                              0) https://torrentfreak.com/private-internet-access-no-logging-...

                                                                              • everdrive 6 years ago
                                                                                > And the Facebook example. Nobody paying attention expects a VPN service (or even Tor) to hide their identity if they login using their real name. That's just stupid.

                                                                                A lot of users care about privacy, but have no idea how computer networking works. It's hard for these users to understand whether they're private or not. If you don't believe me, check out the tech support and recommendations over at old.reddit.com/r/vpn -- there's clearly a lack of knowledge about VPNs and computer networking. Probably once a week, someone will ask "How did [paid video streaming service) know I was using a VPN?" Or "X country can only spy on me if I have a VPN in that country, right?"

                                                                                • mirimir 6 years ago
                                                                                  Users are all too clueless, sadly enough. And too lazy, as well. I do what I can, but it's a drop in the bucket.
                                                                                • nobatron 6 years ago
                                                                                  I think the author's point is that the ads put out by lots of these VPN providers do suggest that they are a one stop shop to hide your identity.
                                                                                  • el_cujo 6 years ago
                                                                                    He's right about the scummy advertising, but I think he goes a little too hard-core contrarian in the end by basically suggesting the only reason to have a VPN is for airport/starbucks wifi.
                                                                                  • auslander 6 years ago
                                                                                    If we talking OPSEC, PIA of out, as any other with your payment info. You'll need to have few different anonymous VPNs and self hosted VPNs/proxies to make random chains. Pay by coins only, throwaway emails.
                                                                                    • mirimir 6 years ago
                                                                                      Huh?

                                                                                      No VPN service has my "payment info". Or at least, not any meaningful payment info. As you say, I use email accounts created through Tor, and pay with Bitcoin that's been mixed at least three times through Tor, using a different Whonix instance and a different mixer for each mix.

                                                                                    • mindslight 6 years ago
                                                                                      Of course one has to wonder how much of that "poor OPSEC" is actually just parallel construction. The linked article doesn't sound like it. But on the other hand with the way mass market VPN software generally works, how many people are going to be absolutely sure that all of their traffic definitely went out the tunnel?

                                                                                      The FBI having access to an NSA-provided tool that takes some IP addresses and returns other "associated" IP addresses (from trivial packet correlation on PIA's upstream) would produce a pattern of investigation that essentially looks the same.

                                                                                      • mirimir 6 years ago
                                                                                        Sure, a lot of it may be parallel construction. We do know that the NSA shares with the FBI and other TLAs.

                                                                                        If your threat model includes the NSA or the like, VPN services are at best a minor hindrance. Possible options include Tor and "anonymously" using WiFi hotspots.

                                                                                        I only know of one fundamental fail for Tor: the relay-early bug that CMU exploited. The others have involved Firefox and Windows bugs. People using Whonix in Linux hosts, and hitting Tor through nested VPN chains, would have been safe from any attack that I've heard of. But then, maybe I just haven't heard of the juicy ones.

                                                                                        I've tried the "anonymously using WiFi hotspots" approach. It's a pain in the ass. And in today's high-surveillance environment, I believe that it's a dumb idea.

                                                                                        It's true that VPN leakage is a serious risk. But you can use firewall rules to prevent DNS and traffic leaks. Or you can use VPN services whose client apps do that for you.

                                                                                        Also, I'm talking about desktop use. Doing any of this on mobile devices is a lot harder, I think. I'm not sure that I'd even bother.

                                                                                        • mindslight 6 years ago
                                                                                          The quip about someone being sure absolutely no traffic went out their access IP is that without extreme confidence, they won't be pushing their lawyer/team to scrutinize the chain of custody for the server logs, hinging their case on procedural grounds. Someone diligent enough to setup proper firewall rules is probably also forethinking enough to not go cracking random newspaper websites for fun.

                                                                                          And yeah in regards to criminal activity, I think it would be prudent to consider the NSA, specifically bulk processing of dragnet surveillance, part of the threat model in the modern age. It's very easy for the public narrative to focus on a guilt-implying needle in a haystack, regardless of how that needle was actually found.

                                                                                          • jedberg 6 years ago
                                                                                            > Possible options include Tor

                                                                                            I thought most folks believe that the NSA/CIA/some other TLA has control of more than 50% of the exit nodes, which should be enough to reconstruct the sources of most traffic.

                                                                                      • mattnewport 6 years ago
                                                                                        I have a pretty limited selection of ISPs available to me in my area and they make no effort to promise any kind of anonymity or privacy. Indeed here in Canada ISPs have frequently given subscriber contact information to copyright holders to issue warnings based on bittorrent usage without being legally required to. When visiting the UK certain IPs are blocked by ISPs. I can choose from a wide variety of VPN providers in other jurisdictions whose entire business model is based around respecting my digital rights in ways that most ISPs explicitly don't care about. Some of these providers accept bitcoin and other relatively anonymized forms of payment, including VISA gift cards.

                                                                                        The article makes some valid points but overstates the case. I continue to be happier with trusting my VPN providers than any of the ISPs available to me.

                                                                                        • ridgewell 6 years ago
                                                                                          >Canada ISPs have frequently given subscriber contact information to copyright holders to issue warnings based on bittorrent usage without being legally required to.

                                                                                          This is false. ISPs do not disclose your personal information for copyright complaints.

                                                                                          Industry, Science and Economic Development Canada explicitly states that subscriber information is only disclosed "if ordered to do so by a court ... as part of a copyright infringement lawsuit." [1]

                                                                                          Copyright infringement suits are known to have happened, but they are rare because the limit for non-commercial infringement is $5,000, which is generally not worth pursuing through the courts.

                                                                                          [1] http://www.ic.gc.ca/eic/site/oca-bc.nsf/eng/ca02920.html

                                                                                          • msbarnett 6 years ago
                                                                                            > Indeed here in Canada ISPs have frequently given subscriber contact information to copyright holders to issue warnings based on bittorrent usage without being legally required to.

                                                                                            Citation needed?

                                                                                            The “Notice and Notice” regime legally requires the ISP to pass along a notice from a copyright holder that believes your IP infringed their copyright by uploading their material. It does not permit the ISP to give subscriber information to the copyright holder directly unless ordered to do so by a court.

                                                                                            Here’s Michael Geist, Canadian lawyer, explaining the system and recent developments regarding ISPs seeking to make such information disclosures more difficult for copyright holders, not less

                                                                                            http://www.michaelgeist.ca/2018/09/notice-the-difference-sup...

                                                                                            > My Globe and Mail op-ed notes that the Canadian system for online infringement was formally established in 2012 and came into effect in 2015. The so-called “notice-and-notice” approach grants rights holders the ability to send notifications of alleged infringement to Internet providers, who are required by law to forward the notices to the relevant subscriber and to preserve the data in the event of future legal action. The system does not prevent rights holders from pursuing additional legal remedies, but Internet providers cannot reveal the identity of their subscribers without a court order.

                                                                                            > While the system has proven helpful in educating users on the boundaries of copyright, some rights holders have used it as a launching pad for further lawsuits. In fact, thousands of lawsuits have now been filed, with rights holders seeking to piggyback on the notice-and-notice system by obtaining the necessary subscriber information directly from Internet providers at no further cost.

                                                                                            > The question of costs lies at the heart of an important Supreme Court of Canada copyright ruling released on Friday. Voltage Pictures sought subscriber information from Rogers Communications for the purposes of pursuing individual lawsuits. When Rogers advised that it wanted compensation of $100 per hour for the costs associated with fulfilling the request, Voltage responded that Internet providers could not pass along their costs since the notice-and-notice system already required them to identify subscribers and preserve the data without compensation.

                                                                                            > The particular incident may have involved only a few hundred dollars, but the broader principle had the potential to dramatically alter the Canadian approach. If Internet providers were required to disclose subscriber information without passing along the costs, Canadian courts faced the prospect of an avalanche of lawsuits and Internet providers might be dissuaded from carefully ensuring that the privacy of their subscribers was properly protected.

                                                                                            > The Supreme Court understood the broader implications of the case, ruling that Internet providers can pass along the specific costs associated with subscriber disclosures beyond those required for the notice-and-notice system. Indeed, the court recognized the importance of accurate data to safeguard against reputational harm and wrongful lawsuits.

                                                                                            • mirimir 6 years ago
                                                                                              > It does not permit the ISP to give subscriber information to the copyright holder directly unless ordered to do so by a court.

                                                                                              With honest VPNs, court orders won't yield anything.

                                                                                              • msbarnett 6 years ago
                                                                                                Sure. OP is still pulling that claim out of his nether regions, though
                                                                                          • 0xADEADBEE 6 years ago
                                                                                            There's a couple of bad faith arguments in this article that I didn't care for:

                                                                                            - Regarding user identification, rolling my IP address is trivial with a VPN. Less so on my static IP.

                                                                                            - The Facebook example without cookie deletion is a low-effort Straw Man

                                                                                            - I reject the leap that "we have figured out that they [VPNs] do not add much to your online privacy". In the very narrow terms defined, yes of course, but either the author has willfully missed out why people use them, or doesn't understand why.

                                                                                            I did enjoy this note though: "Somehow, VPNs have turned them not failing to do their job into something they can market as a special feature."; I think there's some truth to that.

                                                                                            I tunnel my traffic over a VPN to avoid my ISP building a profile on me. I change my IP every-so-often to mess with trackers at large. I accept that browser fingerprinting is probably thwarting my overall effort somewhat, but I'm reducing the vectors that I can. I firmly believe that VPN companies are capitalising on fear but I respect the hustle. I don't think any of those points are particularly niche (niche subject notwithstanding!) so I find it interesting to see this take on it. Perhaps this isn't an article representative of the position of the wider HN crowd?

                                                                                            • tylerl 6 years ago
                                                                                              What you see as bad faith is actually a direct reflection of the benefits these VPN providers are claiming to provide -- if not explicitly on their own site (publishing false claims in writing often leads to bad outcomes) then at least in the ad copy they give to the Youtube hosts to read.

                                                                                              In ~100% of cases, you're safer SSH-tunneling your traffic to a cheap server at a cloud hosting provider.

                                                                                              • everdrive 6 years ago
                                                                                                >I tunnel my traffic over a VPN to avoid my ISP building a profile on me.

                                                                                                What do you believe this profile is made of? I don't mean this sarcastically. Facebook or Equifax's profile of you must be very complete and contextual.

                                                                                                But, your ISP has:

                                                                                                - The domains you visited, but not the specific URLs (via SSL & certificate names)

                                                                                                - The domains you visited, but not the specific URLs (via DNS)

                                                                                                - The IPs you visited.

                                                                                                - The ports of those IPs.

                                                                                                - Any unencrypted traffic, which as noted, is pretty rare these days.

                                                                                                Do you believe that with this information your ISP can build a very meaningful profile? It seems to me that the profile which Amazon, Facebook, and a Bank, (VPN or not) can build is far more damaging. (and, I admit that just because you can't prevent the worse profiling, it doesn't mean you shouldn't mitigate what you can.)

                                                                                                I promise, I don't mean any of this in a negative way. I'm somewhat in your boat -- I tried to do a lot for privacy via blocking and other mitigations, but I often wonder: do Amazon and Gmail effectively defeat my efforts?

                                                                                              • dguido 6 years ago
                                                                                                The slimy marketing around centralized VPN services is why I consider it a point of pride to include the following as a "feature" in the AlgoVPN readme (

                                                                                                > Anti-features

                                                                                                > * Does not support legacy cipher suites or protocols like L2TP, IKEv1, or RSA

                                                                                                > * Does not install Tor, OpenVPN, or other risky servers

                                                                                                > * Does not depend on the security of TLS

                                                                                                > * Does not require client software on most platforms

                                                                                                > * Does not claim to provide anonymity or censorship avoidance

                                                                                                > * Does not claim to protect you from the FSB, MSS, DGSE, or FSM

                                                                                                It's incredible how quickly services that massively centralize bulk consumer web traffic were normalized. This is not ok. Further, most of these services are located in "exotic" locales with uncertain legal protections, anonymous or psuedo-anonymous owners, and make barely enough revenue to hire more than 3 or 4 staff members to maintain and secure their own infrastructure. This whole industry is a slow motion disaster.

                                                                                              • brobinson 6 years ago
                                                                                                >However, the sad reality is, there is no such thing as a “no logs” VPN. Because running it would technically be impossible.

                                                                                                PIA has told the feds in the US to fuck off multiple times when asked for logs. You can't provide what you don't have, and lying to the feds is a fast track to PMITA prison (PIA is based in the US). I feel pretty confident they're not risking prison to cover for Joe Blow subscriber. Other "no log" providers have been caught with logs, though.

                                                                                                I do agree with overall message about VPN advertising. It's presented as a panacea when it's really a single step you can take.

                                                                                                • tptacek 6 years ago
                                                                                                  Who cares if they log now? They can be forced to log --- and are in fact running businesses the practically beg the DOJ to force them to log.
                                                                                                  • mirimir 6 years ago
                                                                                                    Which is why many people don't use US-based VPN services.
                                                                                                    • tptacek 6 years ago
                                                                                                      So that, instead of the US using legal formalisms to gain access to your data, they can simply (under our law) hack it directly? While at the same time, whatever host country is involved can use their legal formalisms to get access to the data? How is that helping you?
                                                                                                    • rasengan 6 years ago
                                                                                                      > They can be forced to log

                                                                                                      There is no legislation in the US that can be used to do this [1]. Some very misguided companies may voluntarily log, but those that care about privacy or, at the least, realize that holding people's data is a liability, won't make poor decisions like that.

                                                                                                      [1] https://en.wikipedia.org/wiki/Data_retention#Failed_mandator...

                                                                                                      • nickpsecurity 6 years ago
                                                                                                        Nah, he's right. The Core Secrets leak said the FBI was using some secret method to "compel" domestic targets to do the "SIGINT-enabling" of their networks. It might have been just fines and jail threats under the secret court (FISC). On top of that, the Patriot Act let them hold people indefinitely, they were kidnapping folks at airports for "extraordinary rendition" (torture), and there's the old civil forfeiture laws on top. That's the extreme stuff.

                                                                                                        Less extreme, Lavabit was hit in court. Lavabit said giving their private key to the government would expose all their users' data. They said it would be bad for their business. The FBI countered that there would be no damage if nobody knew they did that. So, they just wouldn't tell anyone what the judge had ordered. Judge went along with that idea. So, that's how legislation and liability in the U.S. works. Especially when there's secrecy orders.

                                                                                                        Pro tip: don't host anything that's supposed to be private in the U.S.. It's a surveillance/police state slash plutocracy disguised as a democracy. Anything that might be private can be ordered to not be private secretly with immunity.

                                                                                                        • bitreality 6 years ago
                                                                                                          Oh come on now. The US Government forces tech companies to share information all the time.

                                                                                                          http://www.msnbc.com/msnbc/us-government-threatened-yahoo-bi...

                                                                                                          They certainly can, and will, go after any company they want to, without referencing any specific US legislation.

                                                                                                          • comex 6 years ago
                                                                                                            Perhaps not (I’m not certain about the issue), but they can be forced to hand over their private keys to let the NSA [ed: or other agency] do the logging for them – as happened with Lavabit.
                                                                                                          • mirimir 6 years ago
                                                                                                            So how would the US government force Insorg, which is Russian, to log?
                                                                                                            • pvg 6 years ago
                                                                                                              which is Russian

                                                                                                              That's a bit like moving from Phoenix to Pyongyang to escape the unconscionable oppression of your local HOA.

                                                                                                            • okmokmz 6 years ago
                                                                                                              >They can be forced to log

                                                                                                              Not if they aren't in US, hence why so many people choose non-US VPNs

                                                                                                            • ben509 6 years ago
                                                                                                              > You can't provide what you don't have, and lying to the feds is a fast track to PMITA prison

                                                                                                              White collar criminals typically go to Club Fed, though.

                                                                                                              • djsumdog 6 years ago
                                                                                                                What about European based/GDPR compliant VPNs? Wouldn't they require to truthfully disclose if and what they log?
                                                                                                                • metafunctor 6 years ago
                                                                                                                  Not really. The GDPR is overridden by various laws relating to national security, terrorism laws, and whatnot. It does not prevent or forbid EU nations from collecting intelligence on their citizens.
                                                                                                                  • AstralStorm 6 years ago
                                                                                                                    It does prevent unlawful access and unlimited data collection by corporate entities. (Including fruit of poisonous tree doctrine.)

                                                                                                                    What the ISP doesn't collect or process, cannot be had as historical data for court cases for example. Albeit the GDPR exemption is pretty open for "required to provide service" data processing.

                                                                                                                    Wiretapping is a separate matter.

                                                                                                                    Most importantly, any third party data processing and sale has to be clearly outlined including purpose.

                                                                                                                    • llukas 6 years ago
                                                                                                                      But it prevents adtech to collect info.
                                                                                                                    • q3k 6 years ago
                                                                                                                      For what it's worth, Poland is surprisingly good about this:

                                                                                                                      - as an ISP, you're required to retain data for a year that would let LEAs map an IP address you manage to a subscriber. If you're giving out public IP addresses to your customers, this can be just an excerpt from your IPAM.

                                                                                                                      - as an ISP, you cannot give out this data without a court order, and you will be in violation of data protection laws if you do do.

                                                                                                                      Source: the Warsaw Hackerspace is an ISP.

                                                                                                                  • john_minsk 6 years ago
                                                                                                                    The articles like this are disastrous. So many people are using VPN to bypass government restrictions, protect themselves from ISPs, which are no longer run by idealists dreaming about uncensored access to information, but by managers, that will share your information with any agency the minute request shows up in their inbox. And these people don't always have good knowledge of how security works, and who this article can greatly mislead.

                                                                                                                    I subscribed to a small VPN service 5 years ago for one reason: I needed static IP address for work, but my ISP at the time wasn't selling them to private individuals (freelance).

                                                                                                                    And I couldn't be happier! Wherever I go I don't have any issues with access to my resources or worries that local government will fine me for watching porn (check out UAE or Saudi laws).

                                                                                                                    Hell, even Skype is blocked by a lot of telecoms around the world since you don't pay roaming fees when calling through it. How ridiculous is that? On VPN it worked everytime.

                                                                                                                    HTTPS is great, but it is by no means private enough. ISP knows which service you are requesting, they can do SSL inspection and all kind of shady bullshit without your consent. With VPN they only see that I talk to 1 IP address somewhere in Netherlands and that is it!

                                                                                                                    • bjackman 6 years ago
                                                                                                                      I think the thing that the article is trying to communicate is that people misrepresent whom a VPN protects you from, and how. It protects you in many ways from your ISP and your government. It does not really protect you from Facebook or Google.
                                                                                                                      • lornemalvo 6 years ago
                                                                                                                        a) The unproven assumption you are making is that VPN providers are run by idealists, not by managers. There is no indication for this. b) The article outlines that using a VPN to bypass national censoring measures is perfectly valid. c) Your argument about the ISP knowing everything vs. the VPN provider knowing everything is exactly what the article is about. There is no indication to trust a VPN provider more than your ISP, for a number of reasons.
                                                                                                                        • RinTohsaka 6 years ago
                                                                                                                          > a) The unproven assumption you are making is that VPN providers are run by idealists, not by managers. There is no indication for this.

                                                                                                                          Maybe you misread? I think he was saying the reverse.

                                                                                                                      • oedmarap 6 years ago
                                                                                                                        It seems that the author's target audience is highly non-technical readers. I'm not sure if the article does more harm than good by just citing existing technologies that aren't used by privacy-minded power users without pointing towards proven solutions as well, even if they may require effort to implement. All is not lost.

                                                                                                                        The article touches on the OpenVPN protocol, "commercial" VPN providers (ExpressVPN in the screencap), but just glosses over the availability of better protocols, good providers, useful browser extensions, and democratized DNS encryption.

                                                                                                                        A combination of a WireGuard VPN provider (Mullvad comes to mind), using only the Firefox browser with a few extensions (such as Multi-Account Containers, HTTPS Everywhere, Privacy Badger, Decentraleyes, etc.), and using DNS over HTTPS (can be enabled in FF as well) will solve most of the problems the article posits. Running AdGuard as a local DNS server with upstream DoH is also something relatively easy to do.

                                                                                                                        Sure, overall security posture calls for a bit more but a good [VPN + DoH + FF + AdBlocking] setup should be the norm and not the exception; and will definitely pay off dividends rather than just letting a green padlock give users peace of mind.

                                                                                                                        I'll actually write a how-to on this, since I don't want to seem like I'm just mentioning a solution without actually providing the steps to get there.

                                                                                                                        • OrwellianChild 6 years ago
                                                                                                                          I'd very much appreciate the write-up... I've not been able to find a very coherent (and current) best-practice document. Where can we find it when it's up?
                                                                                                                        • ikeboy 6 years ago
                                                                                                                          > Just like you have to trust your ISP that they do not collect data, you have to trust that your VPN provider is not storing the same data.

                                                                                                                          Bull. Shit.

                                                                                                                          Find me a major ISP that publicly claims they don't log any data.

                                                                                                                          Anyone making a claim remotely similar to those made in https://torrentfreak.com/which-vpn-services-keep-you-anonymo...

                                                                                                                          If it was the norm for ISPs to claim this, maybe this argument would work. For now, we have many documented cases of ISPs selling your information, and they don't even try to claim that they don't keep logs, while many major VPN services (see link above) explicitly claim to never store logs.

                                                                                                                          • denschub 6 years ago
                                                                                                                            We also have multiple documented cases of "no-log VPNs" submitting their logs to law enforcement. I even linked to one case in my post. What's your point here, exactly? Because my point was you have to trust either party.

                                                                                                                            Oh, and btw, here in Europe, it is actually illegal for ISPs to give connection data away for non-law-enforcement purposes. It's sad that there are some US-American ISPs that have a record of selling some information, but the world does not evolve around the USA.

                                                                                                                            • ikeboy 6 years ago
                                                                                                                              Which case are you talking about? You have no links in the "no-log" section.

                                                                                                                              Other fatal flaws in that section, fwiw

                                                                                                                              >Starting with the obvious, if you pay for a VPN service, they have to keep your user account and associated payment information and your payment history. So, unless you are using a fake identity and an anonymous credit card (is that even possible these days?), your VPN account will be linked to your actual identity.

                                                                                                                              Plenty of VPNs accept bitcoin, and prepaid anonymous debit cards are widely available.

                                                                                                                              >Most VPNs limit the number of devices that can be connected at the same time. For that to work, well, they have to store a piece of information stating which device is connected, and what VPN account it is associated with. They have to associate your VPN session with your VPN account, as counting the number of sessions per account would be impossible otherwise.

                                                                                                                              This is addressed in the link above. Besides, it's possible to limit simultaneous connections without storing anything to disk.

                                                                                                                              >What's your point here, exactly? Because my point was you have to trust either party.

                                                                                                                              The difference is that no major ISPs are claiming not to log.

                                                                                                                              • kmonsen 6 years ago
                                                                                                                                Bitcoin has very little anonymity as well BTW. Probably less than credit cards.
                                                                                                                              • mirimir 6 years ago
                                                                                                                                > We also have multiple documented cases of "no-log VPNs" submitting their logs to law enforcement.

                                                                                                                                That's true. And so some of us go out of our way to name names. For example:

                                                                                                                                EarthVPN - user compromised by datacenter logs

                                                                                                                                HMA - retained logs, and provided them under UK court order

                                                                                                                                Proxy.sh - outed someone voluntarily, because they didn't like something he did

                                                                                                                                PureVPN - retained logs, and shared them with investigators

                                                                                                                                > Because my point was you have to trust either party.

                                                                                                                                That's true. Except when it isn't. If you use nested VPN chains, you don't need to trust any of the individual VPNs. It's not as anonymous as Tor, because it's static, and far less complicated to compromise. But it's at least 10x faster. And you can hit Tor through them, which protects you from evil entry guards.

                                                                                                                              • mammalutte 6 years ago
                                                                                                                                That claim doesn't mean that ISPs do not collect data. It means that your VPN providers must be blindly trusted, like ISPs. IIRC when the UK introduced a law asking all ISPs to keep all user activities in logs, at least some of them complained that the costs were too high to put it in practice. Make of that what you want. Trust or not trust?
                                                                                                                                • lsc 6 years ago
                                                                                                                                  I... find it really unlikely that any no-log VPN companies exist for any significant period of time without logging.

                                                                                                                                  I don't just mean law enforcement, though that's probably a problem too, (though I have less experience with that one) I'm also talking about the normal abuse an ISP gets. Spammers, etc... From experience, your upstream will shut you down if your customers aren't well behaved.

                                                                                                                                  • ikeboy 6 years ago
                                                                                                                                    They all have anti-abuse mechanisms, but that doesn't mean logging.

                                                                                                                                    Why couldn't you have a flagging system in real-time that shuts down accounts but doesn't save the data to disk?

                                                                                                                                    • lsc 6 years ago
                                                                                                                                      >Why couldn't you have a flagging system in real-time that shuts down accounts but doesn't save the data to disk?

                                                                                                                                      That's what I described with the deep packet inspection. You could hook up an IDS and block users based on the IDS output, but like I said, the sort of people who like no log VPNs will not like that. At one point I set that up at my VPS company a long time ago, (of course, I was very up front about it and told my customers, and I was surprised that customers were really, really angry about it, so I took it down within a day or two. Sorry guys, I mean, I should have stuck with the traditional route of only examining packet headers.)

                                                                                                                                      If you act in the usual way for an ISP and only examine packet headers, then you will need to react to complaints about your users. Those complaints can roll in up to a week after the abuse happened.

                                                                                                                                      I could believe a VPN service that said it kept logs for a week. That seems possible. (of course, there's still the legal issues, but I personally haven't seen those, while I have been almost disconnected by my upstream for customer abuse before)

                                                                                                                                      It gets worse, too, if I use shared IP addresses. So, the way my VPS company was setup, everyone had a static IP. And that was really pretty easy; an abuse report comes in saying that a certain IP did something at a certain time. As all my customers had their own IPs, all I had to do was make sure the IP hadn't been moved to a different customer recently, and I knew who to go after. Aside from that ill considered day-long experiment with the IDS, I didn't do any network logging at all outside of total packet/byte counts (outside of troubleshooting) because I didn't really have to in order to go after abuse. I knew what IP was owned by who.

                                                                                                                                      But, in a shared-IP system? this is way worse. All your users are behind a NAT, right? so you get that same abuse complaint a few days after a thing happened saying that IP X did this thing at time Y to target IP Z. Well, all your customers are coming out of IP X, so that doesn't help you. In a NAT system, to manage abuse complaints without deep packet inspection, you need to log the headers from every connection. User X connected to IP Y on port Z, etc... It's the only way to trace back the abuse to the customer.

                                                                                                                                      (Things get dramatically easier if every customer has it's own IP; then you just need to record who had what IP when. I don't know how many "no log" VPNs use NAT vs giving each active user their own IP. Of course, things get even easier with IPv6)

                                                                                                                                • jwr 6 years ago
                                                                                                                                  I use VPNs for one main reason: so that my ISP does not build a complete profile of me based on the sites I'm visiting. This can be mitigated to a certain extent by using a VPN. I do not expect to become anonymous or invisible on the internet all of a sudden, I just do not want the guy listening next to my front door to know everything about me.

                                                                                                                                  In the US, where personal data is a free-for-all and everybody and their dog sells data about me to everyone else, this is important.

                                                                                                                                  I agree with the author that VPNs should not be advertised as a complete security and privacy solution, but I disagree with his statement that they can actually do more harm than good.

                                                                                                                                  • jedberg 6 years ago
                                                                                                                                    But all you've done is kick the can down the road, so now your VPN service can build a profile on you instead.
                                                                                                                                    • nuclx 6 years ago
                                                                                                                                      Then use different VPNs for different types activities, combine it with TOR if necessary. It's not like it's a free lunch.
                                                                                                                                    • AstralStorm 6 years ago
                                                                                                                                      The ISP can easily build a reasonably reliable profile based just on packet size and timing. TLS and most VPNs do nothing to these.

                                                                                                                                      If they actually wanted to. You could sure them under wiretapping laws if they did.

                                                                                                                                      If you cannot trust your ISP, you cannot really have any privacy without truly extensive measures. Not even Tor is enough, it does not pad and change timing enough.

                                                                                                                                      The real problem is cookies, requirement for email backed login and phone home downloads. (E.g. images such as social buttons, JavaScript. They can also leak cookies or make them live longer.)

                                                                                                                                      The last one is combatted to an extent by mix networks like Tor, or better yet, by aggressively caching and/or predownloading.

                                                                                                                                      • crooked-v 6 years ago
                                                                                                                                        > You could sure them under wiretapping laws of they did.

                                                                                                                                        I assume you meant "sue", but, no, that's not actually a guarantee, because companies can require that you "voluntarily" agree to mandatory arbitration in order to get any service at all.

                                                                                                                                        • AstralStorm 6 years ago
                                                                                                                                          Those clauses are illegal, much like indemnification by you of a big ISP. Even clauses of choice of law are very suspect.

                                                                                                                                          Relying on such a clause to attempt to prevent a civil suit is stupidity, if only because people are not properly informed of what the clause meant, making it void. (I could quote a few cases. But I am not a lawyer. Microsoft and EULA comes to mind.)

                                                                                                                                          And by EU law, they are completely null and void by just being illegal.

                                                                                                                                          That said, most of those suits do not reach court by means of settlement, not arbitration.

                                                                                                                                        • TeMPOraL 6 years ago
                                                                                                                                          > If they actually wanted to. You could sure them under wiretapping laws if they did.

                                                                                                                                          Could you? I was under the impression that (in the US) the main difference between a phone line and an Internet connection is that former is legally protected against wiretapping and the latter not so much.

                                                                                                                                          • danShumway 6 years ago
                                                                                                                                            > You could sure them under wiretapping laws of they did.

                                                                                                                                            Has this ever worked though? Cursory searching, I don't see or know of any examples of lawsuits that have actually succeeded on this front. And it's not like ISPs have never given consumers an opportunity before.[0]

                                                                                                                                            [0]: https://www.cnet.com/news/verizon-draws-fire-for-monitoring-...

                                                                                                                                            • AstralStorm 6 years ago
                                                                                                                                              The cases are almost always settled for reasons I outlined in response to another thread. (mostly related to peering and PR damage, that can kill an ISP)

                                                                                                                                              The app is a tiny blip on the radar waiting for careless. (Read the darn contact, especially if you get a discount.)

                                                                                                                                            • fulafel 6 years ago
                                                                                                                                              Identifying based on traffic analysis is easily feasible if they collude with advertisers, since they can then correlate traffic by timing. ("Which ISP can sell us subscriber data with TLS traffic to our our ad at the same times that the ad was served with this visitor-id?")
                                                                                                                                            • netwanderer3 6 years ago
                                                                                                                                              If you use Chrome browser or Android phone then Google is already able to build a profile on you. They have multiple ways to ID every session and individual browsing tab to link them back to your profile. VPN is completely irrelevant in their game.
                                                                                                                                              • danShumway 6 years ago
                                                                                                                                                If Google has my data, does that mean I should also give it to Comcast?

                                                                                                                                                This kind of argument comes up a lot, and I really don't understand it, at all. Privacy is a process, it's something you improve over time. The alternative is completely circular.

                                                                                                                                                I shouldn't care about switching to Firefox, because my ISP is already getting all this data anyway, and I shouldn't care about using a VPN because Google is getting all of this data anyway...

                                                                                                                                                If you want to go from no privacy to decent privacy, it is inevitable that there is going to be a period where you are only plugging some of the holes.

                                                                                                                                                • netwanderer3 6 years ago
                                                                                                                                                  My point is if you are trying to prevent someone to build a profile on you entirely then VPN is useless.

                                                                                                                                                  For majority of the public who use a VPN provider, they are essentially shifting all the risks of their personal privacy from a highly regulated industry (ISP) to one that is much less regulated (VPN providers). This is a bit similar to all the ICO scams associated with an unregulated cryptocurrency industry. ISP at least will not sell your data to questionable buyers, but there's no law in preventing a VPN provider not to do so.

                                                                                                                                                  If you truly believe VPN providers can survive giving you unlimited bandwidth worldwide for only a few bucks a month, without relying on other sources of revenue, then I have a bridge to sell you.

                                                                                                                                                  Most of them don't operate with transparency, not being audited nor being accountable or required by regulation to keep your data safe but yeah let's trust them instead!

                                                                                                                                            • mindslight 6 years ago
                                                                                                                                              While there is plenty of nuance that VPN advertisements gloss over, this article is also simply verbose FUD. It shamelessly does the same exact thing that VPN ads do - attempt to replace one uninformed default option with another.

                                                                                                                                              > The reality here is that your IP address is only a tiny piece of your trackable profile

                                                                                                                                              Yes, a tiny piece you can never shake off besides with a tunnel ("VPN"). On this front, OP is effectively making the argument that surveillance by IP address is simply never done, even if all the other tracking signals are removed. This is doubtful.

                                                                                                                                              > the location of a piece of large network equipment of your ISP, and not your location

                                                                                                                                              Yeah which is still pretty damn indicative of my location, despite the "streams coming together" narrative. One less signal available to the surveillance advertisers is a good thing. One more feeling of "otherness" to an ad you're being forced to see is a great thing.

                                                                                                                                              > The only secured [encrypted] channel here is the route between your machine and the VPN server

                                                                                                                                              Yes, simply hiding your traffic from your ISP is itself a huge win. They don't spend millions on DPI gear without clear ROI.

                                                                                                                                              Given that a vibrant market for VPNs provides for copious tunnel endpoints, and that common people imperfectly using VPNs still frustrates bad actors like banks and geofencers, I'll forgive the messaging. They're certainly more legitimate than pharmaceutical or political ads.

                                                                                                                                              • alphabettsy 6 years ago
                                                                                                                                                They are some valid points in the post, but ISPs collect and will market your data, including browsing data. They recently changed positions and claim they won’t anymore, but there’s no reason to trust them and they’re still using your data for targeted ads meaning they still retain the data.

                                                                                                                                                https://arstechnica.com/tech-policy/2017/03/comcast-we-wont-...

                                                                                                                                                • tptacek 6 years ago
                                                                                                                                                  The point of the post isn't that you should trust your ISP.
                                                                                                                                                  • comex 6 years ago
                                                                                                                                                    Indeed. Instead it falsely implies that you don’t need to, by glossing over the limits of what HTTPS encrypts and what it doesn’t. And it encourages users to avoid VPNs, making them subject to data collection by their ISP whether they know it or not.
                                                                                                                                                • blackflame7000 6 years ago
                                                                                                                                                  All I know is that since I got a VPN my ISP no longer sends me letters warning me that I have 7 more warnings until I'll be admonished for archiving movies.
                                                                                                                                                  • sdan 6 years ago
                                                                                                                                                    Which VPN?
                                                                                                                                                    • blackflame7000 6 years ago
                                                                                                                                                      PIA. It's cheap and used to be fast but a lot of people have started using it so they are now having to raise price / regulate bandwidth. However, they let you log on 5 or 10 devices simultaneously on different servers all over the globe,
                                                                                                                                                  • ylere 6 years ago
                                                                                                                                                    > Starting with the obvious, if you pay for a VPN service, they have to keep your user account and associated payment information and your payment history. So, unless you are using a fake identity and an anonymous credit card (is that even possible these days?), your VPN account will be linked to your actual identity.

                                                                                                                                                    Check out https://mullvad.net if you want a VPN that takes anonymity serious. They don't even have real accounts, you just pay (preferably via BTC or even cash via postal mail) towards an account number that is also used as an identifier to authenticate towards the service. While there is no 100% guarantee, I would trust their claim that they do not log.

                                                                                                                                                    • yason 6 years ago
                                                                                                                                                      The article seems to talk about all kinds of things VPNs are not about, and criticises them for those, and give a thin touch, if any, to the actual reasons VPNs are useful and why they were designed in the first place. Weird.
                                                                                                                                                      • auslander 6 years ago
                                                                                                                                                        Very misleading, factually wrong post.

                                                                                                                                                        "Log in to your Facebook account. Connect VPN. Did Facebook forget who you are?" He forgot step to open new private window to clear login cookie.

                                                                                                                                                        VPN is a must for everybody in there days of data harvesting. We will be sorry tomorrow, seeing many new ways it can be used by global corporations and governments.

                                                                                                                                                        • iandev 6 years ago
                                                                                                                                                          This seems to be the YouTube video in question if anyone was curious

                                                                                                                                                          https://youtu.be/1PGm8LslEb4

                                                                                                                                                          • zaarn 6 years ago
                                                                                                                                                            >In most circumstances, VPNs do absolutely nothing to enhance your data security or privacy.

                                                                                                                                                            >Acting as they do, and promoting commercial VPN providers as a solution to potential issues does more harm than good.

                                                                                                                                                            I think this ignores the fact that some users have different threatmodels, sometimes the privacy threat model of a user does include their ISP for various reasons (think China).

                                                                                                                                                            >

                                                                                                                                                            Starting with the obvious, if you pay for a VPN service, they have to keep your user account and associated payment information and your payment history. So, unless you are using a fake identity and an anonymous credit card (is that even possible these days?), your VPN account will be linked to your actual identity.

                                                                                                                                                            Depends on the VPN, some VPN providers actually don't keep that kind of history or provide options to operate and pay an account anonymously.

                                                                                                                                                            • jeltz 6 years ago
                                                                                                                                                              As far as I know you can still get anonymous credit cards, and if not most VPNs accept mailed cash. I doubt that your VPN will try to collect DNA from all mailed in cash.
                                                                                                                                                            • chii 6 years ago
                                                                                                                                                              Some of them are valid concerns.

                                                                                                                                                              But the article should have touched on _how_ one would actually achieve the privacy levels that the VPNs claims to offer. For example, using TOR rather than a VPN is a much better guarantee of privacy against IP based tracking (and what the draw-backs of TOR is - such as accidental real-ip leaks via javascript).

                                                                                                                                                              A lot of users simply trust the marketing of VPN providers - because it's cheap, and it doesn't look like it'd do harm. Like how multi-vitamin pills are marketed as a cheap silver bullet for a complicated problem.

                                                                                                                                                              • john_minsk 6 years ago
                                                                                                                                                                4K video: possible on VPN, impossible on TOR. Agree?
                                                                                                                                                              • peterwwillis 6 years ago
                                                                                                                                                                What you really want for privacy & anonymity are anonymizing proxies, which are not mutually inclusive with VPNs. Proxies work best at the app level, not network level. Proxies can also be located anywhere and hide your request origin, and your browser can even forward DNS requests through them. But to strip every inch of personal information out of HTTPS traffic you may need to accept a custom CA, which reduces your security. So use a VPN for security, and proxies for privacy & anonymity.
                                                                                                                                                                • m3nu 6 years ago
                                                                                                                                                                  The real problem with VPNs is that they are sold as a full privacy and security solution to people who don't understand what's going on technically.

                                                                                                                                                                  There are some legitimate reasons to use a VPN. Those are far fewer than the marketing claims of those companies. What I've seen over time:

                                                                                                                                                                  * hide your IP from the service you're using (related to geoblocking)

                                                                                                                                                                  * get around limitations of your ISP (blocked ports or throttling, torrenting)

                                                                                                                                                                  * hide traffic/service you use from your ISP/government (China, UAE, Iran)

                                                                                                                                                                  * get around bad routing of your ISP

                                                                                                                                                                  • mr_toad 6 years ago
                                                                                                                                                                    A large number of free VPN users seem to be students, using them to get around their schools blocking access to Facebook etc.
                                                                                                                                                                  • el_cujo 6 years ago
                                                                                                                                                                    I'm surprised he doesn't mention torrenting directly. I have no stats to back this up, but I would assume the vast majority of people who get VPNs do so for torrenting. I agree that the current advertising riding the wave of the facebook hate/privacy "awareness" is scummy, but nothing in the article seems to say VPNs aren't effective from hiding your TPB traffic from your ISP, which if I had to guess is the real most popular use-case.
                                                                                                                                                                    • __HYde 6 years ago
                                                                                                                                                                      These past few months I have noticed several popular posts dissuading people from using VPNs. What do these people have to gain from people _not_ using VPNs?
                                                                                                                                                                      • Causality1 6 years ago
                                                                                                                                                                        Author has a computer science understanding of VPNs but is breathtakingly ignorant as to the actual use cases of commercial VPNs. They're used for getting around geoocming and media throttling sure, but the biggest use is piracy.

                                                                                                                                                                        Also, his disbelief of anonymous payment methods is incredibly stupid. I can walk into a store right now and get a prepaid visa using cash, no crypto currency shenanigans required.

                                                                                                                                                                        • droithomme 6 years ago
                                                                                                                                                                          > I can walk into a store right now and get a prepaid visa using cash

                                                                                                                                                                          WalMart, Target, and many other large retailers retain photographic records of all purchasers. Many cases have been broken by police claiming to have found a match at a WalMart for the purchase of items committed in some crime.

                                                                                                                                                                          So cash purchases of cards is not always a completely anonymous choice.

                                                                                                                                                                          • discordance 6 years ago
                                                                                                                                                                            Got a source on that? - Would be surprised (and disappointed) if Target/Walmart keep pictures of non-authenticated customers linked to the invoice record. Have Google'd around but haven't found anything on that.
                                                                                                                                                                            • kmonsen 6 years ago
                                                                                                                                                                              Sure, if you are doing illegal stuff very little of what you can find online will protect you. But if you are hiding from non-law enforcement it is easy to get pretty anonymous.
                                                                                                                                                                              • droithomme 6 years ago
                                                                                                                                                                                I guess since I have nothing to hide I have nothing to fear! Thanks friend! We are definitely not living in a surveillance state and we have nothing to worry about as long as we do our jobs cheerfully, obey authority, and conform. I love my life, my job, and my government. There is nothing to see here, everything is normative and fine.

                                                                                                                                                                                Those engaging in crimes though, such as watching region locked content outside the region in violation of copyright law, rightly should fear. But that is OK since they are criminals subverting the establishment of course. Along with those such as gays in regions where being gay is illegal. Or apostates where apostasy and heresy are death penalty crimes. And numerous other examples of despicable criminal behavior in violation of local laws.

                                                                                                                                                                            • mirimir 6 years ago
                                                                                                                                                                              Well sure you can. But what about all those surveillance cameras? And the license plate cameras? Me, I wouldn't count on those giftcards.
                                                                                                                                                                              • chii 6 years ago
                                                                                                                                                                                if they don't accept bitcoins, then it's not anonymous.
                                                                                                                                                                                • mirimir 6 years ago
                                                                                                                                                                                  Some also accept cash by snail mail.
                                                                                                                                                                              • spinach 6 years ago
                                                                                                                                                                                Did the author ever claim that the other use cases were prominent uses? He spends the entire blog talking about encryption and anonymity which would be related to hiding piracy.

                                                                                                                                                                                Personally, the only reason I use VPNs is for region-locked content. How are you sure this isn't a bigger use case than you think?

                                                                                                                                                                                • denschub 6 years ago
                                                                                                                                                                                  That's amazing that you can do that.

                                                                                                                                                                                  Anonymous credit cards are ruled out by law basically everywhere in the European Union. Assuming that I live in the US, and that everyone on this planets is doing so, is - as you call it - incredibly stupid.

                                                                                                                                                                                • throw2016 6 years ago
                                                                                                                                                                                  The only way to get on a network is via an ISP or mobile provider and this step itself gives up your identity and credit card/financial details and your browsing history, location data and other metadata is available to any state entity and the private surveillance economy. If you use a VPN you paid for that is the same thing.

                                                                                                                                                                                  There is no way to get absolute privacy in this context for the average user. Journalists and activists should be aware there is no technology solution to protect them from spying by any sufficiently committed actor, with state actors all bets are off.

                                                                                                                                                                                  It's false self empowerment by some technical folks to presume there is a technical solution against state actors who are well staffed, have near endless resources and are working 24/7 to thwart any localized technical solutions.

                                                                                                                                                                                  If there is a way to get online truly anonymously ie public wifi points, mesh networks these will immediately be subverted by state actors with things like illegal porn, terrorism and made illegal or compromised and used as honey pots. There is no winning here.

                                                                                                                                                                                  • scoutt 6 years ago
                                                                                                                                                                                    Regarding "no logs", it is true that the VPN has to check if your account is valid, or maybe how many devices you can connect. But one thing is monitoring and another, different thing is to log that information.

                                                                                                                                                                                    Also, this doesn't mean that the traffic or destination addresses are also logged at the VPN (the most important data).

                                                                                                                                                                                    But, is also true that you'll never know.

                                                                                                                                                                                    • sbr464 6 years ago
                                                                                                                                                                                      Just a thought—Couldn’t there be a service In front of ~5-1,000 different vpn services that would locally (depending on your subscription level) send each request to a random list of vpn providers (like a random dns provider? Somewhat complicating/obscuring the issue that arises with centralizing your traffic to single endpoint?
                                                                                                                                                                                      • denschub 6 years ago
                                                                                                                                                                                        It's called Tor. And you don't even need a subscription for that.
                                                                                                                                                                                        • sbr464 6 years ago
                                                                                                                                                                                          Although I’m familiar with Tor, my thinking was packaging that concept in a better way, similar to how vpn services market themselves.
                                                                                                                                                                                          • discordance 6 years ago
                                                                                                                                                                                            You want to sell TOR? - please don't.
                                                                                                                                                                                          • sbr464 6 years ago
                                                                                                                                                                                            I thought with tor you still connect to a single gateway and all traffic is sent to that remote endpoint? Or is it done locally?
                                                                                                                                                                                            • denschub 6 years ago
                                                                                                                                                                                              Tor, originally from "The Onion Router", works by routing your traffic through multiple Tor nodes. Like an onion, each node only peels off one layer and passes the packet on to whoever is addressed on that layer. Each node only knows the details about the next node. Eventually, the packet will hit an "Exit-Node", at which point it will be routed via the internet through the endpoint, but it's not a single route.

                                                                                                                                                                                              And while that does not change for every request (that would be highly unpractical), all Tor clients offer you a very quick "get a new route" with just one click.

                                                                                                                                                                                        • Angostura 6 years ago
                                                                                                                                                                                          The main problem I have with all the VPN services I see springing up is that you’re basically paying to be man-in-the-middled.

                                                                                                                                                                                          I see people commenting ‘I use company X, they are great’ seemingly ignoring the fact that they have no real clue as to what Company X is actually doing.

                                                                                                                                                                                          • thinkloop 6 years ago
                                                                                                                                                                                            It all comes down to this:

                                                                                                                                                                                            > With a VPN, all you end up doing is shifting the trust from one party to another. You are not gaining anything.

                                                                                                                                                                                            This is where a lot of people would disagree. A known, reputable, audited, privacy-focused vpn provider, for example, could be more trustworthy than an ISP.

                                                                                                                                                                                            • harrumph 6 years ago
                                                                                                                                                                                              Has anybody evaluated whole-network hardware filter+VPN solutions that filter cookies ( such as Winston https://winstonprivacy.com/ ) in the context of this article? I was planning on testing Winston at some point at my home, but Winston requires a separated modem and router as opposed to the combo box I have.

                                                                                                                                                                                              I think the declarations in the article do confuse the issue a bit - some of the benefits of a VPN such protecting against DNS logging are real but are probably not as useful to VPN marketing people as a "pitch", because they're a bit tougher to explain to laypersons.

                                                                                                                                                                                              • t0astbread 6 years ago
                                                                                                                                                                                                I still have a few questions after reading that text:

                                                                                                                                                                                                1) I'm not entirely convinced on the IP address tracking thing yet. Sure, you probably sit behind a NAT device on your home internet connection. But what about mobile? Are cellular networks NATed? Also, do trackers really not use IP addresses for tracking? It seems like a stable identifier as long as the "victim" is not obscuring it and as long as you can somehow link it to the victim's next IP address (unless it's static).

                                                                                                                                                                                                2) How are DNS queries not sensitive information? They tell what services you use on the web. It's how you use the internet. I don't really want any untrusted party to see that.

                                                                                                                                                                                                • codexon 6 years ago
                                                                                                                                                                                                  VPNs still give you some protection especially for illegal activities.

                                                                                                                                                                                                  I was recently a victim of a password cracking attempt from someone using a vpn. I tried reporting the incident by sending the logs to the vpn abuse email, and they ignored it. I looked into VPN company itself, and it was owned by some Russian in Panama. I tried emailing a lawyer there and he said that he couldn't help me because he did work for that person.

                                                                                                                                                                                                  I have no doubt that most of the major vpn providers are similarly structured so that they can just ignore all complaints except from the largest corporations.

                                                                                                                                                                                                  • terrycody 6 years ago
                                                                                                                                                                                                    I got a question:

                                                                                                                                                                                                    So lets say you visit a website p0rn.xxx without a VPN, but this target website indeed gets HTTPS version of encryption, in such case, does your ISP know which website u visit?

                                                                                                                                                                                                    Another case, when you connect to a VPN, your ISP indeed know you connected to an IP right?

                                                                                                                                                                                                    Any more similar cases to let me learn more about what data gets encrypted and whats not?

                                                                                                                                                                                                    • bni 6 years ago
                                                                                                                                                                                                      The reason people pay for these "VPN services" is trying to hide from the extortionists and even the law in some countries, when using BitTorrent to download the latest GoT episode?

                                                                                                                                                                                                      All other problems aside, how successful defence against that is this? Article doesn't adress that as far as I could see.

                                                                                                                                                                                                      • OrgNet 6 years ago
                                                                                                                                                                                                        VPNs can certainly be useful to hide your identity from a specific host and probably to hide your browsing habits from your ISP but does probably nothing against the Government (ie: if the NSA logs all packets worldwide, it should be trivial to connect the dots). But I prefer to use tor in my case.
                                                                                                                                                                                                        • shellthen 6 years ago
                                                                                                                                                                                                          The short story about the green padlock stating your connection is ‘secure’ is also not true. It depends on the encryption type they use. I don’t have time to go in detail, though for outdated browsers ssl 3.0 is still stated as green...
                                                                                                                                                                                                          • Cypher 6 years ago
                                                                                                                                                                                                            People advertise these because of the nice kickbacks. They make good money and spend all day on social media downvote the truth and promoting VPN's with the other paid affiliates pointing to random articles that cause fear.
                                                                                                                                                                                                            • danShumway 6 years ago
                                                                                                                                                                                                              I have kind of a lot of issues.

                                                                                                                                                                                                              First, the downplaying of IP location lookups. If you do a lookup on my home IP address, it'll get you within 5 miles of my house. From there, the only other information you need is my name and potentially one or two more details like a birthday (easy, I use my real name online) and you can get access to my voting data -- and that'll give you an actual address, not just a zip code.

                                                                                                                                                                                                              OP is correct that your IP address doesn't directly leak your home address, but in many cases it can be a pretty helpful clue. In a small town, a zip code and a name can be good enough on its own for a stalker to find someone even without voting data or public records to pull from.

                                                                                                                                                                                                              OP is also correct in that there are plenty of other ways to get this data, but I fail to see how opening yet another trivial hole in my identity helps with that.

                                                                                                                                                                                                              Second, the downplaying of encryption concerns. We've come a long way on SSL, but it's frankly irresponsible to say that users should just assume all of their browsing will automatically be covered, regardless of what the top sites are doing. I am primarily visiting tech sites nowadays and I still occasionally run into sites that aren't encrypted. And that's nothing to say to the fact that there are multiple ways of configuring SSL and not all of them are equally secure.

                                                                                                                                                                                                              This is just in my browser, which punishes sites with insecure warnings if they're not encrypted. How many native apps are sending unencrypted data given that there's no punishment and that the user gets zero indication of the SSL status? We know from the IOT industry that a lot of these products and apps are regularly getting rushed out the door.

                                                                                                                                                                                                              Of course, VPNs only encrypts the data between you and the provider. But we don't live in a world where people are primarily using desktop computers. Most users are going to be on tablets, phones, and laptops, and they travel. And no, public networks are not the only risks -- even if a network forces you to put in a password you still don't know how that network is configured, you still don't know what vulnerabilities exist on it.

                                                                                                                                                                                                              If you don't know who set up the network, you should treat it as if any unencrypted data could be intercepted before it reaches the router. And you should be suspicious of the router/provider itself, particularly if it's wifi being offered by a store/hotel/airport, or other commercial entity.

                                                                                                                                                                                                              And that leads to the final, big objection -- the idea that VPNs are harmful because all they do is shift the trust model. If you're in the US, unless you are very, very lucky, you can not trust your ISP. Shifting the trust model is not a fatal flaw, it is literally the entire point.

                                                                                                                                                                                                              Yes, needing to trust someone is not ideal. But my VPN provider has more of an incentive to take care of my data than my ISP does. If you're using something like Proton or PIA, then I feel very confident saying that I trust both of them more than Verizon or Comcast.

                                                                                                                                                                                                              So I agree that bulletproof claims that come from VPNs are often inaccurate. I agree that there are problems. I don't see this article as any less sensationalist and inaccurate than the provider claims though. VPNs are just a kind crappy solution we're stuck with, and absent everyone moving to Tor, I have yet to see anyone propose a better solution.

                                                                                                                                                                                                              • AstralStorm 6 years ago
                                                                                                                                                                                                                Why would everyone have to move to Tor? It already works, and the are good solutions for securely running it, like whonix. (Much better than just Tor browser alone, which is still necessary.)

                                                                                                                                                                                                                Compare that to random commercial VPN app...

                                                                                                                                                                                                                • danShumway 6 years ago
                                                                                                                                                                                                                  You may have misinterpreted what I meant by that, or maybe I didn't phrase it clearly.

                                                                                                                                                                                                                  I don't mean that Tor will work better if everyone uses it. Quite the opposite, it will slow down considerably.

                                                                                                                                                                                                                  I mean that anyone who isn't using Tor needs a different solution. We have two solutions being proposed to the problem of leaking IP addresses: VPNs and Tor. Unless our plan is to move literally everyone onto Tor, we need a non-Tor solution for the people we don't move over.

                                                                                                                                                                                                              • bee-boop-19 6 years ago
                                                                                                                                                                                                                So if VPNs are basically no good for keeping yourself anonymous, how do you?

                                                                                                                                                                                                                Or is the solution multifaceted and you should use a combo of VPN, don't logon to services connected to first party data etc.?

                                                                                                                                                                                                                • jaimex2 6 years ago
                                                                                                                                                                                                                  Yep. And use Tor instead.
                                                                                                                                                                                                                • tylerl 6 years ago
                                                                                                                                                                                                                  I remember specifically the same video the author was talking about (http://youtu.be/1PGm8LslEb4), and I also cringed when Destin read the ad copy for ExpressVPN.

                                                                                                                                                                                                                  Commercial VPNs are the homeopathy of the Internet.

                                                                                                                                                                                                                  They're selling snake oil. For all but the most impossibly pathological customer scenario, nothing that a commercial VPN can give you will actually protect you in any meaningful way. But they can hurt you. Since there's no quality control of any sort, and since their customers are self-selecting for dangerous behavior, it's a horrible environment to go mixing your traffic into.

                                                                                                                                                                                                                  • firexcy 6 years ago
                                                                                                                                                                                                                    Each time a podcast praises the credibility of a VPN sponsor, it reduces the credibility of the very show in my mind.
                                                                                                                                                                                                                    • nij4uyr 6 years ago
                                                                                                                                                                                                                      What VPN provider would you guys recommend?
                                                                                                                                                                                                                      • mirimir 6 years ago
                                                                                                                                                                                                                        For several years, I've been recommending AirVPN, Insorg, IVPN, Mullvad and PIA. So at this point, I can say that they've all been around for several years, and I've heard nothing bad about them.

                                                                                                                                                                                                                        Ones I have heard bad things about are EarthVPN, HideMyAss, Proxy.sh and PureVPN. And although I've heard nothing bad about ExpressVPN or NordVPN, the fact that they've bribed so many review sites to recommend them annoys me.

                                                                                                                                                                                                                        And yes, I have written stuff for IVPN.

                                                                                                                                                                                                                        • kmonsen 6 years ago
                                                                                                                                                                                                                          I signed up for ExpressVPN before visiting China due to all sites recommending this (I badly wanted Google maps and Google to work). ExpressVPN does not work in China so either something changed very recently or a lot of people have been bribed to lie.

                                                                                                                                                                                                                          I would not trust ExpressVPN anymore for anything.

                                                                                                                                                                                                                          • atr_gz 6 years ago
                                                                                                                                                                                                                            ExpressVPN works well in China, although there was a week in March where it was very spotty. I'm using it right now.

                                                                                                                                                                                                                            I agree that it's annoying how many review sites are getting paid to recommend them, but the service actually has been good for the last year.

                                                                                                                                                                                                                            I've tested several VPNs here, including Mullvad and Nord. ExpressVPN has the fastest speeds by a quite a bit.

                                                                                                                                                                                                                            However, self-hosted is much faster still. Unfortunately, it's less reliable.

                                                                                                                                                                                                                          • nij4uyr 6 years ago
                                                                                                                                                                                                                            wow man thanks. I'm reading your Privacy Guides and they're quite quality materials!
                                                                                                                                                                                                                          • jacobsenscott 6 years ago
                                                                                                                                                                                                                            TOR browser, or TAILS in a vm are both far superior to a VPN if you actually care about privacy. It is less convenient than using a VPN though - so lots of people sacrifice privacy and money for convenience and the feeling of privacy.
                                                                                                                                                                                                                            • dvcrn 6 years ago
                                                                                                                                                                                                                              I agree but your bandwidth will take a massive hit. I pay for my fiber so I can have fast internet, with TOR I would only be able to use a fraction of that.
                                                                                                                                                                                                                              • floatboth 6 years ago
                                                                                                                                                                                                                                You can e.g. use Tor for surfing and no proxy for YouTube and other places you need speed for.
                                                                                                                                                                                                                            • dvcrn 6 years ago
                                                                                                                                                                                                                              Also interested in this! Also why VPN vs just setting up one yourself on digitalocean or something like that?

                                                                                                                                                                                                                              (The reason why I'm not with a VPN yet is because it would compromise my speed. Am I overestimating the impact?)

                                                                                                                                                                                                                              • timbit42 6 years ago
                                                                                                                                                                                                                                A VPN won't compromise your speed if you have powerful enough equipment on both ends to encrypt/decrypt at speed. Latency will take a hit though.
                                                                                                                                                                                                                                • mirimir 6 years ago
                                                                                                                                                                                                                                  If you setup your own VPN on some leased VPS, then you're the only user. So there's zero help re anonymity. And re privacy and security, you need to trust the VPS provider.

                                                                                                                                                                                                                                  No free lunch :(

                                                                                                                                                                                                                                  • dvcrn 6 years ago
                                                                                                                                                                                                                                    But a VPS on DO, AWS or gcloud also has numerous services on the same physical machine. It's not like every request coming from that machine is from you or am I missing your point?
                                                                                                                                                                                                                              • pulketo 6 years ago
                                                                                                                                                                                                                                Lethean VPN is the answer to that question... as there is no credit card, just pay with cryptocoins ;)
                                                                                                                                                                                                                                • kevingrahl 6 years ago
                                                                                                                                                                                                                                  Great article for bringing across the basics and I do wholeheartedly agree that just because a VPN promises to do X it doesn’t necessarily have to do that and that the advertising is sometimes deceiving, but I don’t agree with everything OP said.

                                                                                                                                                                                                                                  > in theory, your ISP could keep a list of all domains you requested and based on that, they would have a pretty good understanding of what you were doing online

                                                                                                                                                                                                                                  I would argue that this is not theory but reality. In the EU you have the Data Retention Directive forcing telecoms to store metadata for a period of between 6 months and 2 years for example. [1]

                                                                                                                                                                                                                                  > With a VPN, all you end up doing is shifting the trust from one party to another. You are not gaining anything.

                                                                                                                                                                                                                                  I know this article is about commercial VPN’s but what if I run my own VPN? Then I do gain some privacy. I’m not saying to use a self hosted VPN and you’re good to go; a VPN in my opinion is a vital part to improve privacy but it’s just that, a single part.

                                                                                                                                                                                                                                  > what is your reasoning behind trusting an anonymous company [..] more than you trust your ISP, which is a big company with [..] something to lose?

                                                                                                                                                                                                                                  I’d argue that a VPN, even a commercial one is more trustworthy than my ISP, who doesn’t need to care if I trust them. It’s in the interest of my VPN to protect/delete my data if they say they do so. My ISP does not make that promise, quite the contrary actually.

                                                                                                                                                                                                                                  > if you pay for a VPN service, [..] your VPN account will be linked to your actual identity

                                                                                                                                                                                                                                  It’s entirely possible to pay for a commercial VPN anonymously, Mullvad for example offers the option of paying via cash that you physically mail them. [2] Many offer payment with crypto currencies.

                                                                                                                                                                                                                                  > Large commercial VPNs [..] make governmental surveillance easier.

                                                                                                                                                                                                                                  That’s not true and it’s what bothers me the most about this article. Why wouldn’t my government just get the data from my ISP? There are far less ISP’s than there are VPN’s. In Germany for example Telekom alone had around 18 Million customers in 2017 and Vodafone had another 10 Million. I’d assume strongly that you’d have to get to a lot of VPN providers to reach nearly 20 Million people. Personally I just assume that every request I make with my ISP’s DNS is known to my government.

                                                                                                                                                                                                                                  Another thing: a VPN can protect it’s user. In Germany for example it should be expected that when you torrent copyrighted content, like a movie, you’ll get a letter from a law agency like “Waldorf Frommer”. Those law agencies only purpose is to go after copyright infringement by connecting to the torrent swarm and logging IP’s. They then ask your ISP to hand over your address and a week later they’ll send you a letter asking for fines in the realm of €1k. [3] They sometimes go to court to collect those fines. Regardless of how you might feel about copyright infringement that is a valid use case where a VPN will protect it’s user.

                                                                                                                                                                                                                                  [1] - https://en.m.wikipedia.org/wiki/Data_retention

                                                                                                                                                                                                                                  [2] - https://mullvad.net/en/

                                                                                                                                                                                                                                  [3] - https://www.heise.de/ct/artikel/Ignorance-isn-t-Bliss-Rights...

                                                                                                                                                                                                                                  • ysw0 6 years ago
                                                                                                                                                                                                                                    Run PiVPN on an t2.nano on AWS. Takes 15 minutes to set up. $5 / month for the instance and 9 cents / GB. Turn off logging. Will cost you a bit more than real VPN services but is completely private.
                                                                                                                                                                                                                                    • deno 6 years ago
                                                                                                                                                                                                                                      How is this private? You literally get a private IP directly tied to your AWS account, and by extension your CC.

                                                                                                                                                                                                                                      An actual attempt at privacy would involve chaining at least two VPNs and paying anonymously. Starts to look a lot like TOR, doesn’t it?

                                                                                                                                                                                                                                      This issue with VPNs is, as the article states, people will just use them to log in to Facebook. It’s like putting on fake nose and glasses while at the same time wearing a t-shirt with your name and social security number.

                                                                                                                                                                                                                                      However VPNs are brilliant for getting around horrible ISP, e.g. to participate in P2P networks. In that case, paying for GB is not very ideal.

                                                                                                                                                                                                                                    • ddtaylor 6 years ago
                                                                                                                                                                                                                                      Likewise, if you're "tired of getting your passwords stolen" sign up for XYZ where all your passwords are stored on their servers!
                                                                                                                                                                                                                                      • akaij 6 years ago
                                                                                                                                                                                                                                        just a small correction: it's Wikipedia that's blocked in Turkey, not YouTube (anymore).
                                                                                                                                                                                                                                        • paultopia 6 years ago
                                                                                                                                                                                                                                          A charming piece of evidence for the IP addresses aren't actually all that useful for tracking point is just how easy it is to evade volume-limitation paywalls on sites like medium: open a clean browser, oh hey, the website has no idea I've already read 3 of your crappy clickbait articles this month! Clearly wouldn't work if they bothered to keep track of IP addresses in addition to cookies or whatever.
                                                                                                                                                                                                                                          • ignoramous 6 years ago
                                                                                                                                                                                                                                            Any claim reg anonymity is hard to uphold. The tor project makes it clear that using tor-as-a-proxy is suicide for anonymity [0], so there's nothing VPNs could do that tor doesn't do better. Also, anything stupid one might do at the application layer can absolutely make tor useless in protecting your identity let alone the VPNs (like updating OS over tor, or accessing email, WebRTC apps and the like). So, the author is right on all accounts, but one needs VPN for similar reason one needs IPSec and TLS-- there are multiple levels to it.

                                                                                                                                                                                                                                            Here's why I think using a VPN makes sense:

                                                                                                                                                                                                                                            1. ISPs cannot track and mitm you. ISPs have MiTMd https [1].

                                                                                                                                                                                                                                            2. Circumvent censorship, esp DNS manipulation attacks.

                                                                                                                                                                                                                                            3. Prevent use profiling: traffic meta-data analysis (what IPs you connect to, what protocols you're using and so on) [2].

                                                                                                                                                                                                                                            4. A lot of propaganda is targeted at a demography in a particular location. Tunneling traffic through a VPN might mask your location unless the app or website had access to it prior, and fingerprinted you already [3].

                                                                                                                                                                                                                                            Sophisticated actors can still do all of the above VPNs or not.

                                                                                                                                                                                                                                            The trackers have it too easy and use IP addresses as a signal. Masking IP address is one signal less. Then, up the stack at the application layer, it's up to the end user to make saner choices. That isn't on a VPN provider or Tor.

                                                                                                                                                                                                                                            VPNs could def do better:

                                                                                                                                                                                                                                            1. Firewall known trackers server-side. Similar to how how browsers today block known rouge websites that have been caught phishing or spreading malware.

                                                                                                                                                                                                                                            2. Stripe traffic over multiple exit IPs. Much like Firefox's multi-account containers.

                                                                                                                                                                                                                                            3. Let the end user analyse their traffic client-side, and help them take control over what the client should send and not send.

                                                                                                                                                                                                                                            4. Open-source their stack, and provide ability to inspect what's running on the servers.

                                                                                                                                                                                                                                            5. Provide technically better internet experience by accelerating traffic over uncongested paths, provide better connectivity over lossy networks [4][5].

                                                                                                                                                                                                                                            If VPNs aren't improving the experience and if IP masking is all you need, then remember, Tor is free [6], and is pretty decent in terms of speed and latency these days.

                                                                                                                                                                                                                                            --

                                                                                                                                                                                                                                            [0] https://trac.torproject.org/projects/tor/wiki/doc/Transparen...

                                                                                                                                                                                                                                            [1] https://news.ycombinator.com/item?id=495830

                                                                                                                                                                                                                                            [2] https://news.ycombinator.com/item?id=11278784

                                                                                                                                                                                                                                            [3] https://panopticlick.eff.org

                                                                                                                                                                                                                                            [4] https://blog.cloudflare.com/1111-warp-better-vpn/

                                                                                                                                                                                                                                            [5] https://news.ycombinator.com/item?id=19543085

                                                                                                                                                                                                                                            [6] https://guardianproject.info/apps/orbot/

                                                                                                                                                                                                                                            • GlitchMr 6 years ago
                                                                                                                                                                                                                                              > “Your IP is used for tracking and leaks private information. You should hide it.”

                                                                                                                                                                                                                                              There is a lot of marketing, agreed. However, those messages do serve a purpose - they make it clear you configured that particular VPN correctly and that it works.

                                                                                                                                                                                                                                              > IP addresses for user identification

                                                                                                                                                                                                                                              Yes, there are more factors than just IP. Clear cookies, use uBlock Origin and HTTPS Everywhere, and know you can be tracked anyways, especially if you log in to the sites you have ever used without a VPN. For stronger privacy protections, use Tor Browser over Tor - Tor is better in terms of privacy, but due to Tor being heavily abused, a lot of services outright block Tor IPs or put you into reCAPTCHA hell, so it's not really suitable for day-to-day browsing, unlike a VPN you can set up and leave it turned on all the time.

                                                                                                                                                                                                                                              > Location leaking

                                                                                                                                                                                                                                              It's not always the case that the IP provides inaccurate information. Out of curiosity, I disabled the VPN, and went to https://www.privateinternetaccess.com/pages/whats-my-ip/. The guessed location was within 120 meters of an actual location, on the same street, in a big city. Sure, it doesn't point to an actual building, but it is dangerously close.

                                                                                                                                                                                                                                              Just to be clear here, I don't use PIA as my VPN, they have a good demonstration of an issue however.

                                                                                                                                                                                                                                              > “Network Encryption”

                                                                                                                                                                                                                                              This is accurate. Part of why having HTTPS everywhere improves the security. Keep in mind however that SNI and the IP you are connecting to is not encrypted. This may change however soon (while you cannot really "encrypt" IP, a lot of websites are using services like Cloudflare, essentially preventing anyone on a path from guessing the website you are connecting to).

                                                                                                                                                                                                                                              > What about “DNS leakage”?

                                                                                                                                                                                                                                              The thing about DNS is that if you are using your ISP DNS while using a VPN, you are leaking an information about your ISP. To prevent DNS leaks, you should be using a DNS provider not provided by your ISP, and if you don't have any idea which DNS to pick, many VPNs provide their own DNS.

                                                                                                                                                                                                                                              > The “no logs” thing

                                                                                                                                                                                                                                              The article is arguing that paying with a payment card will leak your identity. This is true. Pay with cash, gift cards, or cryptocurrency (although this is a complicated subject, Bitcoin is tricky to pay privately with, I use Monero myself for VPN payments).

                                                                                                                                                                                                                                              About logging, this is a complicated subject. The answer is: you have to trust the VPN. Read the privacy policy to tell how serious they are about "not logging anything". Generally, avoid any VPN that over-promises what it can do, a VPN is not "100% effective" whatever that means. Look out for conflicting messages in privacy policy, anything that goes "we don't log" and then later "except we log" should be avoided.

                                                                                                                                                                                                                                              As for trusting your ISP - look, most ISPs don't promise "not logging", and in fact, where I live, they have an obligation to log.

                                                                                                                                                                                                                                              In the end, don't rely on "no log" policy. It should be here, but assume the VPN is actually logging.

                                                                                                                                                                                                                                              > Using a VPN does not make you anonymous.

                                                                                                                                                                                                                                              Yes. If you violate the law, unless you are really careful, the law enforcement will find you. The police may be able to ask Google to provide details of an e-mail account using this IP address (from your VPN). VPN will however protect you people finding your IP address, contacting your ISP claiming to be a copyright owner needing user's details for a lawsuit - most ISPs will just give the details with this simple attack, and it doesn't matter whether you have downloaded or not, "no logs" VPNs won't.

                                                                                                                                                                                                                                              In short, a VPN won't magically protect your address if you send it over the Internet. It cannot do that.

                                                                                                                                                                                                                                              > Security issues in VPNs and their clients

                                                                                                                                                                                                                                              Yes. All software can have vulnerabilities, this is nothing new. To improve your security, don't use the official VPN client but use an OpenVPN/WireGuard configuration file - if a VPN doesn't provide it, then don't use it.

                                                                                                                                                                                                                                              > VPNs are a central point for attackers

                                                                                                                                                                                                                                              So is your ISP. All software can have vulnerabilities.

                                                                                                                                                                                                                                              • 6 years ago
                                                                                                                                                                                                                                                • kalalala024 6 years ago
                                                                                                                                                                                                                                                  Watch Game of Thrones Season 8 from Anywhere with a VPN

                                                                                                                                                                                                                                                  http://www.gotfinal.com/

                                                                                                                                                                                                                                                  • dosy 6 years ago
                                                                                                                                                                                                                                                    aside: bandwidth is super expensive in all cloud services, how do VPN make money?
                                                                                                                                                                                                                                                    • profmonocle 6 years ago
                                                                                                                                                                                                                                                      Cloud services aren’t the only way to run a server. They could just set up servers in a collocation facility and pay for bandwidth by the Mb/s.