Who Owns, Operates, and Develops Your VPN Matters

159 sdsantos 140 9/3/2025, 4:51:05 PM opentech.fund ↗

Comments (140)

fujigawa · 7h ago
Commercial VPNs will go down as one of the greatest money-making schemes of the last decade. Outside of a few specific use cases their sales often rely on leveraging non-technical users' fear of what they don't fully understand.

I have non-technical friends and relatives that have fully bought into this and when I asked why they use a VPN I got non-specific answers like "you need it for security", "to prevent identity theft", or my personal favorite: "to protect my bank accounts".

Not a single person has said "I pay to route my traffic through an unknown intermediary to obscure its origin" or "I installed new root certificates to increase my security."

davepeck · 7h ago
Long ago, in the era of Firesheep and exploding prevalence of coffee-shop Wi-Fi, consumer VPN services were definitely valuable.

But that was long ago. Now, HTTPS is the norm. The only use cases for consumer VPNs today seem to be (1) "pretend I'm in a different geography so I can stream that show I wanted to see" and (2) "torrent with slightly greater impunity".

I live in Seattle and Mullvad VPN seems to have bought approximately all of the ad space on public transit over the past couple months. Their messaging is all about "freeing the internet" and fighting the power. It's deeply silly and, I worry, probably quite good at attracting new customers who have no need for (or understanding of) VPNs whatsoever.

kfreds · 3h ago
The way I see it there's four use cases:

- protecting your privacy from your local ISP, WiFi, school, government etc

- protecting your privacy from some forms of online tracking

- circumventing censorship

- circumventing geographical restrictions

If you combine masking of your IP address with a web browser that protects you from various types of browser-based fingerprinting, you are more in control of your privacy online. You get to decide, to a greater extent, who you share very personal information with. That doesn't seem very silly.

