Skip to content

Commit 5552843

Browse files
author
Patrick Bareiss
committed
bug fix
1 parent ce6a457 commit 5552843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

detections/cloud/github_enterprise_repository_archived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ search: '`github_enterprise` action=repo.archived
2121
| stats count min(_time) as firstTime max(_time) as lastTime by actor, actor_id, actor_is_bot, actor_location.country_code, business, business_id, org, org_id, repo, repo_id, user_agent, visibility, action
2222
| eval user=actor
2323
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
24-
| `github_enterprise_repository_deleted_filter`'
24+
| `github_enterprise_repository_archived_filter`'
2525
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.
2626
known_false_positives: unknown
2727
references:

detections/cloud/github_organizations_repository_archived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ search: '`github_organizations` vendor_action=repo.archived
2121
| stats count min(_time) as firstTime max(_time) as lastTime by actor, actor_id, actor_is_bot, actor_location.country_code, business, business_id, org, org_id, repo, repo_id, user_agent, visibility, vendor_action
2222
| eval user=actor
2323
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
24-
| `github_organizations_repository_deleted_filter`'
24+
| `github_organizations_repository_archived_filter`'
2525
how_to_implement: You must ingest GitHub Organizations logs using Splunk Add-on for Github using a Personal Access Token https://docs.splunk.com/Documentation/AddOns/released/GitHub/Configureinputs .
2626
known_false_positives: unknown
2727
references:

0 commit comments

Comments
 (0)