A systems administrator is configuring local security policies on a shared Windows workstation deployed in an unmonitored kiosk area. The system must allow users to interact with a web portal while preventing automatic execution of untrusted scripts from inserted removable media, mitigating credential harvesting through legacy name resolution fallback protocols, and minimizing the overall local attack surface. Which of the following sets of hardening measures best achieves these security objectives?
- Disable LLMNR and NBT-NS protocols, enforce Group Policy settings to disable AutoRun and AutoPlay across all drives, apply AppLocker or Software Restriction Policies, and disable the built-in Guest and local Administrator accounts.Answer
- BSet User Account Control to Never Notify to prevent interactive login prompts, enable the built-in Guest account for seamless user access, and rely on System Restore points to rollback unauthorized changes.
- COpen Event Viewer to stop unnecessary background system services, disable outbound HTTPS traffic on port 443, and enable Telnet on port 23 for administrative remote troubleshooting.
- DAttach privacy screens to the monitor, install security cables to the desk, and rely exclusively on network Share permissions while removing local NTFS file system permissions.
Answer
Disabling LLMNR/NBT-NS protocols, enforcing Group Policy to disable AutoRun and AutoPlay across all drives, applying Software Restriction Policies or AppLocker, and disabling default local accounts represents the optimal combination of workstation hardening controls.
The correct response combines essential operating system hardening controls: turning off legacy resolution protocols (LLMNR/NBT-NS) prevents network credential interception, disabling AutoRun/AutoPlay stops untrusted media from automatically executing payloads, enforcing AppLocker/SRP ensures only approved applications can run, and disabling built-in accounts minimizes local entry points.
Step-by-Step Solution
Key Concept
Workstation Hardening and Defense-in-Depth Configuration