Anvilogic unknown experimental other

Okta: Application Modified or Deleted [snowflake-okta]

This use case looks for updates or removals of OKTA applications

View Source

Detection Logic

select * from okta where event_time > dateadd(hour, -2, sysdate()) and (event_type ilike 'application.lifecycle.update' or event_type ilike 'application.lifecycle.delete')

Field Validations

Loading…

Comments (0)

Loading comments...