aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2024-03-03 22:14:34 +0100
committerLuca Deri <deri@ntop.org>2024-03-03 22:14:34 +0100
commit70aae6e998f45e7226017fd3e3c46dc6a738089a (patch)
tree22afa30f50be3d5ecb49ed69167fa56a0d6fe560
parente0587fe75ec942bffaccc01d123c2c994e08e223 (diff)
Added DGA exception for Dropbox
-rw-r--r--src/lib/ndpi_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index 8774cd247..d6d0970d3 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -3340,6 +3340,7 @@ static void ndpi_add_domain_risk_exceptions(struct ndpi_detection_module_struct
".work",
/* DGA's are used for caching */
"akamaihd.net",
+ "dropboxusercontent.com",
NULL /* End */
};
const ndpi_risk risks_to_mask[] = {