Anvilogic high experimental other

GCP: Log Sink Modified [snowflake-gcpaudit]

Threat actors may modify log sinks to manipulate or disrupt log data, which can be a tactic to evade detection or obscure malicious activities within the cloud environment. This rule detects the creation, update, or deletion of logging sinks in Google Cloud Platform. Google Service accounts (*@gserviceaccounts.com) have been filtered out to reduce false positives.

View Source

Detection Logic

select * from gcpaudit where event_time > dateadd(hour, -2, sysdate()) and (event_name ilike '%DeleteSink%' or event_name ilike '%CreateSink%' or event_name ilike '%UpdateSink%')

Field Validations

Loading…

Comments (0)

Loading comments...