Skip to content

Commit 8436bf4

Browse files
committed
Update linux_suspicious_react_or_next_js_child_process.yml
1 parent c17c81f commit 8436bf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

detections/endpoint/linux_suspicious_react_or_next_js_child_process.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ search: |
5050
Processes.process_name IN ("curl", "wget")
5151
Processes.process = "*|*"
5252
)
53+
OR (
54+
Processes.process_name IN (
55+
"bash",
56+
"dash",
57+
"sh"
58+
)
59+
NOT Processes.process = "*-c*"
60+
)
5361
OR (
5462
Processes.process_name IN (
5563
"bash",

0 commit comments

Comments
 (0)