Skip to content

Commit d0fe9a8

Browse files
committed
add whitespace to regex
1 parent 7569563 commit d0fe9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detections/endpoint/linux_proxy_socks_curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
2121
"*--preproxy *", "--proxy*") by Processes.dest Processes.user Processes.parent_process_name
2222
Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
2323
| `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
24-
| where match(process, "-x") OR match(process, "(?i)socks\d\w?:\/\/|--(pre)?proxy") | `linux_proxy_socks_curl_filter`'
24+
| where match(process, "-x\s") OR match(process, "(?i)socks\d\w?:\/\/|--(pre)?proxy") | `linux_proxy_socks_curl_filter`'
2525
how_to_implement: The detection is based on data that originates from Endpoint Detection
2626
and Response (EDR) agents. These agents are designed to provide security-related
2727
telemetry from the endpoints where the agent is installed. To implement this search,

0 commit comments

Comments
 (0)