Skip to content

Commit e7f59f1

Browse files
committed
update risk object
1 parent f40aad9 commit e7f59f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

detections/network/internal_horizontal_port_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rba:
5050
message: $src_ip$ has scanned for ports $dest_ports$ across $totalDestIPCount$ destination
5151
IPs
5252
risk_objects:
53-
- field: dest_port
53+
- field: dest_ports
5454
type: system
5555
score: 64
5656
threat_objects:

detections/network/internal_horizontal_port_scan_nmap_top_20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ search: '| tstats `security_content_summariesonly` values(All_Traffic.action) as
2323
All_Traffic.dest_port All_Traffic.dest_ip All_Traffic.dest All_Traffic.transport All_Traffic.rule span=1s _time |
2424
`drop_dm_object_name("All_Traffic")` | eval gtime=_time | bin span=1h gtime |
2525
stats min(_time) as _time values(action) as action dc(dest_ip) as totalDestIPCount
26-
values(src_category) as src_category values(dest_zone) as dest_zone values(src_zone)
26+
values(src_category) as src_category values(dest_zone) as dest_zone values(src_zone)
2727
as src_zone by src_ip dest_port gtime transport | where totalDestIPCount>=250 |
2828
eval dest_port=transport + "/" + dest_port | stats min(_time) as _time values(action)
2929
as action sum(totalDestIPCount) as totalDestIPCount values(src_category) as src_category
3030
values(dest_port) as dest_ports values(dest_zone) as dest_zone values(src_zone)
3131
as src_zone by src_ip gtime | fields - gtime | `internal_horizontal_port_scan_nmap_top_20_filter`'
3232
how_to_implement: To properly run this search, Splunk needs to ingest data from networking
33-
telemetry sources such as firewalls, NetFlow, or host-based networking events. Ensure
33+
telemetry sources such as firewalls like Cisco Secure Firewall, NetFlow, or host-based networking events. Ensure
3434
that the Network_Traffic data model is populated to enable this search effectively.
3535
known_false_positives: Unknown
3636
references: []

0 commit comments

Comments
 (0)