312-50V9 · Question #319
In an internal security audit, the white hat hacker gains control over a user account and attempts to acquire access to another account's confidential files and information. How can he achieve this?
The correct answer is C. Privilege Escalation. Privilege escalation is the technique used to gain unauthorized access to resources belonging to other accounts or higher-privileged roles after an initial compromise.
Question
In an internal security audit, the white hat hacker gains control over a user account and attempts to acquire access to another account's confidential files and information. How can he achieve this?
Options
- APort Scanning
- BHacking Active Directory
- CPrivilege Escalation
- DShoulder-Surfing
How the community answered
(30 responses)- A3% (1)
- C87% (26)
- D10% (3)
Why each option
Privilege escalation is the technique used to gain unauthorized access to resources belonging to other accounts or higher-privileged roles after an initial compromise.
Port scanning discovers open ports and services on a target host but does not grant access to another account's files.
Hacking Active Directory is a specific attack category targeting directory services infrastructure, not a general method for accessing another user account's files.
Privilege escalation is the process of exploiting misconfigurations, vulnerabilities, or weak permissions to move from a lower-privileged account to access resources owned by another account or a higher-privileged role. In this scenario, the attacker already controls one user account and leverages privilege escalation to reach another account's confidential files. This is a core post-exploitation technique in penetration testing and ethical hacking.
Shoulder-surfing is a physical/social engineering technique of visually observing credentials being entered, not a method for programmatically accessing another account's data.
Concept tested: Privilege escalation as a post-exploitation technique
Source: https://www.nist.gov/publications/guide-enterprise-patch-management-planning
Topics
Community Discussion
No community discussion yet for this question.