Skip to content

Commit 133e431

Browse files
authored
Update detect_remote_access_software_usage_traffic.yml
Fix bug with user field
1 parent dc9234a commit 133e431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detections/network/detect_remote_access_software_usage_traffic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: The following analytic detects network traffic associated with know
1616
data_source:
1717
- Palo Alto Network Traffic
1818
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
2020
datamodel=Network_Traffic by All_Traffic.action All_Traffic.app All_Traffic.bytes
2121
All_Traffic.bytes_in All_Traffic.bytes_out All_Traffic.dest All_Traffic.dest_ip
2222
All_Traffic.dest_port All_Traffic.dvc All_Traffic.protocol All_Traffic.protocol_version

0 commit comments

Comments
 (0)