let SeverityTable=datatable(Severity:string,Level:int) [
"low", 1,
"medium", 2,
"high", 3,
"critical", 4
];
afad_parser
| where MessageType == 2
| lookup kind=leftouter SeverityTable on Severity
| order by Level
severity: Low
description: |
'Searches for triggered Indicators of Attack'
triggerOperator: gt
queryPeriod: 2h
requiredDataConnectors:
- dataTypes:
- AlsidForADLog_CL
connectorId: AlsidForAD
queryFrequency: 2h
triggerThreshold: 0
tactics:
- CredentialAccess
query: |
let SeverityTable=datatable(Severity:string,Level:int) [
"low", 1,
"medium", 2,
"high", 3,
"critical", 4
];
afad_parser
| where MessageType == 2
| lookup kind=leftouter SeverityTable on Severity
| order by Level
status: Available
kind: Scheduled
relevantTechniques:
- T1110
version: 1.0.0
id: 3caa67ef-8ed3-4ab5-baf2-3850d3667f3d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/IndicatorsOfAttack.yaml
name: Alsid Indicators of Attack
{
"$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/3caa67ef-8ed3-4ab5-baf2-3850d3667f3d')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/3caa67ef-8ed3-4ab5-baf2-3850d3667f3d')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Alsid Indicators of Attack",
"description": "'Searches for triggered Indicators of Attack'\n",
"severity": "Low",
"enabled": true,
"query": "let SeverityTable=datatable(Severity:string,Level:int) [\n\"low\", 1,\n\"medium\", 2,\n\"high\", 3,\n\"critical\", 4\n];\nafad_parser\n| where MessageType == 2\n| lookup kind=leftouter SeverityTable on Severity\n| order by Level\n",
"queryFrequency": "PT2H",
"queryPeriod": "PT2H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess"
],
"techniques": [
"T1110"
],
"alertRuleTemplateName": "3caa67ef-8ed3-4ab5-baf2-3850d3667f3d",
"customDetails": null,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/IndicatorsOfAttack.yaml",
"status": "Available",
"templateVersion": "1.0.0"
}
}
]
}