UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
151–160 of 240 posts
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#152Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#153Earlier quoted context omitted.
You can chain several unrelated VPN providers.
To elaborate on this a bit: * You only need two VPNs assuming you just want to protect against either of them linking your browsing history back to your identity and selling that information. * The second one must be paid for in a reasonably anonymous manner (ex Bitcoin) and only ever accessed via the first VPN in the chain. * You're fine to pay the first one in a more traditional manner. * The two providers must be…
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#154Earlier quoted context omitted.
The only standard you can really trust is when they actually get subpoenaed and don't have anything to give to the court. An example of this is Private Internet Access.
FoxyProxy posted one of their Secret Service subpoenas along with their reply. TLDR; they said they have nothing to give: https://blog.getfoxyproxy.org/2017/11/04/secret-service-subp... As for PrivateInternetAccesss / PIA, I would not trust them at all. No one knows who the founders and executives are. After speaking at length with an ex-employee of PIA who now maintains this open-source iOS VPN client, https://passe…
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#155Earlier quoted context omitted.
Piggybacking off of this, Private Internet Access (PIA) has actually had their no logging policy "proven in court" via this method multiple times. [1][2] Full disclosure: I work at PIA. [1] https://torrentfreak.com/vpn-providers-no-logging-claims-tes... [2] https://torrentfreak.com/private-internet-access-no-logging-...
I wouldn't trust PIA for anything. The whole company is shrouded in secrecy. After speaking at length with an ex-employee of PIA who now maintains this open-source iOS VPN client: https://passepartoutvpn.app/ many (most?) employees and contractors at PIA have no idea of the identify of their direct managers. Imagine working for a company and not knowing your manager's real name. Now imagine trusting that company with…
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#156Earlier quoted context omitted.
> 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]
#157Unsecured 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…
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#158Unsecured 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…
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#159Earlier quoted context omitted.
I second Mullvad also. They don't even have usernames, emails or passwords. All you use to log in is a random number for your account. Can't get much more anonymous than that. And they financially sponsor wireguard, have a bunch of wireguard servers. Can't recommend them enough.
I found Mullvad pitifully slow, even with Wireguard.
Re: UFO VPN claims zero-logs policy, leaks 20M user logs [resolved]
#160Unsecured 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…
I'm a huge fan of beginner tutorials that include security as a default, rather than having it as the thing you do last - and then commonly in actual project work all the development gets done against an insecure cluster in dev, then someone turns security on at the end, it all breaks and you now have a group of stressed-out people only incentivized to remove the thing that is now delaying the project at the very last moment. Makes for some easy mental gymnastics.