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

31 lines
507 B
YAML
Raw Normal View History

2021-08-16 17:41:35 +00:00
id: cname-service-detection
2020-04-26 03:55:41 +00:00
info:
2021-08-16 17:41:35 +00:00
name: cname service detection
2021-04-06 06:46:11 +00:00
author: pdteam
2020-08-03 21:52:00 +00:00
severity: info
2021-02-12 06:19:06 +00:00
tags: dns
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
2021-08-16 17:41:35 +00:00
2020-05-25 07:54:40 +00:00
matchers-condition: or
matchers:
2020-04-26 03:55:41 +00:00
- type: word
name: zendesk
words:
- "zendesk.com"
2021-08-16 17:41:35 +00:00
2020-04-26 03:55:41 +00:00
- type: word
name: github
words:
- "github.io"
2021-08-16 17:41:35 +00:00
- type: word
name: announcekit
words:
- "cname.announcekit.app"