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

Snowflake - Abnormal query process time

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