200-201 · Question #397
Which principle reduces the risk of attackers gaining access to sensitive data by compromising a low-level user account?
The correct answer is C. least privilege. The principle of least privilege limits user accounts to only the minimum necessary permissions required to perform their job functions, thereby reducing the impact of a compromised low-level account.
Question
Which principle reduces the risk of attackers gaining access to sensitive data by compromising a low-level user account?
Options
- Aseparation of duties
- Blimited access
- Cleast privilege
- Dprivilege separation
How the community answered
(38 responses)- A3% (1)
- B5% (2)
- C89% (34)
- D3% (1)
Why each option
The principle of least privilege limits user accounts to only the minimum necessary permissions required to perform their job functions, thereby reducing the impact of a compromised low-level account.
Separation of duties divides critical tasks among multiple individuals to prevent any single person from completing a task alone, focusing on preventing fraud or error, not directly limiting access for a single compromised account.
'Limited access' is a general concept but 'least privilege' is the specific principle that dictates the minimum necessary permissions to perform a job, directly addressing the impact of account compromise.
The principle of least privilege ensures that users, processes, and applications are granted only the essential permissions needed to perform their assigned tasks and nothing more. By restricting a low-level user account to minimal privileges, even if compromised, an attacker's ability to access sensitive data or escalate further will be severely curtailed.
Privilege separation is a design principle in operating systems and applications to isolate different parts of a program with different privileges, which is a technical implementation, while least privilege is the overarching security principle.
Concept tested: Principle of least privilege
Source: https://learn.microsoft.com/en-us/security/zero-trust/establish-least-privilege
Topics
Community Discussion
No community discussion yet for this question.