From 05d76525b0ee93164001405e4a9ff82e5caa025c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 2 Jan 2021 21:11:42 +0100 Subject: Added HTTP suspicious content securirty risk (useful for tracking trickbot) --- python/ndpi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/ndpi.py b/python/ndpi.py index 066ca2e9f..6bc166487 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -316,6 +316,7 @@ typedef enum { NDPI_UNSAFE_PROTOCOL, NDPI_DNS_SUSPICIOUS_TRAFFIC, NDPI_TLS_MISSING_SNI, + NDPI_HTTP_SUSPICIOUS_CONTENT, /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; -- cgit v1.2.3