mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Addes missing flow risks (#5743)
This commit is contained in:
parent
18ddef32ae
commit
149e658456
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ flow_risk_utils.risks_by_id = {
|
|||
[28] = "ndpi_malicious_ja3",
|
||||
[29] = "ndpi_malicious_sha1_certificate",
|
||||
[30] = "ndpi_desktop_or_file_sharing_session",
|
||||
[31] = "ndpi_tls_uncommon_alpn",
|
||||
[32] = "ndpi_tls_cert_validity_too_long",
|
||||
[33] = "ndpi_tls_suspicious_extension",
|
||||
[34] = "ndpi_tls_fatal_alert",
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue