diff options
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 547550c45..642ddb780 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -8859,6 +8859,7 @@ int ndpi_check_dga_name(struct ndpi_detection_module_struct *ndpi_str, if((!name) || (strchr(name, '_') != NULL) + || (strchr(name, '-') != NULL) || (ndpi_ends_with(name, "in-addr.arpa")) || (ndpi_ends_with(name, "ip6.arpa")) /* Ignore TLD .local .lan and .home */ |