Vulnerability Discussion
Information stored in one location is vulnerable to accidental or incidental deletion or alteration.
Offloading is a common process in information systems with limited audit storage capacity.
Check
Note: If this is an interconnected system, this is not applicable.
Verify there is a script that offloads audit data and that script runs weekly with the following command:
$ ls /etc/cron.weekly
audit-offload
Check if the script inside the file offloads audit logs to external media.
If the script file does not exist or does not offload audit logs, this is a finding.
Fix
Create a script that offloads audit logs to external media and runs weekly.
The script must be located in the "/etc/cron.weekly" directory.