SV-274115r1120333_rule
V-274115
SRG-OS-000255-GPOS-00096
AZLX-23-002260
CAT II
10
Configure Amazon Linux 2023 so that the audit system resolves audit information before writing to disk.
Edit the /etc/audit/auditd.conf file and add or update the "log_format" option:
log_format = ENRICHED
The audit daemon must be restarted for changes to take effect.
Verify Amazon Linux 2023 is configured so that the audit system resolves audit information before writing to disk, with the following command:
$ sudo grep log_format /etc/audit/auditd.conf
log_format = ENRICHED
If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.
V-274115
False
AZLX-23-002260
Verify Amazon Linux 2023 is configured so that the audit system resolves audit information before writing to disk, with the following command:
$ sudo grep log_format /etc/audit/auditd.conf
log_format = ENRICHED
If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.
M
5700