let threshold = 10000;
Snowflake
| where QueryTotalElapsedTime > threshold
| extend AccountCustomEntity = TargetUsername
description: |
'Detects query with abnormal proccess time.'
kind: Scheduled
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Snowflake/Analytic Rules/SnowflakeLongQueryProcessTime.yaml
status: Available
triggerOperator: gt
severity: Medium
relevantTechniques:
- T1499
triggerThreshold: 0
name: Snowflake - Abnormal query process time
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
requiredDataConnectors:
- connectorId: Snowflake
dataTypes:
- Snowflake
id: 1376f5e5-855a-4f88-8591-19eba4575a0f
queryPeriod: 1h
tactics:
- Impact
version: 1.0.1
query: |
let threshold = 10000;
Snowflake
| where QueryTotalElapsedTime > threshold
| extend AccountCustomEntity = TargetUsername