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

vCenter - Root impersonation

Back
Idf1fcb22c-b459-42f2-a7ee-7276b5f1309c
RulenamevCenter - Root impersonation
DescriptionDetects when root impersonation occurs.
SeverityMedium
TacticsPrivilegeEscalation
TechniquesT1078
Required data connectorsvCenter
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware vCenter/Analytic Rules/vCenter-Root impersonation.yaml
Version1.0.0
Arm templatef1fcb22c-b459-42f2-a7ee-7276b5f1309c.json
Deploy To Azure
vCenter
 | where Message has_all ('ImpersonateUser', 'VcIntegrity', 'root')
 | extend user = 'root'
name: vCenter - Root impersonation
status: Available
triggerThreshold: 0
severity: Medium
tactics:
- PrivilegeEscalation
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware vCenter/Analytic Rules/vCenter-Root impersonation.yaml
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: user
    identifier: Name
queryPeriod: 1h
queryFrequency: 1h
version: 1.0.0
triggerOperator: gt
description: |
    'Detects when root impersonation occurs.'
query: |
  vCenter
   | where Message has_all ('ImpersonateUser', 'VcIntegrity', 'root')
   | extend user = 'root'  
relevantTechniques:
- T1078
id: f1fcb22c-b459-42f2-a7ee-7276b5f1309c
requiredDataConnectors:
- dataTypes:
  - vCenter
  connectorId: vCenter
kind: Scheduled
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/f1fcb22c-b459-42f2-a7ee-7276b5f1309c')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/f1fcb22c-b459-42f2-a7ee-7276b5f1309c')]",
      "properties": {
        "alertRuleTemplateName": "f1fcb22c-b459-42f2-a7ee-7276b5f1309c",
        "customDetails": null,
        "description": "'Detects when root impersonation occurs.'\n",
        "displayName": "vCenter - Root impersonation",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "user",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware vCenter/Analytic Rules/vCenter-Root impersonation.yaml",
        "query": "vCenter\n | where Message has_all ('ImpersonateUser', 'VcIntegrity', 'root')\n | extend user = 'root'\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "PrivilegeEscalation"
        ],
        "techniques": [
          "T1078"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}