26 lines
658 B
YAML
26 lines
658 B
YAML
id: servfail-refused-hosts
|
|
|
|
info:
|
|
name: DNS Servfail Host Finder
|
|
author: pdteam
|
|
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:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cve-id:
|
|
cwe-id: CWE-200
|
|
severity: info
|
|
tags: dns,takeover
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: A
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "SERVFAIL"
|
|
- "REFUSED"
|
|
|
|
# Enhanced by mp on 2022/03/14
|