Added Suspicious Entropy alert (#6563)

This commit is contained in:
MatteoBiscosi 2022-05-04 22:11:02 +02:00
parent 283ebda29c
commit 2bcf7c8dfa
11 changed files with 170 additions and 0 deletions

View file

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