aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.mdwn b/index.mdwn
index 8289176..9ecc199 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -87,13 +87,13 @@ Check device/image signatures:
Threat Model
------------
-Does bootless mitigate all types of Evil Maid attacks? No:
+### Does bootless mitigate all types of Evil Maid attacks? No.
-1. It just reduces it attack surface by placing the bootloader away from the physical machine and recommending you to use Full Disk Encryption (FDE) to store your operating system, swap and data.
+1. It reduces the attack surface by placing the bootloader away from the physical machine and recommending you to use Full Disk Encryption (FDE) to store your operating system, swap and data.
2. Infection is still possible in plenty of unencrypted/unauthenticated software residing in the machine, such as BIOS, network firmware and potential backdoors such as Intel's AMT/ME.
-Additional mitigations:
+### Additional mitigations
3. For physical attempts to tamper with your bare metal, you might try to protect and monitor your perimeter.