1. Home
  2. Security Hardening
  3. DISA STIG AIX 7.x V2R3
  4. AIX7-00-001003 – AIX must enforce the limit of three consecutive invalid login attempts by a user before the user account is locked and released by an administrator.

AIX7-00-001003 – AIX must enforce the limit of three consecutive invalid login attempts by a user before the user account is locked and released by an administrator.

Details

By limiting the number of failed login attempts, the risk of unauthorized system access via user password guessing, otherwise known as brute-force attacks, is reduced. Limits are imposed by locking the account.

Satisfies: SRG-OS-000021-GPOS-00005, SRG-OS-000329-GPOS-00128

Solution

From the command prompt, execute the following command to configure the number of unsuccessful logins resulting in account lockout for ‘default:’ stanza in ‘/etc/security/user’ file:
# chsec -f /etc/security/user -s default -a loginretries=3

From the command prompt, execute the following command to configure the number of unsuccessful logins resulting in account lockout for all users who have loginretries values that are 0 or greater than 3:
# chsec -f /etc/security/user -s [user_name] -a loginretries=3

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles