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

24 lines
400 B
YAML
Raw Normal View History

2020-04-26 03:55:41 +00:00
id: cname-service-detector
info:
name: 3rd party service checker
author: bauthard
2020-08-03 21:52:00 +00:00
severity: info
2020-04-26 03:55:41 +00:00
dns:
2020-05-25 07:54:40 +00:00
- name: "{{FQDN}}"
type: CNAME
class: inet
recursion: true
retries: 5
matchers-condition: or
matchers:
2020-04-26 03:55:41 +00:00
- type: word
name: zendesk
words:
- "zendesk.com"
- type: word
name: github
words:
- "github.io"