SY0-301 · Question #10
Which of the following can be used by a security administrator to successfully recover a user's forgotten password on a password protected file?
The correct answer is C. Brute force. Brute force attacks systematically attempt every possible password combination until the correct one is found, making it the appropriate method to recover a forgotten password on a protected file when no other recovery mechanism exists.
Question
Which of the following can be used by a security administrator to successfully recover a user's forgotten password on a password protected file?
Options
- ACognitive password
- BPassword sniffing
- CBrute force
- DSocial engineering
How the community answered
(51 responses)- A4% (2)
- C94% (48)
- D2% (1)
Why each option
Brute force attacks systematically attempt every possible password combination until the correct one is found, making it the appropriate method to recover a forgotten password on a protected file when no other recovery mechanism exists.
A cognitive password (security question) is used as an alternative authentication factor during account recovery on online systems; it cannot be applied to recover a locally encrypted or password-protected file.
Password sniffing captures credentials transmitted over a network in cleartext or weakly encrypted form; it cannot recover a password used to protect a local file at rest.
A brute force attack exhaustively tries all possible character combinations or uses a dictionary of common passwords against the target file's encryption or password protection scheme. Given sufficient time and computational resources, it will eventually find the correct password, making it the standard approach security administrators use to recover access to password-protected files when the password is unknown.
Social engineering manipulates people into divulging credentials or taking actions; it is a human-based attack and is not applicable to technically recovering a password from a protected file.
Concept tested: Brute force password recovery on protected files
Source: https://owasp.org/www-community/attacks/Brute_force_attack
Topics
Community Discussion
No community discussion yet for this question.