nerdexam
EC-Council

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.

System Hacking

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)
  • A
    12% (7)
  • B
    5% (3)
  • C
    3% (2)
  • D
    79% (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.

AOnline Attack

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.

BDictionary Attack

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.

CBrute Force Attack

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.

DHybrid AttackCorrect

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

#hybrid attack#strong password policy#cracking strategy#attack selection

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice