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
count FROM datamodel=Network_Traffic.All_Traffic where All_Traffic.dest_port !=
30
+
0 by All_Traffic.process_id All_Traffic.dest All_Traffic.dest_port All_Traffic.src
31
+
| `drop_dm_object_name(All_Traffic)`
32
+
| rename dest as command_and_control
33
+
| rename src as dest]
34
+
| table _time user src dest parent_process_name process_name process_path process process_id dest_port command_and_control
35
+
| stats count min(_time) as firstTime max(_time) as lastTime values(process) as process values(command_and_control) as command_and_control by user dest process_name process_id dest_port parent_process_name
0 commit comments