Added risks for checking

- invalid DNS traffic (probably carrying exfiltrated data)
- TLS traffic with no SNI extension
This commit is contained in:
Luca Deri 2020-09-21 19:57:23 +02:00
parent 0259ff58e1
commit 60a9f6610d
19 changed files with 164 additions and 72 deletions

View file

@ -314,6 +314,8 @@ typedef enum {
NDPI_SMB_INSECURE_VERSION,
NDPI_TLS_SUSPICIOUS_ESNI_USAGE,
NDPI_UNSAFE_PROTOCOL,
NDPI_DNS_SUSPICIOUS_TRAFFIC,
NDPI_TLS_MISSING_SNI,
/* Leave this as last member */
NDPI_MAX_RISK
} ndpi_risk_enum;