Adds HTTP susp. content risk as example

Addresses #5743
This commit is contained in:
Simone Mainardi 2021-09-15 16:13:14 +02:00
parent 98bebc850c
commit aecc1e3e65
3 changed files with 4 additions and 2 deletions

View file

@ -68,6 +68,7 @@ local flow_alert_keys = {
flow_alert_ndpi_tls_cert_validity_too_long = 60,
flow_alert_ndpi_ssh_obsolete_client = 61,
flow_alert_ndpi_clear_text_credentials = 62,
flow_alert_ndpi_http_suspicious_content = 63,
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}