mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixed #2977 alert for remote->local insecure protocols
This commit is contained in:
parent
e2465c43ae
commit
cdc420dd68
7 changed files with 177 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ local alert_keys = {
|
|||
alert_tcp_syn_flood_victim = {NO_PEN, 96},
|
||||
alert_tcp_syn_scan_attacker = {NO_PEN, 97},
|
||||
alert_tcp_syn_scan_victim = {NO_PEN, 98},
|
||||
alert_remote_to_local_insecure_proto = {NO_PEN, 99},
|
||||
|
||||
-- Add here additional keys for alerts generated
|
||||
-- by ntopng plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue