Actively · Domain Security

Actively Domain Security

Domain security

Domain security posture for Actively, probed live across 4 host(s) and 1 registrable domain(s). 4 host(s) serve HTTPS (up to TLSv1.3); 3 advertise HSTS. Email/DNS controls: DNSSEC absent, SPF present, DMARC present (p=none).

CompanyAi AppsAI AgentsRevenue IntelligenceSalesGo To MarketMCPOAuthModel Context ProtocolSales IntelligenceEnterprise Software

Transport & Host Security

www.actively.ai
HTTPS: yes · TLS: TLSv1.3 · HSTS: yes · cert expires: Sep 19 06:39:55 2026 GMT
api.actively.ai
HTTPS: yes · TLS: TLSv1.3 · HSTS: yes · cert expires: Nov 11 17:47:22 2026 GMT
auth.actively.ai
HTTPS: yes · HSTS: yes
trust.actively.ai
HTTPS: yes · HSTS: no

Domain (DNS/Email) Security

actively.ai
DNSSEC: no · SPF: yes · DMARC: yes (p=none) · CAA: none

Source

Domain Security

actively-domain-security.yml Raw ↑
generated: '2026-08-13'
method: probed
source: live DNS/TLS/HTTP probes of apis.yml + discovery hosts
hosts:
- host: www.actively.ai
  https: true
  tls_version: TLSv1.3
  cert_expires: Sep 19 06:39:55 2026 GMT
  hsts: true
  hsts_max_age: 0
  note: >-
    Framer/Cloudflare-hosted marketing site. HSTS header is PRESENT but with
    max-age=0, which disables it — effectively no HSTS.
- host: api.actively.ai
  https: true
  tls_version: TLSv1.3
  cert_expires: Nov 11 17:47:22 2026 GMT
  hsts: true
  hsts_max_age: 63072000
  hsts_include_subdomains: true
  security_headers:
  - content-security-policy: "default-src 'self'; frame-ancestors 'none';"
  - x-frame-options: DENY
  - x-content-type-options: nosniff
  - referrer-policy: strict-origin-when-cross-origin
  - cross-origin-opener-policy: same-origin
  - cross-origin-embedder-policy: require-corp
  note: >-
    The API host (Google Frontend) carries a materially stronger header set
    than the marketing site — two-year HSTS with includeSubDomains, plus a
    full CSP and cross-origin isolation set.
- host: auth.actively.ai
  https: true
  hsts: true
  hsts_max_age: 31536000
  hsts_include_subdomains: true
  hsts_preload: true
  note: >-
    Authorization server (WorkOS AuthKit on Actively's custom domain).
    One-year HSTS with includeSubDomains and preload.
- host: trust.actively.ai
  https: true
  hsts: null
  note: Vanta-hosted trust center on the company's own subdomain.
domains:
- domain: actively.ai
  dnssec: false
  caa: []
  spf: true
  dmarc: true
  dmarc_policy: none
findings:
- >-
  DNSSEC is not enabled on actively.ai.
- >-
  No CAA records are published, so any public CA may issue for the domain.
- >-
  DMARC exists but the policy is p=none — monitoring only, no enforcement
  against spoofed mail.
- >-
  HSTS is inconsistent across the estate: strong on api.actively.ai
  (max-age=63072000) and auth.actively.ai (preloaded), but max-age=0 on
  www.actively.ai, which turns it off for the primary domain.