aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-01-02 21:11:42 +0100
committerLuca Deri <deri@ntop.org>2021-01-02 21:11:42 +0100
commit05d76525b0ee93164001405e4a9ff82e5caa025c (patch)
tree0c78a6df7177ea83108da2568407168086e427e7 /python
parent32f0446c9c90bb02e11be75381f0855106cdd1ed (diff)
Added HTTP suspicious content securirty risk (useful for tracking trickbot)
Diffstat (limited to 'python')
-rw-r--r--python/ndpi.py1
1 files changed, 1 insertions, 0 deletions
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;