diff --git a/detections/application/path_traversal_spl_injection.yml b/detections/application/path_traversal_spl_injection.yml index 94109fdec1..c1ccd2e5c5 100644 --- a/detections/application/path_traversal_spl_injection.yml +++ b/detections/application/path_traversal_spl_injection.yml @@ -7,7 +7,7 @@ type: TTP datamodel: [] search: ' `path_traversal_spl_injection` | search "\/..\/..\/..\/..\/..\/..\/..\/..\/..\/" | stats count by status clientip method uri_path uri_query | `path_traversal_spl_injection_filter`' description: On May 3rd, 2022, Splunk published a security advisory for a Path traversal in search parameter that can potentiall allow SPL injection. An attacker can cause the application to load data from incorrect endpoints, urls leading to outcomes such as running arbitrary SPL queries. -how_to_implement: This detection does not require you to ingest any new data. The detection does require the ability to search the _internal index. This search will provide search UI requests with path traversal parameter ("../../../../../../../../../") which shows exploitation attempts. +how_to_implement: This detection does not require you to ingest any new data. The detection does require the ability to search the _internal index. This search will provide search UI requests with path traversal parameter ("../../../../../../../../../") which shows exploitation attempts. This detection is meant for on premise environments, and if executed on internet facing servers without a WAF may produce a lot of results. This detection will not work against obfuscated path traversal requests. known_false_positives: This search may find additional path traversal exploitation attempts. references: - https://www.splunk.com/en_us/product-security/announcements/svd-2022-0506.html @@ -40,7 +40,6 @@ tags: product: - Splunk Enterprise - Splunk Enterprise Security - - Splunk Cloud required_fields: - status - clientip diff --git a/tests/application/path_traversal_spl_injection.test.yml b/tests/application/path_traversal_spl_injection.test.yml index c59e89061f..2fadba7cf2 100644 --- a/tests/application/path_traversal_spl_injection.test.yml +++ b/tests/application/path_traversal_spl_injection.test.yml @@ -8,6 +8,6 @@ tests: attack_data: - file_name: path_traversal_spl_injection.txt data: https://raw.githubusercontent.com/splunk/attack_data/master/datasets/attack_techniques/T1083/splunk/path_traversal_spl_injection.txt - source: c:\opt\splunk\var\log\splunk\splunkd_ui_access.log + source: splunkd_ui_access.log sourcetype: splunkd_ui_access custom_index: _internal