312-50V10 · Question #206
What is the most secure way to mitigate the theft of corporate information from a laptop that was left in a hotel room?
The correct answer is B. Encrypt the data on the hard drive.. Full disk encryption is the strongest control against data theft from a stolen laptop because it renders all stored data cryptographically unreadable even if the drive is physically removed.
Question
What is the most secure way to mitigate the theft of corporate information from a laptop that was left in a hotel room?
Options
- ASet a BIOS password
- BEncrypt the data on the hard drive.
- CUse a strong logon password to the operating system.
- DBack up everything on the laptop and store the backup in a safe place.
How the community answered
(57 responses)- A9% (5)
- B86% (49)
- C4% (2)
- D2% (1)
Why each option
Full disk encryption is the strongest control against data theft from a stolen laptop because it renders all stored data cryptographically unreadable even if the drive is physically removed.
A BIOS password can be bypassed by removing the CMOS battery to reset firmware settings, or by physically extracting the hard drive and connecting it to a different machine.
Encrypting the hard drive with a solution such as BitLocker ensures all data at rest is protected by cryptographic keys, making it unreadable to anyone without the correct credentials or recovery key. Unlike software-based access controls, encryption cannot be bypassed by booting from external media or transplanting the drive to another system. This directly and technically neutralizes the threat posed by physical theft of the hardware.
An OS logon password can be circumvented by booting from external media such as a USB drive, granting direct filesystem access without any authentication.
Backing up data protects against data loss but does nothing to prevent an attacker from reading the original unencrypted data remaining on the stolen laptop.
Concept tested: Full disk encryption for data protection at rest
Source: https://learn.microsoft.com/en-us/windows/security/operating-system-security/data-protection/bitlocker/bitlocker-overview
Topics
Community Discussion
No community discussion yet for this question.