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 Nutanix Acropolis GPOS Security Technical Implementation Guide

V-279574

CAT I (High)

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

Rule ID

SV-279574r1192094_rule

STIG

Nutanix Acropolis GPOS 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(s).

Check Content

Verify AIDE is enabled and configured.

1. For AOS, verify AIDE is enabled and configured using the following command.

$ ncli cluster get-cvm-security-config 
Enable Aide               : true

2. For Prism Central, verify AIDE is enabled and configured using the following command.

$ ncli cluster get-pvcm-security-config 
Enable Aide               : true

3. For Files, verify AIDE is enabled and configured using the following command.

$ ncli cluster get-afs-security-config 
Enable Aide               : true

4. For AHV, verify AIDE is enabled and configured using the following command.

$ ncli cluster get-hypervisor-security-config | egrep "Aide"
Enable Aide               : true

If value for "Enable AIDE" is not "true", this is a finding.

Fix Text

Enable AIDE for each OS VM.

1. For AOS, configure Aide using the following command.

$ ncli cluster edit-CVM-security-params enable-aide=true

2. For Prism Central, configure AIDE using the following command.

$ ncli cluster edit-PCVM-security-params enable-aide=true

3. For Files, configure AIDE using the following command.

$ ncli cluster edit-AFS-security-params enable-aide=true

4. For AHV, configure AIDE using the following command.

$ ncli cluster edit-hypervisor-security-params enable-aide=true