SentinelOne
| where ActivityType == 23
| extend AccountCustomEntity = SrcUserName
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneNewAdmin.yaml
severity: Medium
name: Sentinel One - New admin created
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
relevantTechniques:
- T1078
queryFrequency: 1h
triggerThreshold: 0
queryPeriod: 1h
description: |
'Detects when new admin user is created.'
id: e73d293d-966c-47ec-b8e0-95255755f12c
version: 1.0.0
tactics:
- PrivilegeEscalation
query: |
SentinelOne
| where ActivityType == 23
| extend AccountCustomEntity = SrcUserName
status: Available
requiredDataConnectors:
- dataTypes:
- SentinelOne
connectorId: SentinelOne
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/e73d293d-966c-47ec-b8e0-95255755f12c')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/e73d293d-966c-47ec-b8e0-95255755f12c')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Sentinel One - New admin created",
"description": "'Detects when new admin user is created.'\n",
"severity": "Medium",
"enabled": true,
"query": "SentinelOne\n| where ActivityType == 23\n| extend AccountCustomEntity = SrcUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"PrivilegeEscalation"
],
"techniques": [
"T1078"
],
"alertRuleTemplateName": "e73d293d-966c-47ec-b8e0-95255755f12c",
"customDetails": null,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "Name",
"columnName": "AccountCustomEntity"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneNewAdmin.yaml",
"status": "Available",
"templateVersion": "1.0.0"
}
}
]
}