Nutanix OS must generate audit records for all account creations, modifications, disabling, and termination events.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-279563 | NXAC-OS-000075 | SV-279563r1192423_rule | CCI-000172 | medium |
| Description | ||||
| Without generating audit records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter). | ||||
| STIG | Date | |||
| Nutanix Acropolis GPOS Security Technical Implementation Guide | 2026-02-24 | |||
Details
Check Text (C-279563r1192423_chk)
Verify Nutanix OS generates audit records for all account creation, modifications, disabling and terminations using the following command.
$ sudo grep /etc/passwd /etc/audit/audit.rules
-w /etc/passwd -p wa -k audit_account_changes
If the command does not return a line, or the line is commented out, this is a finding.
Fix Text (F-84021r1191652_fix)
1. For AOS, configure the audit rules.
$ sudo salt-call state.sls security/CVM/auditCVM
2. For Prism Central, configure the audit rules.
$ sudo salt-call state.sls security/PCVM/auditPCVM
3. For Files, configure the audit rules.
$ sudo salt-call state.sls security/AFS/auditAFS
4. For AHV, configure the audit rules.
$ sudo salt-call state.sls security/KVM/auditKVM