From a17753e3cc25828124126392e7932660138c4649 Mon Sep 17 00:00:00 2001 From: Baptiste <68250131+baptiste-fourmont@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:32:15 +0000 Subject: [PATCH] [Add] Unattributed phone number --- internal-enrichment/hygiene/src/hygiene.py | 1 + 1 file changed, 1 insertion(+) diff --git a/internal-enrichment/hygiene/src/hygiene.py b/internal-enrichment/hygiene/src/hygiene.py index f8c0ae6f77..a4c3eb21e8 100644 --- a/internal-enrichment/hygiene/src/hygiene.py +++ b/internal-enrichment/hygiene/src/hygiene.py @@ -75,6 +75,7 @@ "List of known Ovh Cluster IP": "lists/ovh-cluster/list.json", "Parking domains": "lists/parking-domain/list.json", "Parking domains name server": "lists/parking-domain-ns/list.json", + "Unattributed phone number.": "lists/phone_numbers/list.json", "List of known public DNS resolvers expressed as hostname": "lists/public-dns-hostname/list.json", "List of known IPv4 public DNS resolvers": "lists/public-dns-v4/list.json", "List of known IPv6 public DNS resolvers": "lists/public-dns-v6/list.json",