-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcold-boot-attacks.html
More file actions
19 lines (18 loc) · 1.23 KB
/
cold-boot-attacks.html
File metadata and controls
19 lines (18 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title>Obscurix - Cold Boot Attacks</title>
</head>
<body>
<h1>Cold Boot Attacks</h1>
<p>
A cold boot attack is when an attacker analyses the data in RAM before it is gone. Obscurix is vulnerable to these as it does not currently have a way to wipe the data in RAM at shutdown. <br>
<br>
After you have shutdown Obscurix, if an attacker manages to take your RAM sticks and analyse the data in them then they may be able to see exactly what you've been doing. Data in RAM usually disappears a few minutes after shutdown but if they are cooled (e.g. by putting them inside a refridgerator), then the data can last up to a few hours. <br>
<br>
If you think cold boot attacks will be a problem for you, then guard your computer for a few minutes after shutdown to ensure nobody has access to your RAM. You can also solder the RAM sticks into your motherboard to make it harder for them to be seized. If using a laptop, take out the battery and run directly off the charging cable and pull out the cable after shutdown to ensure the RAM has no access to more power to stay alive.
</p>
</body>
</html>