Skip to content

Commit dc9561d

Browse files
committed
udpating from integration test
1 parent 32c10de commit dc9561d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

detections/endpoint/windows_process_execution_in_temp_dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data_source:
1414
- CrowdStrike ProcessRollup2
1515
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes
1616
where Processes.process_path IN("*\\temp\\*")
17-
by Processes.parent_process_name Processes.parent_process Processes.process_path Processes.dest Processes.user
17+
by Processes.parent_process_name Processes.process_nameProcesses.parent_process Processes.process_path Processes.dest Processes.user
1818
| `drop_dm_object_name(Processes)`
1919
| `security_content_ctime(firstTime)`
2020
| `security_content_ctime(lastTime)`

detections/endpoint/windows_security_and_backup_services_stop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ drilldown_searches:
4747
earliest_offset: $info_min_time$
4848
latest_offset: $info_max_time$
4949
rba:
50-
message: Known services $param1$ terminated by a potential ransomware on $dest$
50+
message: Known services $display_name$ terminated by a potential ransomware on $dest$
5151
risk_objects:
5252
- field: dest
5353
type: system

0 commit comments

Comments
 (0)