New GitHub App Installed

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

About

This rule detects when a new GitHub App has been installed in your organization account. GitHub Apps extend GitHub's functionality both within and outside of GitHub. When an app is installed it is granted permissions to read or modify your repository and organization data. Only trusted apps should be installed and any newly installed apps should be investigated to verify their legitimacy. Unauthorized app installation could lower your organization's security posture and leave you exposed for future attacks.
Tags
Domain: CloudUse Case: Threat DetectionTactic: ExecutionData Source: Github
Severity
medium
Risk Score
47
MITRE ATT&CK™

Execution (TA0002)(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.dataset == "github.audit" and event.action == "integration_installation.create"

Install detection rules in Elastic Security

Detect New GitHub App Installed 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).