UCF STIG Viewer Logo

Audit logs must be rotated daily.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4357 GEN002860 SV-38427r1_rule ECSC-1 Medium
Description
Rotate audit logs daily to preserve audit file system space and to conform to the DoD requirement. If it is not rotated daily and moved to another location, then there is more of a chance for the compromise of audit data by malicious users.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

Check Text ( C-36435r1_chk )
Check for a crontab entry that rotates audit logs.
# crontab -l

If any cron job to rotate audit logs is found, this is not a finding.

Otherwise, query the SA. If there is a process that automatically rotates audit logs, this is not a finding. If the SA manually rotates audit logs, this is still a finding, because if the SA is not there, it will not be accomplished. If the audit output is not archived daily, to tape or disk, this is a finding. This can be ascertained by looking at the audit log directory and, if more than one file is there, or if the file does not have today's date, this is a finding.
Fix Text (F-31774r1_fix)
Configure a cron job or other automated process to rotate the audit logs on a daily basis.