let threshold = 10;
Bitglass
| where EventType =~ 'access'
| where EventResultDetails =~ 'Failed login attempt.'
| summarize count() by User, bin(TimeGenerated, 10m)
| where count_ >= threshold
| extend AccountCustomEntity = User
relevantTechniques:
- T1110
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
version: 1.0.1
id: 7c570bfc-9f20-490e-80e8-b898c7ce4bda
severity: High
kind: Scheduled
queryFrequency: 1h
description: |
'Detects multiple failed logins.'
requiredDataConnectors:
- connectorId: Bitglass
dataTypes:
- Bitglass
triggerOperator: gt
name: Bitglass - Multiple failed logins
tactics:
- CredentialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassMultipleFailedLogins.yaml
triggerThreshold: 0
queryPeriod: 1h
query: |
let threshold = 10;
Bitglass
| where EventType =~ 'access'
| where EventResultDetails =~ 'Failed login attempt.'
| summarize count() by User, bin(TimeGenerated, 10m)
| where count_ >= threshold
| extend AccountCustomEntity = User
status: Available