nuclei-templates/dns/filter-wildcard.yaml

20 lines
329 B
YAML
Raw Normal View History

2020-05-25 07:54:40 +00:00
id: filter-wildcard
info:
name: Wildcard Filter
2020-05-25 07:54:40 +00:00
author: mzack9999
severity: informative
dns:
2020-05-25 07:54:40 +00:00
- name: "0831058744.{{FQDN}}" # Random prefix
type: A
class: inet
recursion: true
retries: 3
matchers:
- type: word
2020-05-25 07:54:40 +00:00
words:
- "NXDOMAIN"
- "SERVFAIL"
2020-05-25 07:54:40 +00:00
- "REFUSED"