SV-258923r1015933_rule
V-258923
SRG-APP-000291
VCSA-80-000123
CAT II
10
From the vSphere Client, go to Host and Clusters.
Select a vCenter Server >> Configure >> Security >> Alarm Definitions.
Click "Add".
Provide the alarm name of "SSO account actions - com.vmware.sso.PrincipalManagement" and an optional description.
From the "Target type" dropdown menu, select "vCenter Server".
Click "Next".
Paste "com.vmware.sso.PrincipalManagement" (without quotes) in the line after "IF" and press "Enter".
Next to "Trigger the alarm and", select "Show as Warning".
Configure the desired notification actions that will inform the SA and ISSO of the event.
Click "Next". Click "Next" again. Click "Create".
From the vSphere Client, go to Host and Clusters.
Select a vCenter Server >> Configure >> Security >> Alarm Definitions.
Verify there is an alarm created to alert upon all SSO account actions.
The alarm name may vary, but it is suggested to name it "SSO account actions - com.vmware.sso.PrincipalManagement".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-AlarmDefinition | Where {$_.ExtensionData.Info.Expression.Expression.EventTypeId -eq "com.vmware.sso.PrincipalManagement"} | Select Name,Enabled,@{N="EventTypeId";E={$_.ExtensionData.Info.Expression.Expression.EventTypeId}}
If an alarm is not created to alert on SSO account actions, this is a finding.
V-258923
False
VCSA-80-000123
From the vSphere Client, go to Host and Clusters.
Select a vCenter Server >> Configure >> Security >> Alarm Definitions.
Verify there is an alarm created to alert upon all SSO account actions.
The alarm name may vary, but it is suggested to name it "SSO account actions - com.vmware.sso.PrincipalManagement".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-AlarmDefinition | Where {$_.ExtensionData.Info.Expression.Expression.EventTypeId -eq "com.vmware.sso.PrincipalManagement"} | Select Name,Enabled,@{N="EventTypeId";E={$_.ExtensionData.Info.Expression.Expression.EventTypeId}}
If an alarm is not created to alert on SSO account actions, this is a finding.
M
5573