afad_parser
| where MessageType == 2 and Codename == "OS Credential Dumping: LSASS Memory"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
description: |
'Searches for OS Credentials dumping attacks'
queryFrequency: 2h
triggerThreshold: 0
queryPeriod: 2h
tactics:
- CredentialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/LSASSMemory.yaml
severity: High
kind: Scheduled
status: Available
name: Alsid LSASS Memory
entityMappings:
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: HostName
- identifier: DnsDomain
columnName: DnsDomain
requiredDataConnectors:
- connectorId: AlsidForAD
dataTypes:
- AlsidForADLog_CL
relevantTechniques:
- T1003.001
version: 1.0.1
query: |
afad_parser
| where MessageType == 2 and Codename == "OS Credential Dumping: LSASS Memory"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
id: 3acf5617-7c41-4085-9a79-cc3a425ba83a
triggerOperator: gt