Added risk NDPI_PROBING_ATTEMPT

This commit is contained in:
Luca Deri 2024-05-22 18:44:10 +02:00
parent 0713289b51
commit 91bea0bce2
4 changed files with 7 additions and 2 deletions

View file

@ -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)
}