Information
Audit records contain evidence that can be used in the investigation of compromised systems. To prevent this evidence from compromise, it must be sent to a separate system continuously. Methods for sending audit records include, but are not limited to, system audit tools used to send logs directly to another host or through the system's syslog service to another host.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Update the /etc/security/audit_control file to save audit records to a remote NFS mount.
dir:<remote NFS directory>
OR
If the /usr/lib/security/audit_syslog.so* exists, update the /etc/security/audit_control file to send all audit records to syslog and update /etc/syslog.conf to send all audit messages to a remote server.
/etc/security/audit_control:
plugin:name=audit_syslog.so.1; p_flags=all
/etc/syslog.conf:
audit.* @<remote syslog server>