We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7569563 commit d0fe9a8Copy full SHA for d0fe9a8
detections/endpoint/linux_proxy_socks_curl.yml
@@ -21,7 +21,7 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
21
"*--preproxy *", "--proxy*") by Processes.dest Processes.user Processes.parent_process_name
22
Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
23
| `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`'
+ | where match(process, "-x\s") OR match(process, "(?i)socks\d\w?:\/\/|--(pre)?proxy") | `linux_proxy_socks_curl_filter`'
25
how_to_implement: The detection is based on data that originates from Endpoint Detection
26
and Response (EDR) agents. These agents are designed to provide security-related
27
telemetry from the endpoints where the agent is installed. To implement this search,
0 commit comments