Skip to content

Commit ee9b63d

Browse files
committed
fix filter macro
1 parent b34fc4a commit ee9b63d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

detections/endpoint/linux_suspicious_react_or_next.js_child_process.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ search: |
9090
| `drop_dm_object_name(Processes)`
9191
| `security_content_ctime(firstTime)`
9292
| `security_content_ctime(lastTime)`
93-
| `linux_suspicious_react_or_next.js_child_process_filter`
93+
| `linux_suspicious_react_or_next_js_child_process_filter`
9494
how_to_implement: |
9595
The detection is based on data that originates from Endpoint Detection and Response (EDR) agents.
9696
These agents are designed to provide security-related telemetry from the endpoints where the agent is installed.
@@ -146,7 +146,6 @@ tags:
146146
asset_type: Endpoint
147147
mitre_attack_id:
148148
- T1190
149-
- T1059
150149
- T1059.004
151150
product:
152151
- Splunk Enterprise

detections/endpoint/windows_suspicious_react_or_next.js_child_process.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ search: |
9090
| `drop_dm_object_name(Processes)`
9191
| `security_content_ctime(firstTime)`
9292
| `security_content_ctime(lastTime)`
93-
| `windows_suspicious_react_or_next.js_child_process_filter`
93+
| `windows_suspicious_react_or_next_js_child_process_filter`
9494
how_to_implement: |
9595
The detection is based on data that originates from Endpoint Detection and Response (EDR) agents.
9696
These agents are designed to provide security-related telemetry from the endpoints where the agent is installed.
@@ -146,7 +146,6 @@ tags:
146146
asset_type: Endpoint
147147
mitre_attack_id:
148148
- T1190
149-
- T1059
150149
- T1059.003
151150
- T1059.001
152151
product:

0 commit comments

Comments
 (0)