diff options
author | Luca Deri <deri@ntop.org> | 2021-04-11 14:42:27 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-04-11 14:42:27 +0200 |
commit | bf318e0b86ecfe88db3c15ed7ae285b43e51c304 (patch) | |
tree | d78a0f58151855e15cf6c0cc23f09b53df04f718 /python/ndpi.py | |
parent | ceb98a3f9c7987820da3998f6c80a5bf9bd65743 (diff) |
Added NDPI_DESKTOP_OR_FILE_SHARING_SESSION flow risk
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 6 |
1 files changed, 6 insertions, 0 deletions
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; |