Repository Vulnerability Alerts
| action | Description | Sample | Rule |
|---|---|---|---|
| repository_ | The list of people or teams authorized to receive Dependabot alerts for the repository was updated. | Y | N |
| repository_ | Dependabot alerts was disabled. | Y | Y |
| repository_ | Dependabot alerts was enabled. | Y | N |
repository_vulnerability_alerts.disable
#Description
Dependabot alerts was disabled.
Documented on GitHub's enterprise audit log reference. Full rule details for this event, including ATT&CK technique mappings and native queries →Example Audit Log Entry #
{
"@timestamp": 1783910559901,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNzQ=",
"action": "repository_vulnerability_alerts.disable",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"created_at": 1783910559901,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "modify",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"public_repo": false,
"repo": "user/example-repo",
"repo_id": 9000011,
"request_access_security_header": null,
"request_id": "94D6:32DEEF:B397812:B76825E:6A54509F",
"token_id": 9000006,
"token_scopes": "admin:enterprise,admin:gpg_key,admin:org,admin:org_hook,admin:public_key,admin:repo_hook,admin:ssh_signing_key,audit_log,codespace,copilot,delete:packages,delete_repo,gist,notifications,project,repo,user,workflow,write:discussion,write:network_configurations,write:packages",
"user": "user",
"user_agent": "python-requests/2.34.2",
"user_id": 9000002
}
Detection Rules #
Sigma #
T1195, T1195.001Splunk #
T1195, T1685T1195, T1685YARA-L #
T1562Panther #
T1562References #
repository_vulnerability_alerts.enable
#Description
Dependabot alerts was enabled.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000092,
"repo_id": 9000276,
"user_id": 9000093,
"actor_id": 9000093,
"created_at": 1783271787344.0,
"business_id": 9000005,
"public_repo": false,
"actor_is_bot": false,
"org": "example-org",
"repo": "user/example-repo",
"user": "user",
"actor": "user",
"topic": "example-label-116",
"action": "repository_vulnerability_alerts.enable",
"business": "example-business",
"operation_type": "modify",
"external_identity_nameid": "user",
"external_identity_username": "user"
}
References #