25 lines
448 B
YAML
25 lines
448 B
YAML
id: caa-fingerprint
|
|
|
|
info:
|
|
name: CAA Fingerprint
|
|
author: pdteam
|
|
severity: info
|
|
reference: https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record
|
|
tags: dns,caa
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: CAA
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "IN\tCAA"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- 'issue "(.*)"'
|
|
- 'issuewild "(.*)"'
|
|
- 'iodef "(.*)"' |