Password Attacks Flashcards

1
Q

What is a Brute Force Attack?

A

A password attack that is essentially guessing every possible combination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Dictionary Attack?

A

A type of brute force attack that uses a large dictionary list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Rainbow Table attack?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Password Spraying Attack?

A

An attack that uses a single password against multiple accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Password Attack?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some of the characteristics of an Online Attack against a password?

A

1) Attacking a remote logon interface
2) Limited Attempts
3) Bandwidth limits
4) Detectable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are some of the characteristics of an Offline Attack against a password?

A

1) Attacking password directly
2) Can obtain password hash
3) Limited by processing power
4) Harder to detect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly