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(.+)$"