mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added risk NDPI_PROBING_ATTEMPT
This commit is contained in:
parent
0713289b51
commit
91bea0bce2
4 changed files with 7 additions and 2 deletions
|
|
@ -106,7 +106,8 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_tls_alpn_sni_mismatch = 97,
|
||||
flow_alert_ndpi_malware_host_contacted = 98,
|
||||
flow_alert_ndpi_binary_data_transfer = 99,
|
||||
flow_alert_tcp_flow_reset = 100
|
||||
flow_alert_tcp_flow_reset = 100,
|
||||
flow_alert_ndpi_probing_attempt = 101
|
||||
|
||||
-- NOTE: do not go beyond the size of the alert_map bitmal inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue