Added script for checking flow number anomalies

This commit is contained in:
Luca Deri 2021-04-11 13:59:47 +02:00
parent 53449a369b
commit 8b2faf21f5
15 changed files with 258 additions and 11 deletions

View file

@ -16,6 +16,11 @@ local host_alert_keys = {
host_alert_score = 8,
host_alert_p2p_traffic = 9,
host_alert_dns_traffic = 10,
host_alert_flows_anomaly = 11,
host_alert_score_anomaly = 12,
-- NOTE: for host alerts not not go beyond the size of Bitmap16 alert_map inside Host.h
}