312-50V11 · Question #70
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 A. Privilege Escalation. Accessing another account's confidential files from a compromised user account is achieved through privilege escalation, specifically horizontal privilege escalation where access is gained to resources owned by a peer account.
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
- APrivilege Escalation
- BShoulder-Surfing
- CHacking Active Directory
- DPort Scanning
How the community answered
(23 responses)- A87% (20)
- C9% (2)
- D4% (1)
Why each option
Accessing another account's confidential files from a compromised user account is achieved through privilege escalation, specifically horizontal privilege escalation where access is gained to resources owned by a peer account.
Privilege escalation is the technique of leveraging a compromised or low-privilege account to gain access to resources or permissions beyond the original authorization scope. Horizontal privilege escalation occurs when an attacker moves laterally to access data or functionality belonging to another user at the same privilege level - exactly what the white hat is doing here. This is accomplished by exploiting access control misconfigurations, insecure direct object references, or authentication flaws that fail to properly isolate user data.
Shoulder-surfing is a physical observation attack where an attacker watches a victim's screen or keyboard to steal credentials or sensitive information, not a technique for digital file access.
Hacking Active Directory is a specific technical attack targeting the AD directory service infrastructure itself, not the general concept of accessing another user's files from a compromised account.
Port scanning is a network reconnaissance technique used to enumerate open ports and running services on a target host, and does not provide access to another account's files.
Concept tested: Horizontal privilege escalation between user accounts
Source: https://owasp.org/www-community/attacks/Privilege_Escalation
Topics
Community Discussion
No community discussion yet for this question.