GitHub App Deletededit

Detects the deletion of a GitHub app either from a repo or an organization.

Rule type: eql

Rule indices:

  • logs-github.audit-*

Severity: low

Risk score: 21

Runs every: 5m

Searches indices from: now-9m (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

References: None

Tags:

  • Domain: Cloud
  • Use Case: Threat Detection
  • Tactic: Execution
  • Data Source: Github

Version: 1

Rule authors:

  • Elastic

Rule license: Elastic License v2

Rule queryedit

configuration where event.dataset == "github.audit" and github.category == "integration_installation" and event.type == "deletion"

Framework: MITRE ATT&CKTM