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