mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Updated scan alert to display network address instead of network ID (#9043)
This commit is contained in:
parent
a1e077c6ac
commit
f5ea2e1062
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ local function scan_check(params)
|
|||
local attacker_key = row.ip_src .. "_" .. vlan_id
|
||||
-- Report a network scan only if the host has not performed a service scan
|
||||
if service_attackers[attacker_key] == nil then
|
||||
local victim_network = row.dst_network
|
||||
local victim_network = getLocalNetworkAliasById(row.dst_network)
|
||||
local num_victim = row.count_ip_dst
|
||||
report_alert(params, attacker_ip, vlan_id, victim_network, num_victim, false, "Network")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue