turbot/tailpipe-mod-github-security-log-detections

Query: oauth_app_authorization_destroyed

Usage

powerpipe query github_security_log_detections.query.oauth_app_authorization_destroyed

Tailpipe Tables

SQL

select
tp_timestamp as timestamp,
action as operation,
concat('https://github.com/', user) as resource,
actor,
tp_source_ip as source_ip,
tp_id as source_id,
*
exclude (actor, timestamp)
from
github_security_log
where
action = 'oauth_authorization.destroy'
order by
tp_timestamp desc;

Detections

The query is being used by the following detections: