From 4183718952b248f4c5cf6637dfcc03bbffa27f2f Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 7 Aug 2021 19:40:44 +0200 Subject: Added TLS fatal alert flow risk --- python/ndpi.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/ndpi.py') diff --git a/python/ndpi.py b/python/ndpi.py index 61376fdbe..fe9fffb6a 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -322,6 +322,10 @@ typedef enum { NDPI_MALICIOUS_JA3, NDPI_MALICIOUS_SHA1_CERTIFICATE, NDPI_DESKTOP_OR_FILE_SHARING_SESSION, + NDPI_TLS_UNCOMMON_ALPN, + NDPI_TLS_CERT_VALIDITY_TOO_LONG, + NDPI_TLS_SUSPICIOUS_EXTENSION, + NDPI_TLS_FATAL_ALERT, /* Leave this as last member */ NDPI_MAX_RISK -- cgit v1.2.3