GitHub App Deleted
Detects the deletion of a GitHub app either from a repo or an organization.
Elastic rule (View on GitHub)
1[metadata]
2creation_date = "2023/10/11"
3integration = ["github"]
4maturity = "production"
5updated_date = "2024/12/10"
6min_stack_version = "8.13.0"
7min_stack_comments = "Breaking change at 8.13.0 for the Github Integration."
8
9[rule]
10author = ["Elastic"]
11description = "Detects the deletion of a GitHub app either from a repo or an organization.\n"
12from = "now-9m"
13index = ["logs-github.audit-*"]
14language = "eql"
15license = "Elastic License v2"
16name = "GitHub App Deleted"
17risk_score = 21
18rule_id = "fd01b949-81be-46d5-bcf8-284395d5f56d"
19severity = "low"
20tags = ["Domain: Cloud", "Use Case: Threat Detection", "Tactic: Execution", "Data Source: Github"]
21timestamp_override = "event.ingested"
22type = "eql"
23
24query = '''
25configuration where event.dataset == "github.audit" and github.category == "integration_installation" and event.type == "deletion"
26'''
27
28
29[[rule.threat]]
30framework = "MITRE ATT&CK"
31[[rule.threat.technique]]
32id = "T1648"
33name = "Serverless Execution"
34reference = "https://attack.mitre.org/techniques/T1648/"
35
36
37[rule.threat.tactic]
38id = "TA0002"
39name = "Execution"
40reference = "https://attack.mitre.org/tactics/TA0002/"
Related rules
- GitHub UEBA - Multiple Alerts from a GitHub Account
- High Number of Cloned GitHub Repos From PAT
- New GitHub App Installed
- GitHub Owner Role Granted To User
- GitHub Protected Branch Settings Changed