Skip to content

Commit 8a05a0f

Browse files
authored
Update splunk_unauthenticated_log_injection_web_service_log.yml
1 parent d3806e5 commit 8a05a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detections/application/splunk_unauthenticated_log_injection_web_service_log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Rod Soto
66
status: production
77
type: Hunting
88
data_source: []
9-
description: An attacker can use a specially crafted web URL in their browser to cause log file injection, in which the attack inserts American National Standards Institute (ANSI) escape codes into specific files using a terminal program that supports those escape codes. The attack requires a terminal program that supports the translation of ANSI escape codes and requires additional user interaction to successfully execute. This following analytic detects potential log injection attempts into the Splunk Server.
9+
description: An attacker can use a specially crafted web URL in their browser to cause log file injection, in which the attack inserts American National Standards Institute (ANSI) escape codes into specific files using a terminal program that supports those escape codes. The attack requires a terminal program that supports the translation of ANSI escape codes and requires additional user interaction to successfully execute. This following analytic detects potential log injection attempts into the Splunk server.
1010
search: '`splunkd_webx` uri_path IN ("*\x1B*", "*\u001b*", "*\033*", "*\0x9*", "*\0x8*") | stats count by uri_path method host status clientip | `splunk_unauthenticated_log_injection_web_service_log_filter`'
1111
how_to_implement: This only affects web enabled Splunk instances. The detection does require the ability to search the _internal index.
1212
known_false_positives: This hunting search will produce false positives if ANSI escape characters are included in URLs either voluntarily or by accident. This search will not detect obfuscated ANSI characters.

0 commit comments

Comments
 (0)