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

20 lines
293 B
YAML

id: servfail-refused-hosts
info:
name: Servfail Host Finder
author: pd-team
severity: info
tags: dns
dns:
- name: "{{FQDN}}"
type: A
class: inet
recursion: true
retries: 3
matchers:
- type: word
words:
- "SERVFAIL"
- "REFUSED"