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

Snowflake - Possible privileges discovery activity

Back
Id627a4ff1-036b-4375-a9f9-288d5e1d7d37
RulenameSnowflake - Possible privileges discovery activity
DescriptionDetects possible privileges discovery activity.
SeverityMedium
TacticsDiscovery
TechniquesT1087
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/SnowflakePrivilegesDiscovery.yaml
Version1.0.1
Arm template627a4ff1-036b-4375-a9f9-288d5e1d7d37.json
Deploy To Azure
Snowflake
| where QueryType =~ 'SHOW'
| where QueryText has_all ('SHOW', 'ROLES')
| extend AccountCustomEntity = TargetUsername
triggerThreshold: 0
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
tactics:
- Discovery
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Snowflake/Analytic Rules/SnowflakePrivilegesDiscovery.yaml
queryPeriod: 1h
kind: Scheduled
relevantTechniques:
- T1087
name: Snowflake - Possible privileges discovery activity
id: 627a4ff1-036b-4375-a9f9-288d5e1d7d37
status: Available
description: |
    'Detects possible privileges discovery activity.'
severity: Medium
queryFrequency: 1h
requiredDataConnectors:
- connectorId: Snowflake
  dataTypes:
  - Snowflake
query: |
  Snowflake
  | where QueryType =~ 'SHOW'
  | where QueryText has_all ('SHOW', 'ROLES')
  | extend AccountCustomEntity = TargetUsername  
triggerOperator: gt