220-1002 · Question #664
A company would like to increase its security measures because a workstation was recently hacked. Which of the following would offer the BEST protection from unauthorized access of workstations?
The correct answer is B. Restricting user permissions. Restricting user permissions enforces least privilege, directly limiting what unauthorized or compromised accounts can do on a workstation.
Question
A company would like to increase its security measures because a workstation was recently hacked. Which of the following would offer the BEST protection from unauthorized access of workstations?
Options
- AImplementing strong passwords
- BRestricting user permissions
- CEncrypting the filesystem
- DDisabling AutoRun.
How the community answered
(31 responses)- A13% (4)
- B77% (24)
- C3% (1)
- D6% (2)
Why each option
Restricting user permissions enforces least privilege, directly limiting what unauthorized or compromised accounts can do on a workstation.
Strong passwords reduce the risk of credential-based attacks but do not prevent access if credentials are stolen, guessed, or bypassed through a vulnerability.
Restricting user permissions enforces the principle of least privilege, ensuring that even if an attacker gains access, they are confined to only what that account is authorized to do. This limits lateral movement, prevents privilege escalation, and reduces the blast radius of a breach. It is the most direct and sustainable control against unauthorized workstation access.
Encrypting the filesystem protects data confidentiality at rest but does not prevent an authenticated attacker from accessing the system or its data once logged in.
Disabling AutoRun prevents malware from launching automatically from removable media but does not restrict who can log in or what they can do once on the workstation.
Concept tested: Principle of least privilege and user permission restriction
Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/access-control/access-control
Topics
Community Discussion
No community discussion yet for this question.