Skip to content

Commit 1384d69

Browse files
authored
Merge pull request #3651 from PJS-Cyber/patch-1
Update windows_wmi_process_and_service_list.yml
2 parents 6db1a3c + 05be24d commit 1384d69

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

detections/endpoint/windows_wmi_process_and_service_list.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Windows WMI Process And Service List
22
id: ef3c5ef2-3f6d-4087-aa75-49bf746dc907
3-
version: 6
4-
date: '2025-05-02'
3+
version: 7
4+
date: '2025-08-25'
55
author: Teoderick Contreras, Splunk
66
status: production
77
type: Anomaly
@@ -18,14 +18,19 @@ data_source:
1818
- Windows Event Log Security 4688
1919
- CrowdStrike ProcessRollup2
2020
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
21-
as lastTime from datamodel=Endpoint.Processes where `process_wmic` Processes.process
22-
IN ("*process list*", "*service list*") by Processes.action Processes.dest Processes.original_file_name
21+
as lastTime from datamodel=Endpoint.Processes where
22+
`process_wmic`
23+
Processes.process IN ("*process*", "*service*")
24+
Processes.process = "*list*"
25+
by Processes.action Processes.dest Processes.original_file_name
2326
Processes.parent_process Processes.parent_process_exec Processes.parent_process_guid
2427
Processes.parent_process_id Processes.parent_process_name Processes.parent_process_path
2528
Processes.process Processes.process_exec Processes.process_guid Processes.process_hash
2629
Processes.process_id Processes.process_integrity_level Processes.process_name Processes.process_path
2730
Processes.user Processes.user_id Processes.vendor_product | `drop_dm_object_name(Processes)`
28-
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `windows_wmi_process_and_service_list_filter`'
31+
| `security_content_ctime(firstTime)`
32+
| `security_content_ctime(lastTime)`
33+
| `windows_wmi_process_and_service_list_filter`'
2934
how_to_implement: The detection is based on data that originates from Endpoint Detection
3035
and Response (EDR) agents. These agents are designed to provide security-related
3136
telemetry from the endpoints where the agent is installed. To implement this search,

0 commit comments

Comments
 (0)