SSCP · Question #1238
Which method of password cracking takes the most time and effort?
The correct answer is B. Brute Force. Brute-force attacks are generally the most time and effort-intensive password cracking method as they systematically try every possible character combination until the correct password is found.
Question
Which method of password cracking takes the most time and effort?
Options
- AGuessing
- BBrute Force
- CHybrid
- DShoulder Surfing
- EDictionary attack
How the community answered
(31 responses)- A6% (2)
- B90% (28)
- E3% (1)
Why each option
Brute-force attacks are generally the most time and effort-intensive password cracking method as they systematically try every possible character combination until the correct password is found.
Password guessing relies on human intuition and common password choices, which takes minimal effort and is often quickly exhausted if not successful.
Brute-force attacks involve systematically attempting every possible character combination of a given length until the correct password is found, making it computationally intensive and time-consuming, especially for long and complex passwords.
Hybrid attacks combine dictionary attacks with brute-force elements (e.g., adding numbers/symbols to dictionary words) and are generally more efficient than pure brute-force by focusing on more likely password patterns.
Shoulder surfing is a social engineering technique that involves directly observing a user entering their password, which requires physical proximity and observation but no computational effort.
Dictionary attacks involve trying a list of common words, phrases, and leaked passwords, which is significantly faster and less resource-intensive than a brute-force attack because it doesn't try every combination.
Concept tested: Password cracking methods
Source: https://learn.microsoft.com/en-us/microsoft-365/enterprise/identify-and-resolve-password-attacks?view=o365-worldwide
Topics
Community Discussion
No community discussion yet for this question.