nuclei-templates/dns/dead-host-with-cname.yaml

23 lines
374 B
YAML
Raw Normal View History

2020-05-19 05:13:11 +00:00
id: dead-host-with-cname
info:
name: dead-host-with-cname
author: pdnuclei - projectdiscovery.io
severity: informative
2020-05-19 05:13:11 +00:00
dns:
2020-05-25 07:54:40 +00:00
- name: "{{FQDN}}"
type: A
class: inet
recursion: true
retries: 5
matchers-condition: and
matchers:
2020-05-19 05:13:11 +00:00
- type: word
words:
- "NXDOMAIN"
- type: word
2020-05-25 07:54:40 +00:00
words:
2020-05-19 05:13:11 +00:00
- "IN\tCNAME"