24 lines
756 B
YAML
24 lines
756 B
YAML
id: servfail-refused-hosts
|
|
|
|
info:
|
|
name: DNS Servfail Host Finder
|
|
author: pdteam
|
|
severity: info
|
|
description: A DNS ServFail error occurred. ServFail errors occur when there is an error communicating with a DNS server. This could have a number of causes, including an error on the DNS server itself, or a temporary networking issue.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: dns,takeover
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: A
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "SERVFAIL"
|
|
- "REFUSED"
|
|
|
|
# digest: 4a0a0047304502201e4ab6d52233b5600ef7e9f54060934699002359838bd2802d602b642154ea1402210094809cea67fc9ad6c8a472142c8b3afb960c5e5cb3dfdd6708cb84f411a1790f:922c64590222798bb761d5b6d8e72950
|