mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge branch 'github_detections' of github.com:splunk/security_content into github_detections
This commit is contained in:
@@ -6,12 +6,11 @@ author: Patrick Bareiss, Splunk
|
||||
type: Anomaly
|
||||
datamodel: []
|
||||
description: This search looks for Dependabot Alerts in Github logs.
|
||||
search: '`github` alert.id=* action=create
|
||||
| rename repository.full_name as repository, repository.html_url as repository_url
|
||||
| stats min(_time) as firstTime max(_time) as lastTime by action alert.affected_package_name
|
||||
alert.affected_range alert.created_at alert.external_identifier alert.external_reference alert.fixed_in
|
||||
alert.severity repository repository_url
|
||||
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
|
||||
search: '`github` alert.id=* action=create | rename repository.full_name as repository,
|
||||
repository.html_url as repository_url | stats min(_time) as firstTime max(_time)
|
||||
as lastTime by action alert.affected_package_name alert.affected_range alert.created_at
|
||||
alert.external_identifier alert.external_reference alert.fixed_in alert.severity
|
||||
repository repository_url | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
|
||||
| `github_dependabot_alert_filter`'
|
||||
how_to_implement: You must index GitHub logs. You can follow the url in reference
|
||||
to onboard GitHub logs.
|
||||
|
||||
Reference in New Issue
Block a user