SV-274146r1120426_rule
V-274146
SRG-OS-000002-GPOS-00002
AZLX-23-002415
CAT II
10
Configure Amazon Linux 2023 temporary accounts to have an expiration date of 72 hours.
If a temporary account must be created configure the system to terminate the account after a 72 hour time period with the following command to set an expiration date on it. Substitute "system_account_name" with the account to be created.
$ sudo chage -E $(date -d +3days +%Y-%m-%d) system_account_name
Verify Amazon Linux 2023 temporary accounts have been provisioned with an expiration date of 72 hours.
For every existing temporary account, run the following command to obtain its account expiration information.
$ sudo chage -l system_account_name
Verify each of these accounts has an expiration date set within 72 hours.
If any temporary accounts have no expiration date set or do not expire within 72 hours, this is a finding.
V-274146
False
AZLX-23-002415
Verify Amazon Linux 2023 temporary accounts have been provisioned with an expiration date of 72 hours.
For every existing temporary account, run the following command to obtain its account expiration information.
$ sudo chage -l system_account_name
Verify each of these accounts has an expiration date set within 72 hours.
If any temporary accounts have no expiration date set or do not expire within 72 hours, this is a finding.
M
5700