afad_parser
| where MessageType == 2 and Codename == "Password Guessing"
| 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/PasswordGuessing.yaml
query: |
afad_parser
| where MessageType == 2 and Codename == "Password Guessing"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
requiredDataConnectors:
- dataTypes:
- AlsidForADLog_CL
connectorId: AlsidForAD
tactics:
- CredentialAccess
name: Alsid Password Guessing
relevantTechniques:
- T1110
severity: High
entityMappings:
- fieldMappings:
- identifier: HostName
columnName: HostName
- identifier: DnsDomain
columnName: DnsDomain
entityType: Host
kind: Scheduled
queryFrequency: 2h
description: |
'Searches for bruteforce Password Guessing attacks'
triggerThreshold: 0
triggerOperator: gt
version: 1.0.1
queryPeriod: 2h
id: ba239935-42c2-472d-80ba-689186099ea1