mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added Suspicious Entropy alert (#6563)
This commit is contained in:
parent
283ebda29c
commit
2bcf7c8dfa
11 changed files with 170 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue