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

Snowflake - Unusual query

Back
Id1dd1d9e5-3ebf-43cb-be07-6082d5eabe79
RulenameSnowflake - Unusual query
DescriptionDetects unusual query.
SeverityMedium
TacticsCollection
TechniquesT1119
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/SnowflakeUnusualQuery.yaml
Version1.0.1
Arm template1dd1d9e5-3ebf-43cb-be07-6082d5eabe79.json
Deploy To Azure
Snowflake
| where QueryType =~ 'SELECT'
| where QueryExecutionStatus =~ 'SUCCESS'
| where QueryText startswith @'SELECT *'
| extend AccountCustomEntity = TargetUsername
relevantTechniques:
- T1119
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
triggerThreshold: 0
description: |
    'Detects unusual query.'
requiredDataConnectors:
- connectorId: Snowflake
  dataTypes:
  - Snowflake
triggerOperator: gt
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Snowflake/Analytic Rules/SnowflakeUnusualQuery.yaml
id: 1dd1d9e5-3ebf-43cb-be07-6082d5eabe79
queryFrequency: 1h
query: |
  Snowflake
  | where QueryType =~ 'SELECT'
  | where QueryExecutionStatus =~ 'SUCCESS'
  | where QueryText startswith @'SELECT *'
  | extend AccountCustomEntity = TargetUsername  
severity: Medium
status: Available
queryPeriod: 1h
name: Snowflake - Unusual query
tactics:
- Collection
kind: Scheduled