Live data from Hacker News

UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

comparitech.com

141–150 of 240 posts

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#141
post #60

Earlier quoted context omitted.

> I never understood why people working in tech would ever trust a VPN service? It’s not that I trust them but I’d rather some random company across the world has my jerk off logs rather than my ISP who hands my habits to my government and all its favoured cohorts.

For all you know, your government is running that VPN you’re using

I believe they have a cute name for it. It's called 5-Eyes.

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#142

Unsecured Elasticsearch, once again. ( https://www.theregister.com/2020/07/17/ufo_vpn_database/ ) So ES has insecure defaults, I get that and it's been discussed to death. But who the heck, in this day and age, exposes clusters directly to internet traffic? I don't care what the defaults or security measures you have. DONT EXPOSE SERVERS. Place them inside a VPC, preferably a private one(in AWS parlance, behind a NAT…

It's usually not intentional. It's common to either assume by default it will listen on 127.0.0.1 and connect to it. With cloud VMs, people spin up a VM for non-public use but check the box that adds a public IP and forget it's there.

It's a design problem in my opinion. By default, listening on 0.0.0.0/0 should exclude loopback interfaces by the OS. That way, anything makig incorrect assumptions would fail and would require correction. Second, cloud firewall rules should imply deny all when "none" is selected. That way, having no protection is the same effort as adding at least one manual rule.

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#143
post #119

Earlier quoted context omitted.

I also use my AWS free tier EC2 + wireguard for hopping over geo-fences. It is free, and my traffic is encrypted from my device to the remote EC2 server.

I’ve tried that but all the content providers seemed to know I was using a VPN. Any tips?

Approximately: IP addresses are allocated to a network operator by the IANA via an ASN. Most large streaming services block non-residential ASNs at this point. Sometimes they miss one here and there. Your best bet is with smaller providers that operate using a less recognizable ASN. At this point even many non-streaming services block traffic from EC2, Azure, and other cloud providers just to cut down on bots.

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#144
post #18

Earlier quoted context omitted.

I have been using Mullvad for the last few years: https://mullvad.net/en/ I don't have much to base it on but they seem trustworthy, and I've seen them recommended here before.

I also use Mullvad and I pay by sending an anonymous envelope of cash to Sweden with a random number scribbled on a bit of paper. So far all of the cash I’ve sent has been added to my accounts. There’s obviously no way to know whether they follow through on their no-log claim but my sense is they’re pretty trustworthy. At the very least the person who opens their mail is.

Mullvad also happens to be Firefox's choice of vpn provider.

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#146
VPN providers are just internet resellers with a side business of affiliate marketing other VPN providers comparing “privacy” claims and acting unbiased

I’m amazed at the smart people that fall for that

The best test are court cases where investigators were stonewalled by a particular VPN provider

If you dont want the US knowing something but dont mind China knowing something, Express VPN got you

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#147
post #108

Earlier quoted context omitted.

Why would I assure myself that Tor is safe either? Do we know for a fact that government agencies don't control the majority of the egress points?

> Do we know for a fact This always has been and always will be the security rabbit hole. (Well, one of them.) How do you define "know for a fact"? Even if you personally know a person managing an egress node, how do you know they aren't operating on behalf of someone else?

Saw an article a while back (years) saying NSA/FBI is able to track TOR connections and won’t say how even if it means they’d forfeit some cases.. anyone remember this?

Edit to add: Also, it’s public knowledge that TOR is funded by the DoD, it seems extremely feasible that they privately control a sizable chunk of nodes. Based on what I know of American 3 letter agencies, I don’t think one could resist designing a “secure” system only they can listen in on.

I consider TOR a very secure messaging channel between you, the other party, and the American government (metadata only, but that’s really not too big of a limitation in this case).

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#148

Earlier quoted context omitted.

That's actually not an entirely crazy idea if you're trying to hide from Western governments. Are you more worried about the Chinese government coming after you? Likewise, if someone in China is trying to hide from the Chinese government, it might not be a bad idea to use an USA based VPN. Maybe string up a bunch of VPNs in regions that are at least somewhat hostile to each other and it might be too hard to track an…

> That's actually not an entirely crazy idea if... Except that it gives them a direct avenue into your network for their own surveillance and other network attacks ... If you think comcast injecting their own JS into http pages is bad, wait you see what the d̶a̶r̶k̶ ̶a̶r̶m̶y̶ CPC could do with such power...

What's stopping any domestic TLAs from doing the same though?

Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]

#149
post #143

Earlier quoted context omitted.

I’ve tried that but all the content providers seemed to know I was using a VPN. Any tips?

Approximately: IP addresses are allocated to a network operator by the IANA via an ASN. Most large streaming services block non-residential ASNs at this point. Sometimes they miss one here and there. Your best bet is with smaller providers that operate using a less recognizable ASN. At this point even many non-streaming services block traffic from EC2, Azure, and other cloud providers just to cut down on bots.

Yeah I tried AWS and Digital Ocean and they were blocked by Netflix which is really what I care about. A commercial VPN I use actually works for Netflix but only in 2 specific regions.
Post reply on HN