File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Detect Remote Access Software Usage Traffic
2
2
id : 885ea672-07ee-475a-879e-60d28aa5dd42
3
- version : 8
4
- date : ' 2025-05-02 '
3
+ version : 9
4
+ date : ' 2025-05-30 '
5
5
author : Steven Dick
6
6
status : production
7
7
type : Anomaly
@@ -16,7 +16,7 @@ description: The following analytic detects network traffic associated with know
16
16
data_source :
17
17
- Palo Alto Network Traffic
18
18
search : ' | tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
19
- as lastTime values(All_Traffic.dest_port) as dest_port latest(user) as user from
19
+ as lastTime values(All_Traffic.dest_port) as dest_port latest(All_Traffic. user) as user from
20
20
datamodel=Network_Traffic by All_Traffic.action All_Traffic.app All_Traffic.bytes
21
21
All_Traffic.bytes_in All_Traffic.bytes_out All_Traffic.dest All_Traffic.dest_ip
22
22
All_Traffic.dest_port All_Traffic.dvc All_Traffic.protocol All_Traffic.protocol_version
You can’t perform that action at this time.
0 commit comments