Dependabot Security Updates New Repos

actionDescriptionSampleRule
dependabot_security_updates_new_repos.disableDependabot security updates were disabled for all new repositories.YY
dependabot_security_updates_new_repos.enableDependabot security updates were enabled for all new repositories.YN

dependabot_security_updates_new_repos.disable

#
Category
dependabot-security-updates-new-repos

Description

Dependabot security updates were disabled for all new repositories.

Documented on GitHub's enterprise audit log reference.

Example Audit Log Entry #

{
  "@timestamp": 1783957529609,
  "_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNTU=",
  "action": "dependabot_security_updates_new_repos.disable",
  "actor": "user",
  "actor_id": 9000002,
  "actor_is_bot": false,
  "actor_location": {
    "country_code": "XX"
  },
  "business": "example-business",
  "business_id": 9000003,
  "created_at": 1783957529609,
  "hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
  "operation_type": "modify",
  "org": "example-org",
  "org_id": 9000004,
  "programmatic_access_type": "Personal access token (classic)",
  "request_access_security_header": null,
  "request_id": "EA04:7E563:F4C158D:F98DAA5:6A550819",
  "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 #

Full rule details for this event, including ATT&CK technique mappings and native queries →

Sigma #

YARA-L #

Panther #

dependabot_security_updates_new_repos.enable

#
Category
dependabot-security-updates-new-repos

Description

Dependabot security updates were enabled for all new repositories.

Documented on GitHub's enterprise audit log reference.

Example Audit Log Entry #

{
  "@timestamp": 1783957525840,
  "_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNjU=",
  "action": "dependabot_security_updates_new_repos.enable",
  "actor": "user",
  "actor_id": 9000002,
  "actor_is_bot": false,
  "actor_location": {
    "country_code": "XX"
  },
  "business": "example-business",
  "business_id": 9000003,
  "created_at": 1783957525840,
  "hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
  "operation_type": "modify",
  "org": "example-org",
  "org_id": 9000004,
  "programmatic_access_type": "Personal access token (classic)",
  "request_access_security_header": null,
  "request_id": "EA04:7E563:F4BFE5A:F98C321:6A550815",
  "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
}

References #