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

Query: Failed Login Attempts

Description

Count failed login attempts.

Usage

powerpipe query github_security_log_detections.query.activity_dashboard_failed_logins

Tailpipe Tables

SQL

select
count(*) as "Failed Logins"
from
github_security_log
where
action = 'user.failed_login';

Dashboards

The query is used in the dashboards: