Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Alsid DCShadow

Back
Id25e0b2dd-3ad3-4d5b-80dd-720f4ef0f12c
RulenameAlsid DCShadow
DescriptionSearches for DCShadow attacks
SeverityHigh
TacticsDefenseEvasion
TechniquesT1207
Required data connectorsAlsidForAD
KindScheduled
Query frequency2h
Query period2h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/DCShadow.yaml
Version1.0.1
Arm template25e0b2dd-3ad3-4d5b-80dd-720f4ef0f12c.json
Deploy To Azure
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), '.'))
name: Alsid DCShadow
id: 25e0b2dd-3ad3-4d5b-80dd-720f4ef0f12c
description: |
    'Searches for DCShadow attacks'
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - columnName: HostName
    identifier: HostName
  - columnName: DnsDomain
    identifier: DnsDomain
  entityType: Host
version: 1.0.1
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), '.'))  
tactics:
- DefenseEvasion
kind: Scheduled
queryFrequency: 2h
severity: High
queryPeriod: 2h
requiredDataConnectors:
- dataTypes:
  - AlsidForADLog_CL
  connectorId: AlsidForAD
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/DCShadow.yaml
relevantTechniques:
- T1207