Rule ID
SV-279574r1192094_rule
Version
V1R1
CCIs
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).
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.
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