heroui logo

Snowflake Drop Database

Anvilogic Forge

View Source
Summary
The Snowflake Drop Database rule is designed to monitor and detect the execution of the 'DROP DATABASE' command within a Snowflake environment. This command is critical as it can lead to substantial data loss and is indicative of potential data destruction activities attributed to threat actor UNC5537, which is linked to malicious software known as rapeflake. The detection logic employs a SQL query that retrieves records from the Snowflake account usage query history, specifically looking for 'DROP DATABASE' commands within the last 2 hours. By utilizing an 'ILIKE' operator, the rule is case-insensitive and captures variations in the query text. Effective monitoring of this command is crucial for organizations using Snowflake to ensure the integrity of their databases and mitigate risks associated with unauthorized database deletions.
Categories
  • Cloud
  • Application
Data Sources
  • Application Log
ATT&CK Techniques
  • T1485
Created: 2024-05-31