220-1002 · Question #574
A company recently experienced a security incident in which an unauthorized user was able to insert a USB flash drive into a kiosk, launch a non-native OS, and deliver malicious payloads across the…
The correct answer is C. Creating a strong BIOS'UEFI password D. Disabling AutoRun for USB devices. To prevent an attacker from booting a non-native OS via USB and delivering malware, the boot configuration must be locked down and USB auto-execution must be disabled.
Question
A company recently experienced a security incident in which an unauthorized user was able to insert a USB flash drive into a kiosk, launch a non-native OS, and deliver malicious payloads across the network. Which of the following security measures would have been BEST to prevent the attack from being executed in the first place' (Select TWO)
Options
- AUsing a host-based antivirus with real-time scanning
- BImplementing automatic screen locks after 60 seconds of inactivity
- CCreating a strong BIOS'UEFI password
- DDisabling AutoRun for USB devices
- EEnabling the Secure Boot option
- FChanging the default administrator credentials
How the community answered
(47 responses)- A19% (9)
- B4% (2)
- C57% (27)
- E13% (6)
- F6% (3)
Why each option
To prevent an attacker from booting a non-native OS via USB and delivering malware, the boot configuration must be locked down and USB auto-execution must be disabled.
Host-based antivirus operates within the installed OS and cannot protect against a threat that boots an entirely different OS from an external USB device before the native OS loads.
Automatic screen locks address unauthorized access to an already-running session and do not prevent an attacker from rebooting the machine from an external USB device.
A strong BIOS/UEFI password prevents unauthorized users from accessing firmware settings and changing the boot order, which directly stops an attacker from configuring the system to boot from an inserted USB drive before the native OS loads.
Disabling AutoRun for USB devices prevents the operating system from automatically executing programs or scripts when a USB drive is inserted, directly blocking the delivery mechanism used to spread malicious payloads across the network.
Secure Boot helps prevent unauthorized boot loaders but does not stop AutoRun from executing malicious payloads if the attacker uses the USB while the system boots normally; C and D together address both vectors of this specific attack.
Changing default administrator credentials improves general account security but does not prevent a USB-based boot attack or the automatic execution of malicious payloads.
Concept tested: BIOS/UEFI boot security and USB AutoRun control
Source: https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-secure-boot
Topics
Community Discussion
No community discussion yet for this question.