Added support for nDPI possible exploit detection used to detect Log4J/Log4Shell exploits

This commit is contained in:
Luca Deri 2021-12-23 21:47:37 +01:00
parent 51620a6ded
commit 3dcad5296b
3 changed files with 7 additions and 0 deletions

View file

@ -74,6 +74,8 @@ local flow_alert_keys = {
flow_alert_ndpi_dns_fragmented = 65,
flow_alert_ndpi_invalid_characters = 66,
flow_alert_broadcast_non_udp_traffic = 67,
flow_alert_ndpi_possible_exploit = 68,
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}