Detectionhightest

Outdated Dependency Or Vulnerability Alert Disabled

Dependabot performs a scan to detect insecure dependencies, and sends Dependabot alerts. This rule detects when an organization owner disables Dependabot alerts private repositories or Dependabot security updates for all repositories.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Muhammad FaisalCreated Fri Jan 2734e1c7d4-0cd5-419d-9f1b-1dad3f61018dapplication
Log Source
githubaudit
Productgithub← raw: github
Serviceaudit← raw: audit

Definition

Requirements: The audit log streaming feature must be enabled to be able to receive such logs. You can enable following the documentation here: https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#setting-up-audit-log-streaming

Detection Logic
Detection Logic1 selector
detection:
    selection:
        action:
            - 'dependabot_alerts_new_repos.disable'
            - 'dependabot_alerts.disable'
            - 'dependabot_security_updates_new_repos.disable'
            - 'dependabot_security_updates.disable'
            - 'repository_vulnerability_alerts.disable'
    condition: selection
False Positives

Approved changes by the Organization owner. Please validate the 'actor' if authorized to make the changes.

Rule Metadata
Rule ID
34e1c7d4-0cd5-419d-9f1b-1dad3f61018d
Status
test
Level
high
Type
Detection
Created
Fri Jan 27
Path
rules/application/github/audit/github_disabled_outdated_dependency_or_vulnerability.yml
Raw Tags
attack.initial-accessattack.t1195.001
View on GitHub