improvements

This commit is contained in:
Patrick Bareiss
2025-01-15 16:03:42 +01:00
parent 2917e24177
commit 9d2be764a3
3 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
name: GitHub
name: GitHub Enterprise Audit Logs
id: 8a4d656f-8801-4a2c-ae10-553d2696a59f
version: 1
date: '2025-01-15'
@@ -1,4 +1,4 @@
name: GitHub Disable Dependabot
name: GitHub Enterprise Disable Dependabot
id: 787dd1c1-eb3a-4a31-8e8c-2ad24b214bc8
version: 1
date: '2025-01-14'
@@ -19,7 +19,7 @@ search: '`github_enterprise` action=repository_vulnerability_alerts.disable
| stats count min(_time) as firstTime max(_time) as lastTime by actor, actor_id, actor_ip, actor_is_bot, actor_location.country_code, business, business_id, org, org_id, repo, repo_id, user, user_agent, user_id, action
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
| `github_disable_dependabot_filter`'
how_to_implement: You must ingest GitHub Enterprise logs using Audit log streaming as described in this documentation 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-streaming-to-splunk .
how_to_implement: You must ingest GitHub Enterprise logs using Audit log streaming as described in this documentation 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-streaming-to-splunk using a Splunk HTTP Event Collector.
known_false_positives: unknown
references:
- https://www.googlecloudcommunity.com/gc/Community-Blog/Monitoring-for-Suspicious-GitHub-Activity-with-Google-Security/ba-p/763610
+1 -1
View File
@@ -1,4 +1,4 @@
definition: sourcetype=github:cloud:audit
definition: source=http:github sourcetype=httpevent
description: customer specific splunk configurations(eg- index, source, sourcetype).
Replace the macro definition with configurations for your Splunk Environment.
name: github_enterprise