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

Snowflake - Multiple login failures by user

Back
Ide05cc333-d499-430f-907c-7f28a9e4d1b5
RulenameSnowflake - Multiple login failures by user
DescriptionDetects multiple login failures by user.
SeverityHigh
TacticsInitialAccess
TechniquesT1078
Required data connectorsSnowflake
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Snowflake/Analytic Rules/SnowflakeMultipleLoginFailure.yaml
Version1.0.2
Arm templatee05cc333-d499-430f-907c-7f28a9e4d1b5.json
Deploy To Azure
let threshold = 10;
Snowflake
| where EventType =~ 'LOGIN'
| where LoginIsSuccess =~ 'No'
| summarize count() by TargetUsername, bin(TimeGenerated, 5m)
| where count_ > threshold
| extend AccountCustomEntity = TargetUsername
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Snowflake/Analytic Rules/SnowflakeMultipleLoginFailure.yaml
severity: High
queryFrequency: 1h
status: Available
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
triggerOperator: gt
query: |
  let threshold = 10;
  Snowflake
  | where EventType =~ 'LOGIN'
  | where LoginIsSuccess =~ 'No'
  | summarize count() by TargetUsername, bin(TimeGenerated, 5m)
  | where count_ > threshold
  | extend AccountCustomEntity = TargetUsername  
queryPeriod: 1h
kind: Scheduled
id: e05cc333-d499-430f-907c-7f28a9e4d1b5
relevantTechniques:
- T1078
description: |
    'Detects multiple login failures by user.'
requiredDataConnectors:
- dataTypes:
  - Snowflake
  connectorId: Snowflake
triggerThreshold: 0
tactics:
- InitialAccess
name: Snowflake - Multiple login failures by user
version: 1.0.2