From bf318e0b86ecfe88db3c15ed7ae285b43e51c304 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 11 Apr 2021 14:42:27 +0200 Subject: Added NDPI_DESKTOP_OR_FILE_SHARING_SESSION flow risk --- python/ndpi.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python') diff --git a/python/ndpi.py b/python/ndpi.py index f8b2c0a6a..54e12b82b 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -317,6 +317,12 @@ typedef enum { NDPI_DNS_SUSPICIOUS_TRAFFIC, NDPI_TLS_MISSING_SNI, NDPI_HTTP_SUSPICIOUS_CONTENT, + NDPI_RISKY_ASN, + NDPI_RISKY_DOMAIN, + NDPI_MALICIOUS_JA3, + NDPI_MALICIOUS_SHA1_CERTIFICATE, + NDPI_DESKTOP_OR_FILE_SHARING_SESSION, + /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; -- cgit v1.2.3