312-50V9 · Question #573
This kind of password cracking method uses word lists in combination with numbers and special characters:
The correct answer is A. Hybrid. A hybrid password attack combines dictionary word lists with appended or prepended numbers and special characters to crack passwords that users have slightly modified from common words.
Question
This kind of password cracking method uses word lists in combination with numbers and special characters:
Options
- AHybrid
- BLinear
- CSymmetric
- DBrute Force
How the community answered
(42 responses)- A88% (37)
- B7% (3)
- C2% (1)
- D2% (1)
Why each option
A hybrid password attack combines dictionary word lists with appended or prepended numbers and special characters to crack passwords that users have slightly modified from common words.
A hybrid attack specifically combines dictionary-based word lists with rule-based mutations such as appending numbers (e.g., 'password1') or adding special characters (e.g., 'password!'). This method is more targeted than brute force because it exploits the common human tendency to base passwords on real words with minor modifications. It sits between a pure dictionary attack and a full brute-force attack in terms of scope and efficiency.
Linear is not a recognized password cracking methodology - no standard attack technique uses this term.
Symmetric refers to a type of encryption algorithm (such as AES) that uses the same key for encryption and decryption, and is unrelated to password cracking methods.
Brute force exhaustively tries every possible character combination without using word lists, making it slower and less targeted than a hybrid attack.
Concept tested: Hybrid password attack methodology using word lists
Source: https://www.techtarget.com/searchsecurity/definition/hybrid-attack
Topics
Community Discussion
No community discussion yet for this question.