(disclosure: I'm one of the deeply silly cofounders of Mullvad)

joecool1029 · 2h ago
There's a niche fifth reason. Roaming between upstreams while not having open TCP connections drop. I use multiple ISP's and on mullvad I can swap which wifi/ethernet I'm on and all my connections stay up since wireguard is stateless.
davepeck · 2h ago
Hi! Thanks for your deeply non-silly reply; it's nice to (virtually) meet a cofounder.

If you have time, I'd love to hear your thoughts on Mullvad's campaign here in Seattle.

For what it's worth, I suppose my perspective boils down to: the first three issues aren't issues here in town, or can be addressed in more direct ways (we have a wide choice of providers; 1st party browsers and services cover the gamut of tracking concerns; etc). Circumventing geographical restrictions is useful, but -- perhaps understandably! -- doesn't appear to be what Mullvad is advertising on the trains I ride.

dongcarl · 3h ago
Yup, when you're not using a VPN, even with encrypted DNS and HTTPS, you're still sending hostnames (e.g. wikileaks.org) over plaintext in TLS SNI for every HTTPS connection. I believe most firewall appliances now even prefer to use SNI for deep-packet-inspection since it's so reliable.
jkaplowitz · 6h ago
Also (3) work around overbroad restrictions on public Wi-Fi, which still sometimes do things like block Reddit or HN or SSH. But I guess more typical consumers than those of us here are less likely to experience those obstacles.
atkailash · 4h ago
Times Square at one point was practically half full of Mullvad ads. I already distrusted it but the sheer amount of money they spent to do that made it shadier to me
jorvi · 2h ago
Mullvad is rather principled on privacy. You can't even make a real account, you can only generate an account number that you can charge, and I assume they do some sort of clever tricks to keep themselves as blind as possible to who uses the account number. Firefox Relay is also just whitelabeled Mullvad, so they have Mozilla's stamp of approval.

Of the big VPNs, the only one's that have ever felt shady to me are NordVPN and Private Internet Access. NordVPN because of the sheer amount of false advertising they pay YouTubers to do, and Private Internet Access because of how cheap they are and how poorly they maintain their infrastructure. Their .ovpn generated files haven't worked for 2+ years now because they include certificates with malformed revocation dates, and refuse to pay the certificate authority to update them.

ThrowMeAway1618 · 9m ago
>Mullvad is rather principled on privacy. You can't even make a real account, you can only generate an account number that you can charge, and I assume they do some sort of clever tricks to keep themselves as blind as possible to who uses the account number. Firefox Relay is also just whitelabeled Mullvad, so they have Mozilla's stamp of approval.

Yep. And I use the VPN connection (and/or TOR) to re-up my Mullvad VPN when I run low.

Mostly I use the VPN to protect my privacy when posting with a throwaway account here and/or other sites. And of course for torrenting.

What's more, I had some monero (XMR) left over from some other transactions, so I use that to pay for the VPN connection.

As such, unless Mullvad is storing the IP address from which I connect (and they claim they do not), it would be difficult (but not impossible -- I don't always use VPN when posting anonymously/throwaway -- that isn't a challenge!) to identify me through my VPN connections.

arielcostas · 3h ago
I feel like other VPNs sponsoring YouTubers or others to talk wonders about them while not really using their product makes me trust them less, especially if they are based in some opaque jurisdiction like NordVPN (Panama) or ExpressVPN (British Virgin Islands) among others
consumer451 · 4h ago
Might I ask, what made you distrust them prior to that?
ranger_danger · 3h ago
what constitutes just the right amount of advertising to make it not shady to you?
elondaits · 5h ago
What about a malicious DNS (on a public spoofed or hacked WiFi) that forwards you to a lookalike domain? Unfortunately many times public WiFi doesn’t work with Google’s or Cloudflare’s DNS servers (I think the Deutsche Bahn’s WiFi was such a case, if I remember correctly, but I know I came across a few on the last few years while traveling). I don’t think there’s anything protecting against that when you’re using a browser.

Sometimes circumstances force one to connect to a public WiFi (e.g. airports, where WiFi is always super dodgy).

raquuk · 5h ago
I don't think a malicous DNS Server can redirect your request to a domain that does not result in a certificate warning when using HTTPS.

With browsers adopting DoH, a public WiFi should not be able to interfere with DNS much.

hiatus · 5h ago
HSTS solves this to some extent. If you've visited the domain in the past (or the site operator submitted to the HSTS preload list), a different certificate presented would be flagged by your browser.
mr_mitm · 4h ago
Not a different certificate, but one signed by an untrusted authority. HSTS won't let you bypass it.

There used to be a Firefox addon that could warn you if the actual certificate changed, but it died with manifest addons.

arielcostas · 3h ago
It isn't too useful nowadays, is it? With most websites' certificates being from Let's Encrypt or similar CAs automated via ACME and up to 90-day certs; and this getting reduced in the future to only 47 days. Every month you'd need to accept any website's new certificate.

Also, does HSTS have something to do with the authority? AFAIK it only forces the browser to use HTTPS and never plain HTTP for that domain, but if you switch from a legit Let's Encrypt to a legit ZeroSSL cert, HSTS won't care about it; only the browser if you have a not-trusted certificate from another CA (or self-signed).

michaelt · 5h ago
Your better websites use "HSTS Preloading" to ensure users always get sent to the https version of the site - in which case even if the attacker redirected the DNS resolution, you'd just get an SSL error as the attacker wouldn't have a valid certificate.

Of course, an astonishing number of (even important, high-profile) websites don't bother with HSTS preloading ¯\_(ツ)_/¯

john01dav · 6h ago
What about (3) "bypass government censorship"? UK and China are examples of where this is desirable. This is different from (1) because it's broader than just streaming shows and is about authoritarian rather than capitalist restrictions.
eviks · 6h ago
Apparently, weaklings censor, so fighting them doesn't raise above the silly level
flumpcakes · 6h ago
I think the general discussion is conflating censorship with age restrictions. Lumping the UK with China is very disingenuous.

The UK law is stipulating adult content can only be viewed if you are provably over 18. They are putting all of that responsibility onto the websites/platforms to enforce that.

If a child goes to a shop and tries to buy a pornographic magazine and they are denied, is that censorship?

If a child tries to see an 18 film at the Cinema and is denied, is that censorship?

The fact is both of these were freely and easily done on the Internet as most websites do not verify a users age.

I do not like the online safety act as it is, but it is not "censorship".

aydyn · 5h ago
What about all the websites that either shut down or fully blocked the UK? Is that censorship?
verisimi · 5h ago
Do you feel safer now?
lr4444lr · 5h ago
That assumes that the user isn't connecting to a hotspot he doesn't know is compromised.
ghssds · 6h ago
(3) The fare aggregator that sold you a ticket to visit BFE conveniently also geoblock that very place.
some-guy · 7h ago
Mine is simple: avoid my ISP complaining about torrents.
ThatMedicIsASpy · 6h ago
Avoid my ISPs piss poor routing and peering - especially during peak times.
thisislife2 · 6h ago
My ISP is smarter - they just block all the torrent and streaming site I visit, and try to push me to upgrade to a plan with many streaming platforms bundled in it. Sucks for them, because I already subscribe to a few of them but still prefer torrent-ing to download videos to watch them offline whenever I want, without unnecessary time limits, in the video / audio quality I want, in the medium I want (TV, computer, mobile devices etc.), with the software (player) I like, without ads and other nags.
IlikeKitties · 7h ago
And shitposting here in germany has become slightly more dangerous. If you use a vpn to call your local politician an idiot, you are much less likely to get into legal trouble.
NoMoreNicksLeft · 6h ago
Here in the United States, I don't know that I could trust the vpn to protect me from that. I remember an incident from a few years ago, some idiot at Harvard emailed in a bomb threat to get out of finals. They arrested him only a few hours later. It's possible he misused the vpn, but I suspect that they merely contacted the vpn provider, got a shortlist of people going through that endpoint, and eliminated all of them not in Boston. Didn't require any Stuxnet-type fuckery or super-secret technology. Be careful and good luck.
jofla_net · 6h ago
I remember that, Schneier talked about it on his blog.

It was actually tor (the threat came from tor), and harvard 'found' him by constantly logging what connections were going to known tor entries from on campus. As it turns out he was one or possibly the only one using tor that morning from harvard.

Bruce outlines it that he certainly could have stayed tight-lipped (all evidence was circumstantial) but, nevertheless confessed as soon as they approached him.

sodality2 · 6h ago
Network traffic analysis/DPI strikes again. I wonder how many people think that their VPN usage obscures their identity, when the flow of traffic at certain times gives X% probability that this person visited the site based on the timing/size/speed/length of each TCP stream, increasing in confidence every repeated visit. Hell, how often will someone download a file of exactly 7060378032 bytes? It may not be damning evidence, but it'll surely put you under suspicion; sometimes that's all it takes.

I'm looking forward to when VPNs always throw up chaff traffic.

heavyset_go · 4h ago
It's not even that complicated, the list of Tor entry nodes is public, all they had to do is look in their logs for connections to those IP addresses coming from their network.
IlikeKitties · 5h ago
> I'm looking forward to when VPNs always throw up chaff traffic.

Mullvads DAITA (Defense Against AI-guided Traffic Analysis) is going into that direction[0] and Mullvad is one of the better providers. Tor also has some protections against this afaik and the upcoming nym vpn is also doing some traffic obfuscation [1]. But as the saying goes: Correlation Attacks are a bitch.

[0] https://mullvad.net/de/vpn/daita [1] https://nym.com/

IlikeKitties · 5h ago
Yeah, it's not gonna help you for that but for low level "crime" (and those "" do some heavy lifting) where the police basically asks providers for logs once and than give up you are fine with any of the more "trustworthy" (and those "" do some heavy lifting) vpn providers.

Correlation attacks are a bitch and i'm sure i'm on a shortlist already but calling a politician an idiot with a burner account made using a vpn should be fine.

nostrademons · 6h ago
Mine are:

1) I like Canadian shows in Netflix more than American

2) People in Silicon Valley get charged more on certain travel sites than people in Detroit.

giancarlostoro · 6h ago
> 2) People in Silicon Valley get charged more on certain travel sites than people in Detroit.

I wonder how this compares to Florida vs Detroit... Hmmm...

2OEH8eoCRo0 · 6h ago
Which provider? How do you forward ports?
timpera · 6h ago
Port forwarding is really easy with PIA's client. I had to switch to them because Mullvad doesn't offer port forwarding anymore unfortunately.
leptons · 6h ago
Damn! I was thinking about switching to Mullvad from PIA, but now I guess I won't.
freedomben · 6h ago
Yeah, PIA is great. You can even use regular wireguard with it if you don't want to use their client. Been a happy use for many years
gchamonlive · 5h ago
Being able to use wg-quick to create a tunnel is also something mullvad supports, just fyi
leptons · 5h ago
I'm a happy PIA user for many years, but I probably won't really trust any US-based VPN with what the Republicans are going to be doing in the next couple of years. They will absolutely destroy all privacy for the "save the children" boogeyman. A VPN not based in the US is the only workaround I can see, and that's if we're even allowed to use them.
NoMoreNicksLeft · 6h ago
Run docker and the haugene-transmission image if you don't want your wife complaining and asking why Facebook thinks she's visiting Romania.
spikej · 5h ago
Most non-technical people I know that have VPNs simply have it for streaming media from platforms that geo-restrict. It's a cat and mouse game as the provider bans servers/providers.
michaelt · 4h ago
> when I asked why they use a VPN I got non-specific answers like "you need it for security", "to prevent identity theft"

I always assumed that was like head shops selling water pipes for "tobacco smoking"

A fig leaf, to keep their business respectable and the credit card processors off their backs.

sequin · 2h ago
Making sensible choices requires thinking things through, and understanding what it really is that you are doing, or refrain from doing it. Experts are just as prone to neglecting this as novices. But expressing your misgivings about prevailing orthodoxies is an ungrateful undertaking as it tends to make people angry, and there is little honour to be had in getting vindicated.
oceanplexian · 4h ago
> I have non-technical friends and relatives that have fully bought into this and when I asked why they use a VPN I got non-specific answers

If you think they sell millions of subscriptions to "prevent identity theft" I have a bridge to sell you.

Your friends and relatives aren't going to tell you that they are using it for p0rn, online dating, to buy taboo things online, etc. That's the main use case for VPN software and that's why people are buying it. Doesn't matter if it works the perception that it works is more than enough.

giancarlostoro · 6h ago
I used to pay for IPredator because it allowed me to "port forward" without exposing my actual IP. Used to host minecraft servers for friends behind a Swedish IP. Also funnily enough, I could login to it on my college computers and bypass the college firewall.
aydyn · 5h ago
Are you sure they aren't just giving you a politically correct answer?

In my estimation the main reason people use VPNs is for pr*n and piracy and they may not want to just flat out admit it.

nobody9999 · 1m ago
[delayed]
tomrod · 7h ago
Commercial VPNs do indeed vaguely promise to protect your data, access, etc.

For those of us that are technical but unschooled, what resources would you recommend we learn from?

gardnr · 5h ago
The gist of the report summary is that VPN companies can be really shady. At the same time, these companies enjoy an undeserved implicit trust from the public.

Sending all our data through an untrusted intermediary is a bad idea. Installing software from an unknown company (that hijacks the machine's entire network stack) is not a good way to protect data.

It all really depends on what you are protecting against. For the average person wanting to protect data and avoid being tracked, setting up thoughtful DNS infra, and a basic firewall, is probably more effective than using a commercial VPN from your home network.

For public networks, it's probably safer to set up a VPN server on your home network and use that in case you need to connect to public wifi or some other potentially hostile network.

I'm not aware of any authoritative article on this topic but I generally share writings by Schneier. This one touches on the subject: https://www.schneier.com/blog/archives/2021/06/vpns-and-trus...

busterarm · 7h ago
You can operate your own VPN (algovpn, openvpn, etc). There's low utility to doing so, but it's fairly straightforward these days.

Or run Tailscale (and a self-hosted DERP relay).

jonny_eh · 6h ago
> You can operate your own VPN

On what infra? Can you trust that one? Doesn't that solution just move the problem down one level?

5f3cfa1a · 6h ago
The answer is always "maybe" until you bring your threat model to the table.

I use a VPN to watch IPTV & download torrents without my ISP sending me nasty letters. Mullvad is great for that.

I would trust it in conjunction with Tor to protect me from low-level crimes. I wouldn't run trust either it or Tor, alone or in combination, to run a marketplace the DEA would become interested in.

If your threat model is obscuring your home IP to hide your IP from above board HTTPS sites, a DIY VPN probably is great. If it's to do low level crime, a cheap VPN is probably enough. Anything else, good luck.

em-bee · 3h ago
a DYI VPN may hide my home IP but it does not hide my identity unless the server i route through is not owned by me. also any server that i can use is likely blocked by wikipedia, youtube, reddit, and others because they detect and block hosting services.
busterarm · 6h ago
This.

Between the parent and the other one, it's almost like I specifically pointed out the limited utility of this approach and all of the Well Acktshually posters had to spell it out anyway.

I was responding to someone who said they were technical, so it should be assumed they can work this all out for themselves.

tomrod · 5h ago
You provided some great breadcrumbs. I appreciate your responses.
martin_a · 7h ago
I did this for a while in combination with a PiHole setup on a small vultr.com package.

Utility in that was that the traffic of all devices was routed through a "PiHoled VPN", so very little advertisements came through...

giobox · 5h ago
A cheap VPS instance + DNS with adblock + self hosted VPN used to be great until around ~5 years ago, when a great many websites (especially streaming sites) just started blocking any IP range associated with a VPS provider. I've given up using VPSes as VPN exit nodes now.
doublerabbit · 6h ago
The caveat with this is you're going to encounter every Cloudflare capture possible.
NoMoreNicksLeft · 6h ago
I was a Suddenlink cable internet customer, and they threatened to reveal my identifying information to copyright trolls. The $4/month was cheaper than a court judgement against me or the $250/month+ it'd cost to subscribe to all the various streaming services and premium cable channels (magazine/books/music/movies is probably closer to $4000/month in retail price tags). Last week I thought to myself "what if I downloaded the entire Book-of-the-Month-Club since 1924?"

VPNs work. I never got another single nasty letter from Suddenstink.

A few months back, I sat down for a week with a free trial of an obscure webapp, downloaded all of their data and formatted it into json via the javascript console, and pirated by first webapp. Since it's not making xhr calls constantly, it's even snappier than the official one. I'm inventing new piracy methodology. Some of us are more dedicated than the rest of you.

zoklet-enjoyer · 6h ago
I use a VPN to access crypto apps that I'm geoblocked from
cyanydeez · 4h ago
ok, but lets be honest: would they really tell you they're using it to make sure the government doesn't know they're a furry?
immibis · 5h ago
I pay to route my traffic through a barely known intermediary to obscure its origin. It all depends on your threat model for that traffic. If the traffic itself is not sensitive (or already encrypted) but you want to obscure the origin from the destination, or the destination from your ISP, it works.
zoeysmithe · 6h ago
This is my feeling too. I also don't think these people realize how none of these groups can refuse a subpoena so the scenario of "the government coming after me," doesn't get addressed either.

Worse, some of these are tied to foreign nation state intelligence, who are now analyzing your data when before they couldn't because they didnt have a relationship with your ISP. Domestically, I wouldnt be surprised if all of this data from US owned VPNs is shipped to the NSA or other groups and analyzed. After the Snowden reveals its hard to really see this stuff as conspiracy anymore.

Weird technical issues happen because a lot of services don't keep vpn's in mind. I saw a lot of people were having issues connecting to multiplayer game servers. The vpn provider broke something, maybe it was on a blacklisted IP, maybe increased latency, maybe the IP is in the wrong region and people are connecting to a NA server but are in LATAM, etc.

I really dont know the use case for a vpn, not to mention advertising snooping happens on the application level anyway. Its javascript running on my browser and html5 and heaven knows what else analyzing me for ads, not "what IP did you connect from."

Lastly, there are privacy tools like onion and running a browser with no js active. These vpn types dont do that. They're actually not getting the privacy and security they want because tor is slow and a no-js firefox is unfun. So this weird cargo cult of VPNs has appeared, similar to stuff like "disable UAC" and other "computer enthusiast" knowledge you see in gamer or low information forums. Its the blind leading the blind here and these capitalist opportunists absolutely are taking advantage of that. "I'm safe I have a vpn," is a normal thing to say even though its almost entirely wrong.

The only practical use case I can think of is torrents where the legal and political will to subpoena a vpn provider is low, so its this weird loophole where you can torrent but your ISP will never be informed. For now I suppose until the IP holders think the legal fees are worth it or get a law passed to sidestep subpeonas.

TGower · 6h ago
Many major VPN providers claim to keep no logs, and some have had third party audits supporting that claim. Subpeonas don't do anything if the company doesn't keep logs.
stackskipton · 4h ago
I also wouldn’t trust VPN provider standing up to the pressure of really angry Western government. If Mullivad gets US FISA warrant followed by threat to destroy their ability gain access to US payments, they are going to flip logging for you on so fast.
heavyset_go · 4h ago
Third party auditors aren't going to be allowed into Room 641A.

Courts can order providers to keep logs on certain users. Wiretapping laws also allow for it. And all of that goes out the window if the government decides there's a threat to national security.

5f3cfa1a · 5h ago
I suspect every single VPN, including the ones who claim to not log, maintains or exposes enough information for a dedicated adversary to make a convincing case if they want. I give a little extra credit to Mullvad simply because I can put cash in the mail, but even then if a significant adversary wants to know you are connecting, they will.

> Domestically, I wouldnt be surprised if all of this data from US owned VPNs is shipped to the NSA or other groups and analyzed. After the Snowden reveals its hard to really see this stuff as conspiracy anymore.

Even the "friendly" international ones aren't in the clear. Sweden isn't in FVEY, but they're in Fourteen Eyes. And we know from the XKeyscore leaks that the NSA hoovers up metadata like there's no tomorrow. I'd bet my house that anyone who connects to a commercial VPN or _especially_ to Tor lights up like a Christmas tree on the NSAs board – so they might not know for sure what you're doing, but they know you are possibly doing something.

Apple's Private Relay is probably the best chance to actually blend in, but estimates are 1-2% usage for "average users" and 3-5% for Wikimedia editors who I'd assume to have a technical slant. That's an order of magnitude too low for a crowd to exist to blend into, and with two friendly US entities on both sides of the privacy equation, I wouldn't rely on it to stand up against significant scrutiny.

> The only practical use case I can think of is torrents where the legal and political will to subpoena a vpn provider is low, so its this weird loophole where you can torrent but your ISP will never be informed. For now I suppose until the IP holders think the legal fees are worth it or get a law passed to sidestep subpeonas.

My analysis tends towards this: there's a gradient of behavior that is "tolerated" at each step. If you want to torrent, a cheap VPN is tolerated and your crimes will be overlooked... because it's far better to catch serious criminals through that VPN. If you want to buy LSD from a dark web site, Tor lets your crimes be overlooked, because the big fish are the sellers. If you want to commit a significant crime, TLAs know everything about you already and the DEA/HSI/FBI/USPIS/IRS-CI or your local equivalents are ready to parallel construct your ass to the wall when you become noticeable enough.

But maybe I'm not as pessimistic as you – the vast majority of people aren't at the far end of the spectrum, so if you want to infringe copyrights, $60 to Mullvad for a year is what you want.

aborsy · 6h ago
Do people here trust their ISPs more than their VPN providers? That’s the question!

On the other hand, as far as privacy from the end point is concerned, users can be identified regardless of IP addresses. Visit fingerprint.com, you will get an identifier, then connect to a privacy VPN and change servers once in a while. The website will identify you, tell you are the same user visited last week from such location, and the number of times you visited.

Browsers (except Tor) send so much data that accurate identification is possible without IP address. And services could refuse to work if users don’t provide the required information, although that info could be randomized.

Refreeze5224 · 3h ago
I absolutely trust VPNs like Mullvad and iVPN more than my ISP. It's a major reason I use a VPN.
kfreds · 3h ago
Thank you!
adiabatichottub · 6h ago
I'm more worried about all the sites that require my phone number under the auspices of two-factor authentication. It's probably the most trackable bit of personally-identifying information these days.
thisislife2 · 5h ago
I do trust my ISP more than any foreign VPN service providers because I have the option to take my ISP to court if they violate my rights. I stopped caring about anonymity on political subjects when I realised not being anonymous made me more civil online, and more mindful of what I want to talk about. (Ofcourse, I can think like this because I have the privilege of living a democracy).
immibis · 5h ago
If you lived in a place like Germany or the UK, you could get arrested for posting online that you don't like what Israel is doing in Gaza or that you think Elon Musk is a Nazi (among other things you could get arrested for saying). In this case, routing your traffic through an unknown intermediary makes sense.

You said you have to be mindful of what you say and how you say it, in order to comply with the law. In other words, your legitimate speech is being chilled. Why do you think that's okay?

thisislife2 · 4h ago
I do say many critical things about my political leaders and government policies, online. But, like I said, I am more mindful of what I say and how I say it (e.g. I often quote such things from a news source / media). (People in Germany and UK can do so too - just understand the law and quote DW, BBC, DailyMail etc., all of whom have mentioned something about the Gaza genocide or Elon Musk's Nazi like behaviour, at some point). If the government wants to come after you, they will. You have to have faith in your democracy and the courts. If you are losing faith in your democratic setup, be prepared to mobilise people with some political party (or start one) and fight for your rights - it will have more lasting political impact than any anonymous post you make online.
sneak · 3h ago
I use a VPN because it does NAT and shared public IP. My residential connection’s public IP and timestamp uniquely identifies my physical residence.

Also ISPs are shady and will sniff your DNS and SNI and they know your name, address, and phone number, and will sell it all as a bundle.

unethical_ban · 5h ago
Damn, I thought incognito at least did some obfuscation.

https://coveryourtracks.eff.org

I had no idea about "Canvas fingerprinting" or that my browser tells sites how many CPUs I have installed.

tetris11 · 7h ago
MullvadVPN seem to be pretty decent at the moment, but it looks like they're laying down a worldwide VPN infrastructure of sorts that other VPN companies can rent (similar to phone networks)

This makes me feel a little uneasy of their unstated longterm goals (corner the entire market), but I do think they are the most trustworthy out there right now

kfreds · 3h ago
We have a few partners who use our infrastructure (e.g. Mozilla), but we're not trying to dominate as a white-label solution. In fact, we've said no to a few well-known brands who wanted to white-label our infrastructure.

As for our long term goals, take a look at our owner's directive: https://mullvad.net/en/blog/ownership-and-future-mullvad-vpn

We want to make online mass surveillance and censorship ineffective. Mullvad is political action through entrepreneurship. We're reinvesting a lot of our profit into open-source software and hardware projects that benefit both Mullvad and the wider community.

I really don't want us to "corner the entire market" because that would make us a single point of failure. I would like to think that our hard work help push the market to keep improving.

tetris11 · 3h ago
I really like the "to plant trees in the shade of which we will never sit" statement. My pessimism only comes from watching trusted giants like Google and Cloudflare turn into critical infrastructure that in turn dictates the web.

May you continue to be the beacon of trustworthiness and hope that we all need right now

timpera · 6h ago
I think Mullvad's market share is still pretty low compared to NordVPN, which actually cornered the market thanks to their suspiciously large advertising budget.
Quarrelsome · 5h ago
and egregious marketing material. I think they're the ones who pushed the whole "its about security". I remember Tom Scott turning them down a lot because they wanted him to say that for the $$$ and he refused. Eventually I think they backed down and he got paid and did an ad for them without saying how it "improves security".
pydry · 6h ago
Of the two im more suspicious that NordVPN is a CIA honeypot in the style of Crypto AG.
giobox · 5h ago
I also think this is the scandal waiting to emerge in this space; with what we know from Snowden/CryptoAG/Encrypted message app sting operations etc it is borderline impossible for me to believe not one of the major players is owned by a State level intelligence service.
anon191928 · 5h ago
they probably learned from past and this time it will not be publicly known. so that's another option
chollida1 · 5h ago
Based on what? They seem to be one of the reputable players in the industry.
mft_ · 4h ago
I'm a happy Mullvad customer for years now, except a lot of their IPs seem to have been flagged (presumably due to scraping or similar) meaning that some sites are close to unusable when behind the VPN. Reddit is a prime example.

(I read somewhere a while back that they don't refresh their IPs (unlike some other VPNs?) but I have no special insight into this.)

dongcarl · 4h ago
I'm surprised no one has mentioned iCloud Relay-style Multi-Party Relays yet: https://www.privacyguides.org/articles/2024/11/17/where-are-...

It greatly improves on the existing VPN trust model by separating the "who" (connecting IP, potential payment info, etc.), from the "what" (IP traffic). You no longer have a trust a single entity not being malicious or compromised.

Disclaimer: I run obscura.net, which does exactly this with Mullvad (our partner) as the Exit Hop.

1vuio0pswjnm7 · 1h ago
Interesting how the top comments in this thread ignore the effect of VPNs on surveillance and data collection for the benefit of online advertising, i.e., the stuff that so-called "tech" companies rely on as a "business model"

Must be that these so-called "tech" companies have no problem figuring out who is the ad target behind each VPN IP address, fingerprinting them and tracking their online behaviour acrosss every computer they use

TIL VPNs actually have _no impact_ on the data collection and ad services "business model"

tashian · 6h ago
The notion of "zero trust" shouldn't just mean corporations not having to inherently trust users and networks. It should also mean users not having to inherently trust corporations.

VPN providers all run the same two or three VPN protocols, all with similar security guarantees and privacy limitations.

I've been playing with MASQUE relays over the last year. Apple's iCloud Private Relay is a MASQUE relay (two, actually). MASQUE can offer genuine privacy improvements via traffic separation, preventing any single party from correlating the traffic source and destination.

Some of the privacy concerns of VPN users can be mitigated with better technology. And relays are built into Apple operating systems today. I'm surprised that they aren't very widely deployed yet.

chneu · 3h ago
I have no idea why people, especially in the United States, trust companies so much. I bump elbows with a lot of different crowds(rural, urban, conservative, liberal, etc) so I have a pretty decent sample size and without fail most people trust companies waaaay too much. Then they're shocked when a company lets them down because the company could make more money.

Stop trusting companies. They only care about 3 month profits.

vincnetas · 6h ago
How realistic is possibility that some VPN providers use clients (computers of person who installed VPN) to just be able to crawl (or rent crawl infra) sites and make it look like regular residential traffic? (This is speculation i heard somewhere)

Like reverse VPN :) on one side makes client look like he's accessing internet from VPN exit location, and on the other end allowing for money someone to pretend that he's a residential client.

stordoff · 5h ago
There are various services that do this, e.g. BrightData:

> Bright Data is the World’s Largest Residential Proxy IP Network providing companies the ability to emulate a real user in any country, city or carrier (ASN) in the world. [...] Bright Data has an SDK (software development kit) that is implemented into applications. Bright SDK provides an attractive alternative to advertisements by providing the app user with the choice to opt-in to Bright Data’s network instead. For every user that opts-in to the Bright Data network, Bright Data pays a monthly fee to the application vendor, who passes that value on to the user by not displaying ads.

I haven't heard of any of the VPN providers doing this, but it wouldn't really surprise me.

nostrademons · 6h ago
This isn’t VPN providers per se - most want to be able to control their own exit nodes.

There are however a fair number of commercial proxies that do exactly that, sometimes via consumer malware. I know several startup founders who have used them as a way to scrape lots of data and not get banned. Usually the interface they provide to the customer is just a normal SaaS “pay us money and give us a list of URLs and we will give you the page content”, and the interface they provide to the end user is a game or marginally useful utility, and nobody but the company realizes they’re doing something dodgy.

kube-system · 6h ago
There are a number of "free" VPN providers that have been documented to do this, if you search you should find some articles about it.
immibis · 5h ago
There are also apps that purport to pay you up to a dollar a gigabyte (no joke) for proxying traffic.

And it's not even illegal, not even shady. I see nothing wrong with getting paid to help big companies compete with/destroy each other.

As a bonus you help rid the world of Cloudflare. Cloudflare serves more captchas to ISPs with more proxies. When every ISP is captcha'd, every user will hate Cloudflare.

It's not a get rich quick scheme - there's low demand for proxying at that kind of price.

I'm not going to shill specific companies, so just Google 'get paid to share mobile data' or something.

anon191928 · 5h ago
any examples about this? really interesting
try_the_bass · 6h ago
My pet theory for a while now has been that all of the biggest VPNs are secretly run by the NSA or other equivalent nation-state organizations.
arewethereyeta · 5h ago
Or worse, as the article points out,
can16358p · 7h ago
I'd love to know how many people use VPNs because of "fear of being hacked" (hack covering everything non tech-savvy here).

Almost everyone I know use VPNs only to bypass restrictions, not for fear or privacy.

arewethereyeta · 6h ago
That's why we sell only the service [1] and point our users to the default app install (Wireguard in our case). Ever since Holla VPN and the entire Brightdata/Luminati clusterf~ VPNs are a risky business for users. Most of them are proxy nodes underneath, they rent you datacenter IPs while they sell your residential internet to third parties.

[1] https://www.anonymous-proxies.net/products/

timpera · 6h ago
Do you have a source that shows that popular VPN providers such as Mullvad or NordVPN actually sell your residential internet to third parties? That's a bold claim, but pretty scary if true.
arewethereyeta · 5h ago
yes, search for NordVPN vs Luminatti (guys behind Holla VPN) scandal: "nordvpn luminati lawsuit patent". Basically Luminatti, now known as bright data, reached out to NordVPN in order to utilise their user's internet as residential proxy nodes. NordVPN thought otherwise and created their own network instead (Oxylabs if I'm not mistaken). They are still in patent wars I believe.

I don't know anything bad about Mullvad! That being said I, as a small business owner in this space, will not use any of them, ever. I know it sounds like a "yeah right" because I sell the services but I know better.

kelnos · 3h ago
> I don't know anything bad about Mullvad!

Is it even possible for them to do something like this for people who just use the OpenVPN/Wireguard configs and don't install an app?

yjftsjthsd-h · 3h ago
> That being said I, as a small business owner in this space, will not use any of them, ever. I know it sounds like a "yeah right" because I sell the services but I know better.

If you weren't you, would you trust your service?

rpcope1 · 5h ago
I mean can they really even if you're using off the shelf client software like plain OpenVPN?
arewethereyeta · 5h ago
maybe, harder tho and they will refuse to do so because that client install is close to malware on some providers. That's why we only hand out the config and instruct the user to install the official app.
mzajc · 6h ago
> We offer highly secure, /.../Residential /.../ Proxies.

Where do you get residential proxies? I ask because I'm always reminded of https://sponsor.ajay.app/emails/.

arewethereyeta · 6h ago
Our residentials are actually dedicated which are advertised as residentials by the provider. Sort of a mix where you get speed and stability as opposed to real residentials which are known to barely hold a connection sometimes. We also tried subrenting some real residentials but we will probably close that service since it brings nothing but pain due to unreliability. We're more focused now on privacy oriented services or anti censorship ones. Working atm on bringing Amnezia Wireguard up, we launched Trojan proxies earlier this year also.
ranger_danger · 3h ago
brightdata but it will cost several hundred USD per month
username135 · 6h ago
Ive been a proton supporter since email. I like theor product suite. I use a vpn for all the reasons listed here, but mostly for obfuscating my traffic (and torrenting).
OutOfHere · 6h ago
Their email UI is extremely clunky and unrefined, both on the desktop and on the app. When I delete a message in the app, it just stays there in the folder. When I empty spam in the desktop, its count doesn't update. It's like they don't use their own product.

Also, relying on its VPN for illegal activities is incredibly foolish since they log your IP and probably have your payment info.

mlhpdx · 6h ago
I’ve been keen to point out there is more utility in the technology underlying VPNs than the VPN functionality itself. The WireGuard handshake and transport encryption are lightweight and secure and I added support for it to my service as an option to secure data in flight. It’s getting used by developers and enterprises, not consumers.

IPSec perhaps less so since it is more complicated and open to insecure configurations (transport mode).

CGMthrowaway · 7h ago
What is this list that doesnt include NordVPN and ExpressVPN?
arewethereyeta · 6h ago
A list made by NordVPN or ExpressVPN
akaksbsb · 6h ago
> ExpressVPN

You mean the one owned by an Israeli billionaire? Hopefully they don’t find a way to make your monitor remotely explode.

Terr_ · 7h ago
I'd like to point out that a regime may find it worthwhile to compromise more kinds/sizes of VPNs than we might expect.

The evil regime doesn't need to have a popular evil VPN that everybody uses... it may be enough to operate (or hack) a smaller VPN which can unmask enough dissidents that their friend-groups can be found by other means.

01HNNWZ0MV43FF · 6h ago
That threat model for Signal worries me.

If I was the US government, I'd push Google Play to offer compromised updates of Signal silently to a few people I was interested in. Even among the highly-technical, who is going to be inspecting binaries installed on a phone regularly?

Does Signal even have reproducible builds? How do I know the code matches the binary?

I'd make my own messenger.... but I don't have the money for that at all.

I wish these risks could be split up and handled separately - Suppose I run a private dark network for me and my friends, and then the GUI for chatting over it runs in a sandbox where it can only message servers that I control, using public/private keys that I control.

Conflating a million lines of Java GUI code with "Noise is a simple and secure protocol" seems like a big attack surface.

jihadjihad · 4h ago
I've been happy with AirVPN, curious to hear how others feel about them. Pretty reliable and seems good enough for my purposes, at least.
John23832 · 6h ago
I use tailscale with an exit node. I just need location control. Wireguard gives me that.
_zoltan_ · 5h ago
Wireguard doesn't give you exit nodes, it's just the encrypted L3 stack.

Whomever is responsible for your exit nodes actually gives you this functionality.

If it's tailscale itself then they use mullvad nodes as exit nodes which I welcome very much.

John23832 · 3h ago
> Wireguard doesn't give you exit nodes, it's just the encrypted L3 stack.

That's why I said tailscale lol. But I understand, I guess I said it in a confusing manner.

> If it's tailscale itself then they use mullvad nodes as exit nodes which I welcome very much.

You can also set on of your devices as an exit node for your Tailscale network. Kind of cool.

leakycap · 7h ago
With online development responsibilities, I don't find VPNs to be compatible with what I do all day.

That said, the few implementations I have test before seemed leaky and not as useful as they claim.

nullc · 2h ago
I don't know why anyone wouldn't assume that any VPN service is run by an intelligence service, potentially one hostile to you, or organized crime.

Consider-- people bring their traffic to you to monitor, and particularly people who are trying to conceal their identity or activities. They pay you for this, which means that if you get collateral benefit you can run at a small loss and undercut any legitimate players (if there are any!) or run levels of advertising that a legitimate business couldn't sustain. -- while its simultaneously one of the most cost effective surveillance plays you could imagine, since it's still primarily funded by the victims.

VPN services also have good deniability for their surveillance. Although (maybe!) your ISP can't surveil the VPNed traffic the VPN provider's ISP can as well as your counterparties ISP (and any other parties brought into the mix by things like third party content). And like any other electronic surveillance, parallel construction can be highly effective.

They can also be stood up by anyone, you can run any number of services. They don't require extremely extensive physical infrastructure, investment, large numbers of employees like running an ISP. You can even target particular actors or populations by using targeted advertising, though it's still most effective as a data hoovering operation.

Particularly for the intelligence actors they also have the benefit that issues like getting harassed by the state are among the complications of this business, but that is potentially less of an issue if you are the state.

And if there were an actually honest provider, they'd be a prime target for infiltration... all that interesting traffic in one place.

farceSpherule · 5h ago
preaching5271 · 5h ago
95% of VPN companies are owned by Mossad
bhouston · 4h ago
Are you referring to the cluster of VPNs owned by Israeli tech magnate Teddy Sagi?

CyberGhost, Private Internet Access (PIA), ZenMate, ExpressVPN, and Intego

idiotsecant · 6h ago
I don't use a VPN for anything that would get me in the cross hairs of a nation-state. I use it to trade crypto outside my jurisdiction, make sure my ISP doesn't get torrenting complaints, obscure my traffic from wifi networks I don't trust, that sort of thing. None of these things have enough money or power behind them that peeling away the VPN is worth it, so it's good enough.
rsynnott · 6h ago
> Yolo Technology Limited

I mean, this seems like the company name equivalent of the yellow and black stripes on a wasp. It is a _warning_.

toofy · 6h ago
i’m not sure what this list is, why investigate vpn companies yet dont even look at nordvpn, pia, express, or others that are wildly popular yet still shady af with their real world origins?

i mean, those companies are so popular they’re almost normie household names. the couple i looked at from the papers list have a small fraction of downloads compared to the above.

i agree that we absolutely need a deeper dive and a lot more transparency on who owns these companies but i’m curious why they chose to avoid the elephants in the room.

rasengan · 6h ago
Shameless plug: VP.NET [1] runs in a trusted execution environment (enclave) so you can verify it is doing what it is supposed to do and not anything else!

[1] https://vp.net/l/en-US/blog/Don%27t-Trust-Verify

immibis · 5h ago
Shameless antiplug: It's owned by the guy who destroyed freenode and the other guy who stole $2.4 trillion in bitcoins a decade ago. I'm serious.
ranger_danger · 3h ago
no you can't... you can verify what something is doing, but there's no guarantee it's the same code routing your VPN requests, or that nothing else on the network/server is listening/forwarding your traffic elsewhere.
rasengan · 52m ago
You can since the enclave attests to what is running!

This is also coupled with the crypto and NAT occuring in-enclave with various timing/obfuscations. It's verifiably private.

ivape · 6h ago
VPNs don’t really stop fingerprinting techniques, if anyone is using it for that.
farceSpherule · 7h ago
You get what you pay for...
leakycap · 7h ago
I don't think a high price in the VPN market is a reliable indicator of "getting something better"

VPN companies often overpackage their offerings and overcharge -- this truism doesn't apply when shopping for VPNs.