GitHub Repo switched from private to public
Description
'This hunting query identifies GitHub activites where a repo was changed from private to public that may be a sign of compromise.'
Query · kql
GitHubAudit | where Action == "repo.access" | where OperationType == "MODIFY" | where Visibility == "PUBLIC" | project TimeGenerated, Action, Actor, Country, Repository, Visibility