Anvilogic high experimental other

AWS Add user to group [snowflake-awscloudtrail]

This use case looks for when a user has been added to a group.

View Source

Detection Logic

select * from awscloudtrail where event_time > dateadd(hour, -2, sysdate()) and event_name = 'AddUserToGroup'

Field Validations

Loading…

Comments (0)

Loading comments...