CAA Record Auditor avatar

CAA Record Auditor

Pricing

from $4.90 / 1,000 domain auditeds

Go to Apify Store
CAA Record Auditor

CAA Record Auditor

Audit CAA records to summarize certificate-authority authorization and malformed/missing records.

Pricing

from $4.90 / 1,000 domain auditeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

Normalize supplied CAA records and flag invalid tags, flags, or empty values before certificate issuance policy review.

Inputs

  • domains
  • maxRecords
  • includeReport
  • maxChargeUsd
{
"domains": [
{
"domain": "cloudflare.com",
"records": [
{
"flags": 0,
"tag": "issue",
"value": "letsencrypt.org"
},
{
"flags": 0,
"tag": "iodef",
"value": "mailto:tls-abuse@cloudflare.com"
}
]
}
],
"maxRecords": 2,
"includeReport": true,
"maxChargeUsd": 1
}

The bundled exact input contains public CAA issue and iodef records observed for cloudflare.com through Google DNS-over-HTTPS at 2026-07-12T05:17:40Z.

Dataset

The actor emits structured, actor-specific evidence rows. Empty source input produces no dataset rows.

Billing

This actor uses pay-per-event billing with platform usage included in the configured event prices:

  • actor-start
  • domain-audited
  • record-extracted
  • finding-emitted
  • audit-report-generated

Every dataset row and report artifact is charge-gated. A zero-dollar cap stops before work with no paid output.

Use Cases

  • Verify a CAA issue record
  • Verify a CAA issuewild record
  • Check a critical CAA flag
  • Find an unknown CAA tag
  • Export a CAA incident contact

Limitations

The actor evaluates supplied CAA records and does not query DNS or verify current CA account relationships. It validates record shape, not provider-specific issuance authorization.