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

Alsid DCSync

Back
Idd3c658bd-8da9-4372-82e4-aaffa922f428
RulenameAlsid DCSync
DescriptionSearches for DCSync attacks
SeverityHigh
TacticsCredentialAccess
TechniquesT1003.006
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/DCSync.yaml
Version1.0.1
Arm templated3c658bd-8da9-4372-82e4-aaffa922f428.json
Deploy To Azure
afad_parser
| where MessageType == 2 and Codename == "DCSync"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
relevantTechniques:
- T1003.006
entityMappings:
- fieldMappings:
  - columnName: HostName
    identifier: HostName
  - columnName: DnsDomain
    identifier: DnsDomain
  entityType: Host
triggerThreshold: 0
description: |
    'Searches for DCSync attacks'
requiredDataConnectors:
- connectorId: AlsidForAD
  dataTypes:
  - AlsidForADLog_CL
triggerOperator: gt
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/DCSync.yaml
id: d3c658bd-8da9-4372-82e4-aaffa922f428
queryFrequency: 2h
query: |
  afad_parser
  | where MessageType == 2 and Codename == "DCSync"
  | extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))  
severity: High
status: Available
queryPeriod: 2h
name: Alsid DCSync
tactics:
- CredentialAccess
kind: Scheduled