Revert "Back-porting Version Trimming (#3681)"
This reverts commit 71d2c59b5c.
This commit is contained in:
@@ -2,16 +2,18 @@
|
||||
creation_date = "2023/08/29"
|
||||
integration = ["github"]
|
||||
maturity = "production"
|
||||
updated_date = "2024/05/21"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2023/10/03"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
description = """
|
||||
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.
|
||||
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.
|
||||
"""
|
||||
from = "now-9m"
|
||||
index = ["logs-github.audit-*"]
|
||||
@@ -24,12 +26,10 @@ severity = "medium"
|
||||
tags = ["Domain: Cloud", "Use Case: Threat Detection", "Tactic: Execution", "Data Source: Github"]
|
||||
timestamp_override = "event.ingested"
|
||||
type = "eql"
|
||||
|
||||
query = '''
|
||||
configuration where event.dataset == "github.audit" and event.action == "integration_installation.create"
|
||||
'''
|
||||
|
||||
|
||||
[[rule.threat]]
|
||||
framework = "MITRE ATT&CK"
|
||||
[[rule.threat.technique]]
|
||||
@@ -38,6 +38,7 @@ name = "Software Deployment Tools"
|
||||
reference = "https://attack.mitre.org/techniques/T1072/"
|
||||
|
||||
|
||||
|
||||
[rule.threat.tactic]
|
||||
id = "TA0002"
|
||||
name = "Execution"
|
||||
|
||||
Reference in New Issue
Block a user