SV-279600r1192481_rule
V-279600
SRG-OS-000104-GPOS-00051
NXAC-OS-000154
CAT II
10
Nutanix OS is a purpose-built OS that comes with the account of last resort and system accounts needed. All user accounts required for the proper functionality of the OS are present.
If any additional accounts are found on the system, corruption may have occurred and the OS must be rebuilt.
Verify Nutanix OS contains no duplicate User IDs (UIDs) for interactive users using the following command.
awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any output is returned, this is a finding.
V-279600
False
NXAC-OS-000154
Verify Nutanix OS contains no duplicate User IDs (UIDs) for interactive users using the following command.
awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd
If any output is returned, this is a finding.
M
5730