SV-258760r933341_rule
V-258760
SRG-OS-000480-VMM-002000
ESXI-80-000201
CAT II
10
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Security Profile.
Under "Lockdown Mode", click "Edit" and remove unnecessary users from the Exception Users list.
For environments that do not use vCenter server to manage ESXi, this is not applicable.
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Security Profile.
Under "Lockdown Mode", review the Exception Users list.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following script:
$vmhost = Get-VMHost | Get-View
$lockdown = Get-View $vmhost.ConfigManager.HostAccessManager
$lockdown.QueryLockdownExceptions()
If the Exception Users list contains accounts that do not require special permissions, this is a finding.
Note: The Exception Users list is empty by default and should remain that way except under site-specific circumstances.
V-258760
False
ESXI-80-000201
For environments that do not use vCenter server to manage ESXi, this is not applicable.
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Security Profile.
Under "Lockdown Mode", review the Exception Users list.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following script:
$vmhost = Get-VMHost | Get-View
$lockdown = Get-View $vmhost.ConfigManager.HostAccessManager
$lockdown.QueryLockdownExceptions()
If the Exception Users list contains accounts that do not require special permissions, this is a finding.
Note: The Exception Users list is empty by default and should remain that way except under site-specific circumstances.
M
5562