Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

VMware ESXi - Root impersonation

Back
Id23a3cf72-9497-408e-8144-87958a60d31a
RulenameVMware ESXi - Root impersonation
DescriptionDetects when root impersonation occurs.
SeverityMedium
TacticsPrivilegeEscalation
TechniquesT1078
Required data connectorsSyslogAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMWareESXi/Analytic Rules/ESXiRootImpersonation.yaml
Version1.0.2
Arm template23a3cf72-9497-408e-8144-87958a60d31a.json
Deploy To Azure
VMwareESXi
| where SyslogMessage has_all ('ImpersonateUser', 'VcIntegrity', 'root')
| extend user = 'root'
| extend AccountCustomEntity = user
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
triggerOperator: gt
tactics:
- PrivilegeEscalation
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMWareESXi/Analytic Rules/ESXiRootImpersonation.yaml
version: 1.0.2
query: |
  VMwareESXi
  | where SyslogMessage has_all ('ImpersonateUser', 'VcIntegrity', 'root')
  | extend user = 'root'
  | extend AccountCustomEntity = user  
triggerThreshold: 0
relevantTechniques:
- T1078
queryPeriod: 1h
status: Available
severity: Medium
kind: Scheduled
name: VMware ESXi - Root impersonation
queryFrequency: 1h
id: 23a3cf72-9497-408e-8144-87958a60d31a
description: |
    'Detects when root impersonation occurs.'
requiredDataConnectors:
- datatypes:
  - Syslog
  connectorId: SyslogAma