New GitHub Owner Added

Last updated 12 days ago on 2024-12-10
Created a year ago on 2023-09-11

About

Detects when a new member is added to a GitHub organization as an owner. This role provides admin level privileges. Any new owner roles should be investigated to determine it's validity. Unauthorized owner roles could indicate compromise within your organization and provide unlimited access to data and settings.
Tags
Domain: CloudUse Case: Threat DetectionUse Case: UEBATactic: PersistenceData Source: Github
Severity
medium
Risk Score
47
MITRE ATT&CK™

Persistence (TA0003)(opens in a new tab or window)

License
Elastic License v2(opens in a new tab or window)

Definition

Rule Type
Event Correlation Rule
Integration Pack
Prebuilt Security Detection Rules
Index Patterns
logs-github.audit-*
Related Integrations

github(opens in a new tab or window)

Query
iam where event.dataset == "github.audit" and event.action == "org.add_member" and github.permission == "admin"

Install detection rules in Elastic Security

Detect New GitHub Owner Added in the Elastic Security detection engine by installing this rule into your Elastic Stack.

To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(opens in a new tab or window).