Skip to content

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

An XCCDF Rule

Description

Use of a complex password 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, 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-266935r1039826_rule
Version
ARBA-ND-000257
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

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