diff options
author | Luca Deri <deri@ntop.org> | 2021-08-07 19:40:44 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-08-07 19:40:44 +0200 |
commit | 4183718952b248f4c5cf6637dfcc03bbffa27f2f (patch) | |
tree | b87e6c5ce0c3301872d7cffa54cad7765fec3b60 /python | |
parent | e8455236bdb1f4555215d7d2f4dcc749ea1ae7a9 (diff) |
Added TLS fatal alert flow risk
Diffstat (limited to 'python')
-rw-r--r-- | python/ndpi.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |