ISC2 Study Notes 2 Flashcards

1
Q

This setting remembers previous passwords that a user has created and prevents the user from reusing the same passwords.

A

Enforce Password history

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

This setting defines how long users must wait before changing their password again; policy setting determines the period of time (in days) that a password must be used before the user can change it.

A

Minimum Password Age

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

This setting defines when users must change their password; dictates the amount of days a password can be used before the user is forced to change it.

A

Maximum Password Age

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

ensures that passwords are strong (never blank), are of a minimum length, and have been changed within a given time period (such as 90 days).

A

Password Audit

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

provide a storage space for users to keep their credentials.

A

Credential Management System

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

should never be stored in cleartext ??? should be salted and hashed with a strong hashing algorithm such as Secure Hash Algorithm 3 (SHA-3).

A

Passwords

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

No other complexity requirements should be imposed on users. Users should be required to create passwords of at least 8 characters and not use passwords in the blacklist. However, they should not be required to create overly complex passwords. Instead, the salted hash should provide the complexity.

A

Password Info

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

should not be set to expire. Users should not be required to change their passwords periodically. The only reason they should be required to change their password is if there is evidence of compromise.

A

Passwords

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

A ??? is a small device that displays a number. The number changes periodically, such as every 30 seconds, and the user enters the number for authentication.

A

Hardware Tokens and One-time Passwords

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

A token using a synchronous dynamic password changes the password at specific times, such as every 60 seconds. This requires the token and the server to be synchronized with the same time.

A

Synchronous dynamic Password

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