Skip to content
9 changes: 0 additions & 9 deletions app_template/default/data/ui/nav/default.xml

This file was deleted.

657 changes: 0 additions & 657 deletions app_template/lookups/mitre_enrichment.csv

This file was deleted.

4 changes: 2 additions & 2 deletions baselines/baseline_of_open_s3_bucket_decommissioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ search: '`cloudtrail` eventSource="s3.amazonaws.com" (eventName=DeleteBucket OR
| eval policy_details = if(isPublicPolicy==1, "Policy: Principal=" . mvjoin(principals, ", ") . " Effect=" . mvjoin(effects, ", ") . " Action=" . mvjoin(actions, ", "), "No Public Policy")
| eval website_details = if(isWebsite==1, "Static Website Enabled", "No Website Hosting")
| table bucketName, hosts, firstEvent, lastEvent, events, policy_details, website_details, accountIds, userARNs, awsRegions
| outputlookup append=true decommissioned_buckets | `baseline_of_open_s3_bucket_decommissioning_filter`'
| outputlookup append=true decommissioned_buckets'
how_to_implement: To implement this baseline, you need to have AWS CloudTrail logs being ingested into Splunk with the AWS Add-on properly configured. The search looks for S3 bucket events related to bucket policies, website hosting configuration, and bucket deletion. The results are stored in a lookup KVStore named decommissioned_buckets which tracks the history of deleted buckets that were previously exposed to the public.
known_false_positives: Some buckets may be intentionally made public for legitimate business purposes before being decommissioned. Review the policy_details and website_details fields to understand the nature of the public access that was configured.
references:
Expand All @@ -61,4 +61,4 @@ deployment:
cron_schedule: 0 2 * * 0
earliest_time: -30d@d
latest_time: -1d@d
schedule_window: auto
schedule_window: auto
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: network
tests:
- name: True Positive Test
Expand Down
8 changes: 8 additions & 0 deletions detections/deprecated/cobalt_strike_named_pipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ version: 13
date: '2025-12-04'
author: Michael Haag, Splunk
status: deprecated
deprecation_info:
content_type: Search
full_stanza_name: ESCU - Cobalt Strike Named Pipes - Rule
reason: Detection is now part of a larger collection of suspicious named pipes
removed_in_version: 5.22.0
replacement_content: []
# TODO - commented out for now. This will be updated after a parsing improvement.
#- Windows Suspicious C2 Named Pipe
type: TTP
description: The following analytic detects the use of default or publicly known named
pipes associated with Cobalt Strike. It leverages Sysmon EventID 17 and 18 to identify
Expand Down
7 changes: 7 additions & 0 deletions detections/deprecated/http_suspicious_tool_user_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ description: This Splunk query analyzes web access logs to identify and categori
non-browser user agents, detecting various types of security tools, scripting languages,
automation frameworks, and suspicious patterns. This activity can signify malicious actors
attempting to interact with web endpoints in non-standard ways.
deprecation_info:
content_type: Search
full_stanza_name: ESCU - HTTP Suspicious Tool User Agent - Rule
removed_in_version: 5.22.0
reason: Detection has been renamed for clarity
replacement_content:
- HTTP Scripting Tool User Agent
data_source:
- Nginx Access
search: '`nginx_access_logs`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test - Cisco NVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ tags:
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
security_domain: endpoint
tests:
- name: True Positive Test
Expand Down
File renamed without changes.
Loading