1id: cname-fingerprint 2 3info: 4 name: CNAME Fingerprint 5 author: pdteam 6 severity: info 7 tags: dns,cname 8 9dns: 10 - name: "{{FQDN}}" 11 type: NS 12 13 matchers: 14 - type: word 15 words: 16 - "IN\tCNAME" 17 18 extractors: 19 - type: regex 20 group: 1 21 regex: 22 - "IN\tCNAME\t(.+)" 23 24