mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added support for nDPI possible exploit detection used to detect Log4J/Log4Shell exploits
This commit is contained in:
parent
51620a6ded
commit
3dcad5296b
3 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue