Skip to content

Commit 3393446

Browse files
authored
Update internal_horizontal_port_scan_nmap_top_20.yml
Chatted with detection author about this update. Changed risk_object from dest_zone to dest_ports to be more in line with other horizontal scanning detection AND give more meaningful risk object (dest_zone is less meaningful, even if populated)
1 parent e7f59f1 commit 3393446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detections/network/internal_horizontal_port_scan_nmap_top_20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rba:
5252
message: $src_ip$ has scanned for ports $dest_ports$ across $totalDestIPCount$ destination
5353
IPs
5454
risk_objects:
55-
- field: dest_zone
55+
- field: dest_ports
5656
type: system
5757
score: 72
5858
threat_objects:

0 commit comments

Comments
 (0)