GitHub Repository Deleted

Last updated 12 days ago on 2024-12-10
Created a year ago on 2023-08-29

About

This rule detects when a GitHub repository is deleted within your organization. Repositories are a critical component used within an organization to manage work, collaborate with others and release products to the public. Any delete action against a repository should be investigated to determine it's validity. Unauthorized deletion of organization repositories could cause irreversible loss of intellectual property and indicate compromise within your organization.
Tags
Domain: CloudUse Case: Threat DetectionUse Case: UEBATactic: ImpactData Source: Github
Severity
medium
Risk Score
47
MITRE ATT&CK™

Impact (TA0040)(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
configuration where event.module == "github" and event.dataset == "github.audit" and event.action == "repo.destroy"

Install detection rules in Elastic Security

Detect GitHub Repository Deleted 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).