Volume 2 - Chapter 10: Securing Network Devices Flashcards

1
Q

What is the command that enables the encryption of existing configured passwords on a switch?

A

service password-encryption

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

A network engineer runs the command “show run | begin line con 0”

Which returns the following response:
line con 0
password 7 070C285F4D06
login

How is the password for the console encrypted?

A

The password type of 7 indicates that this is a password encrypted with the “service password-encryption” command.

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

A network engineer enables password encryption which returns the following configuration:
line con 0
password 7 9FDJS6RFN0F908S
login

The engineer then removes password encryption using the “no service password-encryption” command. What will be the output when the engineer performs a “show run”?

A

The command will produce the same output:
line con 0
password 7 9FDJS6RFN0F908S
login

Turning off password encryption does not remove the encryption for any currently configured passwords. The password needs to be manually changed.

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

Describe how IOS handles enable passwords when both of the following commands are configured:
* enable secret xxxxx
* enable password xxxxx

A

IOS will ignore the password command and only use the secret.

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

A network engineer does not configure an enable password or secret.

What will happen when logging into the switch console?

A

The user will enter priviledge EXEC mode automatically.

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

Describe how passwords differ between the following:
* An enable password encrypted with the “service password-encryption” command
* An configured enable secret

A

When using the secret, the switch hashes the password using a hashing algorithm and does not store the unencrypted password

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

What default enable secret hashing method is used in IOS by default?

A

MD5

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

A network engineer runs the command “show run | include enable secret” which returns the following response:
* enable secret 8 OE5EHoii16eG=

What does this output tell us about the currently configured enable credential?

A

The enable secret is hashed using SHA-256.

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

A network engineer runs the command “show run | include enable secret” which returns the following response:
* enable secret 5 OAAEHo8v16et=

What does this output tell us about the currently configured enable credential?

A

The enable secret is hashed using MD5.

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

A network engineer runs the command “show run | include enable secret” which returns the following response:
* enable secret 9 OAAEHo8v16et=

What does this output tell us about the currently configured enable credential?

A

The enable secret is hashed using Scrypt.

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

What is the command to change the algorithm-type for the enable secret?

A

enable algorithm-type type secret password

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

What default enable secret hashing method is used in IOS-XE by default?

A

Scrypt

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

True or False:

IOS supports using different password types (cleartext versus secret) for different users.

A

True, you can configure specific users with a password and other users with a secret.

However, you cannot configure a secret and a password for the same user.

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

What is the command to change the algorithm-type for a specific local user?

A

username username algorithm-type type secret password

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

What default username and secret hashing method is used in IOS by default?

A

MD5

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

What default username and secret hashing method is used in IOS-XE by default?

A

Scrypt

17
Q

True or False:

IOS-XE supports MD5 for username secret hashing.

A

False, IOS-XE does support MD5 for enable secrets, but does not for local user secrets.

18
Q

A device that sits at the edge of a network and blocks traffic based on exploit signatures is referred to as?

A

An Intrusion Prevention System (IPS).

19
Q

What feature on Cisco NGFWs is used to perform deep traffic inspection?

A

Application Visibility and Control (AVC).

20
Q

Describe how a Next Generation IPS differs from an IPS.

A

NGIPSs use contextual awareness to provide more accurate threats while reducing the amount of events logged.

NGIPSs use reputation based filtering to score websites and online services.

NGIPSs asses the impact levels of security events to determine if they are valid attacks.