Skip to content

AOS must enforce password complexity by requiring that at least one uppercase character be used.

An XCCDF Rule

Description

Use of a complex passwords helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. Password complexity is one factor of several that determine how long it takes to crack a password. The more complex the password is, the greater the number of possible combinations that need to be tested before the password is compromised. Multifactor authentication (MFA) is required for all administrative and user accounts on network devices, except for an account of last resort and (where applicable) a root account. Passwords should only be used when MFA using public key infrastructure (PKI) is not available and for the account of last resort and root account.

ID
SV-266932r1039817_rule
Version
ARBA-ND-000254
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure AOS with the following commands: 
configure terminal 
aaa password-policy mgmt 
password-min-uppercase-characters 1 
exit 
write memory