this post was submitted on 20 Sep 2023
737 points (99.3% liked)
Technology
59092 readers
6622 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can someone explain to me what this means? I’m technologically inept when it comes to privacy, slowly getting better day-by-day thanks to Lemmy.
What does “without any disks in use” mean?
https://mullvad.net/en/blog/2022/1/12/diskless-infrastructure-beta-system-transparency-stboot/
While mostly true, there are ways to preserve ram if the device is confiscated.
Your local PD likely couldn’t pull it off, but if one of the larger abbreviation agencies were to get involved, data on RAM isn’t a huge hurdle. Assuming no one flips the power switch, at least.
Yeah, freezing and dumping RAM is a well known attack, even happening at some airports with laptops. But it still requires very recently powered ram, basically still in operation before extraction. It's a big step toward security at least.
I guess it's going to stop any standard agencies with a warrant. Confiscating the machine for it to sit in a warehouse until some forensic techs get their hands on it.
There are devices that allow moving and confiscating computers without powering them off.
The rest are true.
That's assuming those computers weren't already powered off first.
Sure, but how often does that happen to servers running 24/7? They'd have to set up some sort of dead man's switch, movement sensors, or something. It's unlikely they'd get a day's notice that the servers are going to be confiscated for forensic analysis.
How long do you think it takes to broadcast a network wide shutdown command over the management network?
How long do you think would you have? Also, any manual action on your part would be obstruction, while an automated system could be defended as anti-theft protection.
I'm not an expert but I think : The site you visit only sees the VPNs info. Which is how you maintain some anonymity while browsing. However, if your VPN keeps logs, then you can still be tracked, just at a different place. Some say they don't keep logs, and you'd have to trust that.
RAM is considered volatile memory, so each time the server turns off, it loses all data. This is compared to disk (hard drives of whatever type) which retain memory even if the server turns off.
In theory, this ram only server prevents them from keeping logs (like which user went where) since the server wouldn't even have a place to store it.
Edit: lustrums post is more accurate and has info that this doesn't prevent logging per se, but could prevent accidental logging. I.e. they can't hire a forensic computer specialist to parse through operating system logs to try to find info they didn't otherwise log elsewhere.
A VPN just changes your IP, all your browser info is still visible to the website.
A normal computer is usually constantly writing little bits and pieces of data to disk. But data on the disk might accidentally remain on the disk even if it's not intended. Then that data could be read later by someone else who is spying on VPN users .
There's also a common assumption that data on disk storage may leave behind remnants even after it's been overwritten. (Magnetic disks may leave behind some magnetic signatures. Flash drives will stop using sectors that are worn out, potentially leaving data there.) And state actors like NSA might have some capability to recover this ghost data if they get a hold of the actual drives.
There's a general understanding that data on RAM is irrevocably destroyed within a short time after the device loses power. So attacks on RAM data have to occur in real time while the data is in use. (There may be some attacks that preserve RAM after power down using low temperatures and liquid nitrogen).
No data is supposed to be readable after you shut it off. There are ways to restore it though but it’s still vastly better in leaving no trace.
If the computer is unplugged, there's nothing left on a hard drive to show what state it was in. This means nobody malicious can physically remove their servers and gain information about customers.
It means that even though Mullvad already doesn’t log anything about their users activities, there is no persistent storage on the servers, so as soon as it is powered off or raided by The Agencies, there is absolutely nothing to retrieve from it.