afad_parser
| where MessageType == 2 and Codename == "DCSync"
triggerOperator: gt
version: 1.0.0
query: |
afad_parser
| where MessageType == 2 and Codename == "DCSync"
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/DCSync.yaml
queryFrequency: 2h
requiredDataConnectors:
- connectorId: AlsidForAD
dataTypes:
- AlsidForADLog_CL
name: Alsid DCSync
queryPeriod: 2h
severity: High
kind: Scheduled
tactics:
- CredentialAccess
id: d3c658bd-8da9-4372-82e4-aaffa922f428
description: |
'Searches for DCSync attacks'
relevantTechniques:
- T1003.006
triggerThreshold: 0
{
"$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/d3c658bd-8da9-4372-82e4-aaffa922f428')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d3c658bd-8da9-4372-82e4-aaffa922f428')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Alsid DCSync",
"description": "'Searches for DCSync attacks'\n",
"severity": "High",
"enabled": true,
"query": "afad_parser\n| where MessageType == 2 and Codename == \"DCSync\"\n",
"queryFrequency": "PT2H",
"queryPeriod": "PT2H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess"
],
"techniques": [
"T1003.006"
],
"alertRuleTemplateName": "d3c658bd-8da9-4372-82e4-aaffa922f428",
"customDetails": null,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/DCSync.yaml",
"status": "Available",
"templateVersion": "1.0.0"
}
}
]
}