STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Riverbed NetIM OS Security Technical Implementation Guide

V-275673

CAT I (High)

Ubuntu OS must use cryptographic mechanisms to protect the integrity of audit tools.

Rule ID

SV-275673r1148069_rule

STIG

Riverbed NetIM OS Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001496

Discussion

Protecting the integrity of the tools used for auditing purposes is a critical step toward ensuring the integrity of audit information. Audit information includes all information (e.g., audit records, audit settings, and audit reports) needed to successfully audit information system activity. Audit tools include, but are not limited to, vendor-provided and open source audit tools needed to successfully view and manipulate audit information system activity and records. Audit tools include custom queries and report generators. It is not uncommon for attackers to replace the audit tools or inject code into the existing tools with the purpose of providing the capability to hide or erase system activity from the audit logs. To address this risk, audit tools must be cryptographically signed to provide the capability to identify when the audit tools have been modified, manipulated, or replaced. An example is a checksum hash of the file or files.

Check Content

Verify that Advanced Intrusion Detection Environment (AIDE) is properly configured to use cryptographic mechanisms to protect the integrity of audit tools by using the following command:  
  
     $ grep -E '(\/sbin\/(audit|au))' /etc/aide/aide.conf 
     /sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512  
     /sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512  
     /sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512  
     /sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512  
     /sbin/autrace p+i+n+u+g+s+b+acl+xattrs+sha512  
     /sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512  
  
If any of the lines do not appear as shown, are commented out, or are missing, this is a finding.

Fix Text

Configure AIDE to protect the integrity of audit tools: 
 
Add or modify the following lines in the "/etc/aide/aide.conf" file: 
 
# Audit Tools  
/sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512  
/sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512  
/sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512  
/sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512  
/sbin/autrace p+i+n+u+g+s+b+acl+xattrs+sha512  
/sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512