You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| rex field=process "(?i).+\\\\(?<file_name>[^\\\\]+\.(ZIP|ISO|IMG|CAB|TAR|GZ|RAR|7Z))\\\\((.+\\\\)+)?(?<container_file_name>.+\.(BAT|BIN|CAB|CMD|COM|CPL|EX_|EXE|GADGET|INF1|INS|INX|HTM|HTML|ISU|JAR|JOB|JS|JSE|LNK|MSC|MSI|MSP|MST|PAF|PIF|PS1|REG|RGS|SCR|SCT|SHB|SHS|U3P|VB|VBE|VBS|VBSCRIPT|WS|WSF|WSH))\"?$"
how_to_implement: The detection is based on data that originates from Endpoint Detection and Response (EDR) agents. These agents are designed to provide security-related telemetry from the endpoints where the agent is installed. To implement this search, you must ingest logs that contain the process GUID, process name, and parent process. Additionally, you must ingest complete command-line executions. These logs must be processed using the appropriate Splunk Technology Add-ons that are specific to the EDR product. The logs must also be mapped to the `Processes` node of the `Endpoint` data model. Use the Splunk Common Information Model (CIM) to normalize the field names and speed up the data modeling process.
16
46
known_false_positives: Various business process or userland applications and behavior.
17
47
references:
@@ -28,7 +58,7 @@ drilldown_searches:
28
58
earliest_offset: 7d
29
59
latest_offset: "0"
30
60
finding:
31
-
title: A suspicious process $process_name$ was launched from $file_name$on $dest$.
61
+
title: A suspicious file [$container_file_name$] was launched from container file [$file_name$] by process [$process_name$] on [$dest$].
32
62
entity:
33
63
field: user
34
64
type: user
@@ -38,10 +68,14 @@ intermediate_findings:
38
68
- field: dest
39
69
type: system
40
70
score: 50
41
-
message: A suspicious process $process_name$ was launched from $file_name$on $dest$.
71
+
message: A suspicious file [$container_file_name$] was launched from container file [$file_name$] by process [$process_name$] on [$dest$].
0 commit comments