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

Alsid Password Spraying

Back
Id9e20eb4e-cc0d-4349-a99d-cad756859dfb
RulenameAlsid Password Spraying
DescriptionSearches for Password spraying attacks
SeverityHigh
TacticsCredentialAccess
TechniquesT1110.003
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/PasswordSpraying.yaml
Version1.0.1
Arm template9e20eb4e-cc0d-4349-a99d-cad756859dfb.json
Deploy To Azure
afad_parser
| where MessageType == 2 and Codename == "Password Spraying"
| extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))
triggerThreshold: 0
entityMappings:
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: HostName
  - identifier: DnsDomain
    columnName: DnsDomain
requiredDataConnectors:
- dataTypes:
  - AlsidForADLog_CL
  connectorId: AlsidForAD
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Alsid For AD/Analytic Rules/PasswordSpraying.yaml
name: Alsid Password Spraying
relevantTechniques:
- T1110.003
status: Available
version: 1.0.1
queryPeriod: 2h
kind: Scheduled
id: 9e20eb4e-cc0d-4349-a99d-cad756859dfb
query: |
  afad_parser
  | where MessageType == 2 and Codename == "Password Spraying"
  | extend HostName = tostring(split(Host, '.', 0)[0]), DnsDomain = tostring(strcat_array(array_slice(split(Host, '.'), 1, -1), '.'))  
description: |
    'Searches for Password spraying attacks'
queryFrequency: 2h
severity: High
triggerOperator: gt
tactics:
- CredentialAccess