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