nuclei-templates/dns/servfail-refused-hosts.yaml

19 lines
283 B
YAML
Raw Normal View History

2020-05-25 07:54:40 +00:00
id: servfail-refused-hosts
2020-04-26 03:55:41 +00:00
info:
name: Servfail Host Finder
2020-05-25 07:54:40 +00:00
author: mzack9999
2020-08-03 21:52:00 +00:00
severity: info
2020-04-26 03:55:41 +00:00
dns:
2020-05-25 07:54:40 +00:00
- name: "{{FQDN}}"
type: A
class: inet
recursion: true
retries: 3
matchers:
2020-04-26 03:55:41 +00:00
- type: word
2020-05-25 07:54:40 +00:00
words:
2020-04-26 03:55:41 +00:00
- "SERVFAIL"
- "REFUSED"