1. Home
  2. Security Hardening
  3. CIS Cisco Firewall V8.x L1 V4 2.0
  4. Ensure ‘Password Policy’ is enabled – minimum-lowercase

Ensure ‘Password Policy’ is enabled – minimum-lowercase

Details

Enforces the Enterprise Password Policy by setting compliant local password requirements for the security appliance

Rationale:

The password policy helps to prevent unauthorized accesses by enforcing the password for more complexity and making them difficult to be guessed. This applies to the local database.

Solution

Step 1: Run the following to set the password lifetime in days to less than or equal to 180

hostname(config)#password-policy lifetime 30

Step 2: Run the following to set the minimum number of characters that must be changed between the old and the new passwords, to be to be greater than or equal to 14

hostname(config)#password-policy minimum-changes 14

Step 3: Run the following to set the minimum number of upper case characters in the password, to be to be greater than or equal to 1

hostname(config)#password-policy minimum-uppercase 1

Step 4: Run the following to set the minimum number of lower case characters in the password, to be to be greater than or equal to 1

hostname(config)#password-policy minimum-lowercase 1

Step 5: Run the following to set the minimum number of numeric characters in the password, to be greater than or equal to 1

hostname(config)#password-policy minimum-numeric 1

Step 6: Run the following to set the minimum number of special characters in the password, to be greater than or equal to 1

hostname(config)#password-policy minimum-special 1

Step 7: Run the following to set the password minimum length, to be greater than or equal to 14

hostname(config)#password-policy minimum-length 14

Default Value:

Password policy is disabled by default.

The following are default values:

password-policy lifetime 0 password-policy minimum-changes 0 password-policy minimum-length 3 password-policy minimum-uppercase 0 password-policy minimum-lowercase 0 password-policy minimum-numeric 0 password-policy minimum-special 0

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Cisco.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles