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