afad_parser
| where MessageType == 2 and Codename == "DCShadow"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
id: 25e0b2dd-3ad3-4d5b-80dd-720f4ef0f12c
triggerThreshold: 0
description: |
'Searches for DCShadow attacks'
requiredDataConnectors:
- connectorId: AlsidForAD
dataTypes:
- AlsidForADLog_CL
queryPeriod: 2h
version: 1.0.1
severity: High
tactics:
- DefenseEvasion
queryFrequency: 2h
kind: Scheduled
entityMappings:
- entityType: Host
fieldMappings:
- columnName: HostName
identifier: HostName
- columnName: DnsDomain
identifier: DnsDomain
name: Alsid DCShadow
relevantTechniques:
- T1207
triggerOperator: gt
query: |
afad_parser
| where MessageType == 2 and Codename == "DCShadow"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/DCShadow.yaml