Anvilogic high experimental other

Snowflake Create Integration [snowflake-database_query_history]

Creates a new integration in the system or replaces an existing integration. An integration is a Snowflake object that provides an interface between Snowflake and third-party services.

View Source

Detection Logic

select * from snowflake.account_usage.query_history where event_time > dateadd(hour, -2, sysdate()) and query_text ilike '% integration%' and query_text ilike 'create%'

Field Validations

Loading…

Comments (0)

Loading comments...