2020-06-02 17:50:39 +03:00
|
|
|
id: ec986fb7-34ed-4528-a5f3-a496e61d8860
|
|
|
|
name: GitHub Update Permissions
|
|
|
|
description: |
|
|
|
|
'This hunting query identifies GitHub activites where permissions are updated that may be a sign of compromise.'
|
2021-02-05 02:31:02 +03:00
|
|
|
requiredDataConnectors: []
|
2020-06-02 17:50:39 +03:00
|
|
|
tactics:
|
|
|
|
- Persistence
|
2020-07-28 22:04:51 +03:00
|
|
|
- DefenseEvasion
|
2020-06-02 17:50:39 +03:00
|
|
|
relevantTechniques:
|
|
|
|
- T1098
|
2021-08-12 20:58:18 +03:00
|
|
|
- T1562
|
2020-06-02 17:50:39 +03:00
|
|
|
query: |
|
|
|
|
|
2020-06-10 05:01:38 +03:00
|
|
|
GitHubAudit
|
|
|
|
| where Action == "org.update_default_repository_permission"
|
|
|
|
| project TimeGenerated, Action, Actor, Country, Repository, PreviousPermission, CurrentPermission
|