Password Attacks Flashcards
What is a Brute Force Attack?
A password attack that is essentially guessing every possible combination.
What is a Dictionary Attack?
A type of brute force attack that uses a large dictionary list.
What is a Rainbow Table attack?
A password attack that uses tables of reversed hashes used to crack password hashes. Computer systems requiring passwords typically store the passwords as a hash value of the user’s password.
What is a Password Spraying Attack?
An attack that uses a single password against multiple accounts.
What is a Password Attack?
Attacks against an authentication system to gain access or credentials. They typically automate the process of trying to gain credentials or break into an account.
What are some of the characteristics of an Online Attack against a password?
1) Attacking a remote logon interface
2) Limited Attempts
3) Bandwidth limits
4) Detectable
What are some of the characteristics of an Offline Attack against a password?
1) Attacking password directly
2) Can obtain password hash
3) Limited by processing power
4) Harder to detect