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
requiredDataConnectors:
- dataTypes:
- Bitglass
connectorId: Bitglass
relevantTechniques:
- T1110
triggerOperator: gt
version: 1.0.1
queryFrequency: 1h
severity: High
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
name: Bitglass - Multiple failed logins
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
tactics:
- CredentialAccess
queryPeriod: 1h
description: |
'Detects multiple failed logins.'
kind: Scheduled
id: 7c570bfc-9f20-490e-80e8-b898c7ce4bda
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Bitglass/Analytic Rules/BitglassMultipleFailedLogins.yaml
status: Available