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

Query: MFA Activity

Description

Show MFA activities over time.

Usage

powerpipe query github_security_log_detections.query.activity_dashboard_mfa_activity

Tailpipe Tables

SQL

select
action,
count(*) as total_events
from
github_security_log
where
action like 'two_factor_authentication.%'
group by
action
order by
total_events desc;

Dashboards

The query is used in the dashboards: