GitHub OAuth App Restrictions Disabled
Description
'This hunting query identifies GitHub OAuth Apps that have restrictions disabled that may be a sign of compromise. Attacker will want to disable such security tools in order to go undetected. '
Query · kql
GitHubAudit | where Action == "org.disable_oauth_app_restrictions" | project TimeGenerated, Action, Actor, Country