Topic 3A Flashcards

(8 cards)

1
Q

What are password crackers?

A

Stuff like password spraying, brute force, dictionary and rainbow tables.

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

What is password spraying?

A

A password spraying attack selects a few common passwords and enters the passwords when trying to login to several user accounts.

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

What are brute force attacks on passwords?

A

In automated bruce force attacks, every possible combination of letters, numbers and characters are used to create encrypted passwords that are matched against the stolen hash file.
In online brute force attacks, the same account is attacked continuously (called pounding)by entering different passwords.
Offline brute forces attacks use the stolen hash files and is able to try different keys without the risk of discovery or interference which has the highest chance of success.

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

What is a rule attack?

A

Conducts a statistical analysis on stolen passwords that is used to create a mask to break the largest number of passwords

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

What is the 3 steps in rule attacks?

A
  1. a small sample of the stolen passwords in plaintext file is obtained.
  2. Statistical analysis is performed on the plaintext file to determine the length and character sets of the passwords.
  3. A series of masks is generated that will be most successful in cracking the highest percentage of passwords.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a dictionary attack?

A

In a dictionary attack, the attack creates a digest of common dictionary words and compares it against a stolen digest file.

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

What are rainbow tables?

A

They create a large pre-generated data set of candidate digests. They can be used repeatedly, are faster than dictionary attacks and use less memory on the attacking machine.

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

What is multifactor authentication?

A

MFA is when a user is using more than one type of authentication credential.
This includes Single factor auth with is when a user only uses one type of auth and 2FA which uses two types.
Specialized devices, smartphones and security keys are usually used for authentication.

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