312-50V10 · Question #679
You have retrieved the raw hash values from a Windows 2000 Domain Controller. Using social engineering, you come to know that they are enforcing strong passwords. You understand that all users are req
The correct answer is D. Hybrid Attack. A hybrid attack combines dictionary base words with brute-force character mutations, making it the fastest approach against complex but user-chosen passwords.
Question
You have retrieved the raw hash values from a Windows 2000 Domain Controller. Using social engineering, you come to know that they are enforcing strong passwords. You understand that all users are required to use passwords that are at least 8 characters in length. All passwords must also use 3 of the 4 following categories: lower case letters, capital letters, numbers and special characters. With your existing knowledge of users, likely user account names and the possibility that they will choose the easiest passwords possible, what would be the fastest type of password cracking attack you can run against these hash values and still get results?
Options
- AOnline Attack
- BDictionary Attack
- CBrute Force Attack
- DHybrid Attack
How the community answered
(58 responses)- A12% (7)
- B5% (3)
- C3% (2)
- D79% (46)
Why each option
A hybrid attack combines dictionary base words with brute-force character mutations, making it the fastest approach against complex but user-chosen passwords.
An online attack targets a live authentication service and is throttled by account lockout and rate-limiting controls, making it impractical against a local set of recovered hash values.
A standard dictionary attack alone fails against these hashes because most dictionary words do not satisfy the 3-of-4 character category requirement without modification.
A pure brute-force attack against 8-character passwords with a large character set has an enormous keyspace and would take far longer than a targeted hybrid approach.
A hybrid attack starts with common dictionary words and appends or prepends characters such as numbers, symbols, and uppercase letters to satisfy complexity requirements, directly exploiting the human tendency to choose a simple base word and minimally modify it. This approach is far faster than pure brute force because it narrows the search space to predictable patterns while still producing passwords that meet the enforced 8-character, 3-category policy.
Concept tested: Hybrid password cracking attack against complexity policies
Source: https://owasp.org/www-community/attacks/Password_Cracking
Topics
Community Discussion
No community discussion yet for this question.