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

25 lines
411 B
YAML

id: cname-service-detector
info:
name: 3rd party service checker
author: pd-team
severity: info
tags: dns
dns:
- name: "{{FQDN}}"
type: CNAME
class: inet
recursion: true
retries: 5
matchers-condition: or
matchers:
- type: word
name: zendesk
words:
- "zendesk.com"
- type: word
name: github
words:
- "github.io"