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

Nutanix OS must have the audit.x86_64 package installed.

DISA Rule

SV-279565r1192081_rule

Vulnerability Number

V-279565

Group Title

SRG-OS-000254-GPOS-00095

Rule Version

NXAC-OS-000077

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

1. For AOS, Files, and Prism Central, this setting is configured by default to have ownership and permission levels set correctly to meet this requirement. If these are found to be out of compliance, some corruption has taken place and the OS must be rebuilt.

2. For AHV, configure the audit service to be active and start automatically with the system at startup. The audit service is protected and restricted to allow access or modifications only from the root account.

$ sudo su -
# systemctl start auditd.service

Check Contents

1. Verify Nutanix OS is configured with the ausearch tool using the following command. The ausearch tool is a feature of the audit rpm.

$ sudo yum list installed audit
Installed Packages
audit.x86_64

2. Verify the package has not been removed using the following command.

$ sudo yum list installed audit
Installed Packages
audit.x86_64

3. Verify the package has not been disabled using the following command.

$ sudo systemctl status auditd.service
auditd.service - Security Auditing Service
Loaded: loaded (/usr/lib/systemd/system/auditd.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2024-10-11 03:16:33 UTC; 21h ago

If audit.x86_64 is not installed or is not active, this is a finding.

Vulnerability Number

V-279565

Documentable

False

Rule Version

NXAC-OS-000077

Severity Override Guidance

1. Verify Nutanix OS is configured with the ausearch tool using the following command. The ausearch tool is a feature of the audit rpm.

$ sudo yum list installed audit
Installed Packages
audit.x86_64

2. Verify the package has not been removed using the following command.

$ sudo yum list installed audit
Installed Packages
audit.x86_64

3. Verify the package has not been disabled using the following command.

$ sudo systemctl status auditd.service
auditd.service - Security Auditing Service
Loaded: loaded (/usr/lib/systemd/system/auditd.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2024-10-11 03:16:33 UTC; 21h ago

If audit.x86_64 is not installed or is not active, this is a finding.

Check Content Reference

M

Target Key

5730