STIGQter STIGQter: STIG Summary: Nutanix Acropolis GPOS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Jan 2026:

Nutanix OS must generate audit records when concurrent logons to the same account occur from different sources.

DISA Rule

SV-279562r1192301_rule

Vulnerability Number

V-279562

Group Title

SRG-OS-000473-GPOS-00218

Rule Version

NXAC-OS-000072

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

1. Verify Nutanix AOS generates audit records when concurrent logons to the same account occur using the following command.

$ sudo grep dir /etc/security/faillock.conf
# The directory where the user files with the failure records are kept.
dir = /var/log/faillock

2. Using the location of the faillock log file, check that the following calls are being audited by performing the following command to check the file system rules in "/etc/audit/audit.rules".

$ sudo grep -w faillock /etc/audit/audit.rules
-w /var/log/faillock -p wa -k logins

If the commands do not return a line, or the lines are commented out, this is a finding.

Vulnerability Number

V-279562

Documentable

False

Rule Version

NXAC-OS-000072

Severity Override Guidance

1. Verify Nutanix AOS generates audit records when concurrent logons to the same account occur using the following command.

$ sudo grep dir /etc/security/faillock.conf
# The directory where the user files with the failure records are kept.
dir = /var/log/faillock

2. Using the location of the faillock log file, check that the following calls are being audited by performing the following command to check the file system rules in "/etc/audit/audit.rules".

$ sudo grep -w faillock /etc/audit/audit.rules
-w /var/log/faillock -p wa -k logins

If the commands do not return a line, or the lines are commented out, this is a finding.

Check Content Reference

M

Target Key

5730