Implemented spider/bot detection risk

Fixes for double flag visualization
This commit is contained in:
Luca Deri 2022-02-17 21:06:02 +01:00
parent 53e21718fa
commit c724f0fbb2
13 changed files with 103 additions and 71 deletions

View file

@ -78,6 +78,7 @@ local flow_alert_keys = {
flow_alert_ndpi_tls_certificate_about_to_expire = 69,
flow_alert_ndpi_punicody_idn = 70,
flow_alert_ndpi_error_code_detected = 71,
flow_alert_ndpi_http_crawler_bot = 72,
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}