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

Query: mfa_method_removed

Usage

powerpipe query github_security_log_detections.query.mfa_method_removed

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 in ('two_factor_authentication.remove_factor')
order by
tp_timestamp desc;

Detections

The query is being used by the following detections: