From b1a739f0d9f8a133697b31c139b4adb080001923 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 1 Dec 2022 22:12:03 +0700 Subject: [PATCH] Add Cloudflare DNS record detection --- src/technologies/c.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index e4d57f374..844938d41 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -1928,6 +1928,10 @@ "cookies": { "__cfduid": "" }, + "dns": { + "NS": "\\.cloudflare\\.com", + "SOA": "\\.cloudflare\\.com" + }, "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.", "headers": { "Server": "^cloudflare$",