31 lines
880 B
YAML
31 lines
880 B
YAML
id: caa-fingerprint
|
|
|
|
info:
|
|
name: CAA Record
|
|
author: pdteam
|
|
severity: info
|
|
description: A CAA record was discovered. A CAA record is used to specify which certificate authorities (CAs) are allowed to issue certificates for a domain.
|
|
reference:
|
|
- https://support.dnsimple.com/articles/caa-record/#whats-a-caa-record
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: dns,caa
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: CAA
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "IN\tCAA\\t(.+)$"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- 'issue "(.*)"'
|
|
- 'issuewild "(.*)"'
|
|
- 'iodef "(.*)"'
|
|
# digest: 4a0a00473045022100ffd3189ffd53732db9f0027f4d2435adad24715cec685d4ece25c2eef614809a0220411506102311eeab96fe021444ea53d9cf2fd324049c678b4add33b6a1e457b0:922c64590222798bb761d5b6d8e72950 |