nerdexam
EC-Council

312-50V13 · Question #135

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…

The correct answer is D. Hybrid Attack. Given information about strong password policies, likely user patterns, and the desire for fast results, a hybrid attack is the most efficient cracking method.

Submitted by weili_xi· Mar 6, 2026System 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

(31 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    84% (26)

Why each option

Given information about strong password policies, likely user patterns, and the desire for fast results, a hybrid attack is the most efficient cracking method.

AOnline Attack

An online attack attempts to crack passwords directly against an active authentication service, which is much slower due to network latency, risks account lockouts, and is generally easily detectable.

BDictionary Attack

A pure dictionary attack might miss passwords that incorporate numbers, special characters, or slight variations, even if based on dictionary words, making it less effective against strong password policies.

CBrute Force Attack

A pure brute-force attack would be computationally too expensive and time-consuming for passwords that are at least 8 characters long and have complexity requirements, even with knowledge of user tendencies.

DHybrid AttackCorrect

A hybrid attack combines elements of dictionary attacks and brute-force attacks by taking dictionary words or user names and adding common mutations (e.g., appending numbers, symbols, common patterns, or variations of user names). This approach is ideal when you have intelligence about likely password choices and complexity requirements, allowing for faster cracking of predictably complex passwords than pure dictionary or brute-force methods.

Concept tested: Password cracking attack types (hybrid attack)

Topics

#password cracking#hybrid attack#password policy#Windows security

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice