nuclei-templates/dns/cname-service-detection.yaml

44 lines
804 B
YAML

id: cname-service-detection
info:
name: CNAME Service Detection
author: pdteam
severity: info
description: A CNAME service was detected.
tags: dns,service
reference:
- https://ns1.com/resources/cname
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
dns:
- name: "{{FQDN}}"
type: CNAME
matchers-condition: or
matchers:
- type: word
name: zendesk
words:
- "zendesk.com"
- type: word
name: github
words:
- "github.io"
- type: word
name: announcekit
words:
- "cname.announcekit.app"
- type: word
name: wix
words:
- "wixdns.net"
# Enhanced by mp on 2022/03/13