File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,13 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
28
28
| `security_content_ctime(lastTime)` | regex process="(?i)(dllhost\.exe.{0,4}$)"
29
29
| rename dest as src | join host process_id [| tstats `security_content_summariesonly`
30
30
count latest(All_Traffic.dest) as dest latest(All_Traffic.dest_ip) as dest_ip latest(All_Traffic.dest_port)
31
- as dest_port FROM datamodel=Network_Traffic.All_Traffic where All_Traffic.dest_port
32
- != 0 by host All_Traffic.process_id | `drop_dm_object_name(All_Traffic)`] | `dllhost_with_no_command_line_arguments_with_network_filter`'
31
+ as dest_port FROM datamodel=Network_Traffic.All_Traffic where All_Traffic.dest_port != 0
32
+ by host All_Traffic.action All_Traffic.app All_Traffic.bytes All_Traffic.bytes_in All_Traffic.bytes_out
33
+ All_Traffic.dest All_Traffic.dest_ip All_Traffic.dest_port All_Traffic.dvc All_Traffic.protocol
34
+ All_Traffic.protocol_version All_Traffic.src All_Traffic.src_ip All_Traffic.src_port
35
+ All_Traffic.transport All_Traffic.user All_Traffic.vendor_product All_Traffic.direction
36
+ All_Traffic.process_id
37
+ | `drop_dm_object_name(All_Traffic)`] | `dllhost_with_no_command_line_arguments_with_network_filter`'
33
38
how_to_implement : The detection is based on data that originates from Endpoint Detection
34
39
and Response (EDR) agents. These agents are designed to provide security-related
35
40
telemetry from the endpoints where the agent is installed. To implement this search,
You can’t perform that action at this time.
0 commit comments