Earlier quoted context omitted.
> I wonder when that sort of thing will become a criminal offence. If they have EU customers then article 33 of GDPR should see to that. "In the case of a personal data breach, the controller shall without undue delay and, where feasible, not later than 72 hours after having become aware of it, notify the personal data breach to the supervisory authority competent in accordance with Article 55, unless the personal da…
They could argue that they don't have proof that the exposed private key led to a personal data breach.
NordVPN confirms it was hacked
231–240 of 666 posts
Re: NordVPN confirms it was hacked
#232Earlier quoted context omitted.
They did already: https://nordvpn.com/blog/official-response-datacenter-breach...
Regular people who are NordVPN’s customers can’t possibly understand that. A highly technical explanation is not good enough. They need to put out a statement that explains clearly and concisely what this means for their users, something that all people can understand.
Not sure what you're asking for? If someone doesn't understand that, then they probably aren't using a VPN.
Re: NordVPN confirms it was hacked
#233Earlier quoted context omitted.
Buy a $5/month VPS and run your own VPN on that (popular setup script: https://github.com/StreisandEffect/streisand ). It'll cost you a little bit of time in setup and maintenance (mostly just upgrading packages), but it has many benefits: - Cheaper than most VPN providers - You won't be using a known VPN IP - VPN providers are more likely to snoop on your traffic or be targeted by snoopers (such as the government),…
But then your security rests on your ability to manage a server. I mostly agree with you, but, I don't run one because I'm not a seasoned Ops. At least, not enough that I want to put my security on the line. In all but the most hostile networks I trust another VPN or my ISP more than I trust my ability to keep a server secure. Thoughts?
I wouldn't necessarily recommend it to random non-technical people, but I figure most HN users could figure it out.
Re: NordVPN confirms it was hacked
#234Earlier quoted context omitted.
The browser (as should your email client) appears to have rejected those certs.
ok, so they have been rejected. Now what? I still would like to read my email... which is where VPN's come in handy.
If you're using something like NordVPN, you're just swapping one shady outfit for another. Worse, in many cases.
Might be better to just wait until you land.
Re: NordVPN confirms it was hacked
#235Earlier quoted context omitted.
But then your security rests on your ability to manage a server. I mostly agree with you, but, I don't run one because I'm not a seasoned Ops. At least, not enough that I want to put my security on the line. In all but the most hostile networks I trust another VPN or my ISP more than I trust my ability to keep a server secure. Thoughts?
Some thoughts: 1. You have to keep two ports locked down. If you can secure your own laptop, you can secure a cloud instance. The cloud instance you're basically just using as a proxy is a lot less important than what's on your phone or computer. 2. Only you are using the system, and you're not logging. Have an issue? Tear it down and start another. Automated scripts out there generate unique keys every time. 3. A co…
That's what NordVPN thought as well
Re: NordVPN confirms it was hacked
#236Earlier quoted context omitted.
Yeah, that sounds like flagrant incompetence
Calling it incompetence lets them off the hook I think. This was a deliberate choice to keep customers in the dark, which is worse IMO.
Re: NordVPN confirms it was hacked
#237This is always topical: Don't use VPN Services https://gist.github.com/joepie91/5a9909939e6ce7d09e29
It absolutely ignores government's censorship, though. I use NordVPN simply because I want to access resources that would be otherwise banned for me.
Re: NordVPN confirms it was hacked
#238Re: NordVPN confirms it was hacked
#239Earlier quoted context omitted.
What exactly can they be doing with your data other than selling a list of which DNS queries you make and which IP addresses you connect to? (Which the VPN provider can also do.)
They can do active attacks on you, as most people don't actively attempt to ban and absolutely block unencrypted connections (and there are also sometimes attacks on SSL stacks anyway); and like... SSL isn't really designed to protect the content of your connection anyway: due to size and timing attacks, people have deployed practical implementations of stuff like "figure out where I am looking at on Google Maps" and…
A VPN won't protect you from these sidechannel attacks.
Re: NordVPN confirms it was hacked
#240The interesting thing about OOB on most modern servers is that its a separate, physical NIC. Not only is that easily VLAN able, a more security conscious datacenter could even air-gap the out of band LAN!
On lower grade servers OOB is using main NIC. It's still possible (in all implementation I have seen, which is not too many) to have OOB in VLAN.
> a more security conscious datacenter could even air-gap the out of band LAN!
1. If you air-gap remote management, you take away it's function.
2. It's not possible to truly air-gap OOB if servers with OOB are not air-gapped (it's theoretically possible to use server to get into OOB network by exploiting/flashing custom OOB from OS).