From ea197a8b2c37599e343d3d02f2d28a4d70949198 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:34:37 +0530 Subject: [PATCH] removed answer in case of NXDOMAIN --- dns/azure-takeover-detection.yaml | 1 - dns/detect-dangling-cname.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/dns/azure-takeover-detection.yaml b/dns/azure-takeover-detection.yaml index dc425ce0c98..f9676edb1a6 100644 --- a/dns/azure-takeover-detection.yaml +++ b/dns/azure-takeover-detection.yaml @@ -24,7 +24,6 @@ dns: matchers-condition: and matchers: - type: word - part: answer words: - "azure-api.net" - "azure-mobile.net" diff --git a/dns/detect-dangling-cname.yaml b/dns/detect-dangling-cname.yaml index 4a42d7147a1..3c3910eba5e 100644 --- a/dns/detect-dangling-cname.yaml +++ b/dns/detect-dangling-cname.yaml @@ -27,7 +27,6 @@ dns: - "NXDOMAIN" - type: regex - part: answer regex: - "IN\tCNAME\\t(.+)$"