mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implemented spider/bot detection risk
Fixes for double flag visualization
This commit is contained in:
parent
53e21718fa
commit
c724f0fbb2
13 changed files with 103 additions and 71 deletions
|
|
@ -78,6 +78,7 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_tls_certificate_about_to_expire = 69,
|
||||
flow_alert_ndpi_punicody_idn = 70,
|
||||
flow_alert_ndpi_error_code_detected = 71,
|
||||
flow_alert_ndpi_http_crawler_bot = 72,
|
||||
|
||||
-- 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