220-1102 · Question #547
A company recently experienced a security incident in which a USB drive containing malicious software was able to covertly install malware on a workstation. Which of the following actions should be…
The correct answer is E. Disable AutoRun. F. Restrict user permissions. To prevent malware installation from USB drives, disabling AutoRun prevents automatic execution of malicious code, and restricting user permissions limits the ability of such software to install or make system changes.
Question
A company recently experienced a security incident in which a USB drive containing malicious software was able to covertly install malware on a workstation. Which of the following actions should be taken to prevent this incident from happening again? (Choose two.)
Options
- AInstall a host-based IDS.
- BRestrict log-ln times.
- CEnable a BIOS password.
- DUpdate the password complexity.
- EDisable AutoRun.
- FRestrict user permissions.
How the community answered
(30 responses)- B3% (1)
- C3% (1)
- D10% (3)
- E83% (25)
Why each option
To prevent malware installation from USB drives, disabling AutoRun prevents automatic execution of malicious code, and restricting user permissions limits the ability of such software to install or make system changes.
A host-based IDS (Intrusion Detection System) can detect an intrusion, but it may not prevent the initial infection from an AutoRun USB and is more reactive than preventative in this specific scenario.
Restricting log-in times controls when a user can access a system, but it does not prevent malware from a USB drive from installing if the user is logged in.
Enabling a BIOS password protects the system's firmware settings and prevents unauthorized booting from other devices, but it does not prevent malware from installing via a USB drive once the OS has started and the user has logged in.
Updating password complexity strengthens user authentication but does not directly prevent malware installation from a USB drive.
Disabling AutoRun (or AutoPlay) for USB drives prevents malicious software on a USB drive from automatically executing when the drive is inserted, thereby mitigating a common initial infection vector.
Restricting user permissions to only those necessary (Least Privilege Principle) ensures that even if malware from a USB drive attempts to install, it will be blocked from making system-wide changes that require administrative rights.
Concept tested: Malware prevention - USB drives
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-client/windows-security/autoplay-autorun-feature-faq
Topics
Community Discussion
No community discussion yet for this question.