
Engineer's DNS Intelligence Report
The following DNS record TTLs deviate from recommended values. Incorrect TTLs can cause caching issues, slow propagation, or unnecessary DNS traffic.
| Record Type | Observed TTL | Typical TTL | Severity | Context |
|---|---|---|---|---|
| TXT | 15577s |
1 hour (3600s) |
medium | TXT TTL is above typical — observed 15577s, typical value is 1 hour (3600s). Long TTLs reduce DNS query volume but slow propagation when records change. Consider 3600 seconds for a balance of performance and flexibility per NIST SP 800-53 SI-18 relevance guidance. |
| CAA | 269s |
1 hour (3600s) |
high | CAA TTL is below typical — observed 269s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| SOA | 10 minutes (600s) |
1 hour (3600s) |
medium | SOA TTL is below typical — observed 10 minutes (600s), typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| A | 48s |
1 hour (3600s) |
high | A TTL is below typical — observed 48s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| MX | 12322s |
1 hour (3600s) |
medium | MX TTL is above typical — observed 12322s, typical value is 1 hour (3600s). Long TTLs reduce DNS query volume but slow propagation when records change. Consider 3600 seconds for a balance of performance and flexibility per NIST SP 800-53 SI-18 relevance guidance. |
| NS | 141s |
1 day (86400s) |
high | NS TTL is below typical — observed 141s, typical value is 1 day (86400s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 86400 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
Big Picture Questions
- How often do you actually change this record? If it hasn’t changed in months, a short TTL is generating unnecessary DNS queries without any benefit.
- Are you preparing for a migration or IP change? Short TTLs make sense temporarily — but should be raised back to 1 hour (3600s) once the change is complete.
- Every DNS lookup adds 20–150ms of latency. With a 60s TTL, returning visitors trigger a fresh lookup every minute. With 3600s, they get cached responses for an hour — faster page loads, no extra infrastructure needed.
- Google runs A records at ~30s because they operate a global anycast network and need to steer traffic dynamically. For a typical website without that infrastructure, copying those TTLs increases query volume with zero upside.
ns1-02.azure-dns.com
1
azuredns-hostmaster.microsoft.com
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 3600s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 300s | Fraction of Refresh |
| Expire | 2419200s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 300s | 300–86,400s (5 min – 1 day) |
| Parameter | Current | Suggested | Severity | Rationale |
|---|---|---|---|---|
| timeout_seconds | 5s |
8s |
low | Average scan duration is 31.9s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures. RFC 8767 |
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
TLS-RPT (TLS Reporting) sends you reports about TLS connection failures when other servers try to deliver mail to your domain.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _smtp._tls.openai.com (SMTP TLS reporting record) |
| Value | v=TLSRPTv1; rua=mailto:tls-reports@openai.com |
MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _mta-sts.openai.com (MTA-STS policy record) |
| Value | v=STSv1; id=openai.com |
Email Security Methodology Can this domain be impersonated by email? No SPF and DMARC reject policy enforced
SPF Record RFC 7208 §4 Verified
SPF valid with strict enforcement (-all), 5/10 lookups
DMARC is set to reject — enforcement is strong. However, some receivers may still reject messages on SPF hard fail before DKIM alignment is checked. Switching to ~all + p=reject would provide the same enforcement with full DMARC compatibility.
DMARC Policy RFC 7489 §6.3 Verified
DMARC policy reject (100%) - excellent protection
pct= with t= (testing flag), add np= (non-existent subdomain policy), and mandate DNS tree walk for policy discovery instead of the Public Suffix List.DKIM Records RFC 6376 §3.6 Verified
Found DKIM for 7 selector(s) with strong keys (2048-bit)
l= tag body length vulnerability (attacker appends unsigned content to signed mail),
weak key exploitation (keys below 1024-bit are cryptographically breakable per RFC 6376 §3.3.3),
DKIM replay attacks (re-sending legitimately signed messages at scale)
MTA-STS RFC 8461 §3 Verified
No MTA-STS record found
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Verified
No TLS-RPT record found
DMARC External Reporting Authorization RFC 7489 §7.1
All 2 external reporting domains properly authorized
| External Domain | Authorization | Auth Record |
|---|---|---|
ag.dmarcian.com |
Authorized |
v=DMARC1;
|
fr.dmarcian.com |
Authorized |
v=DMARC1;
|
DANE / TLSA Verified Recon Methodology Can mail servers establish identity without a public CA? No
DANE not available — Google Workspace does not support inbound DANE/TLSA on its MX infrastructure
Google Workspace supports DANE for outbound mail verification but does not publish TLSA records for its MX hosts.
Recommended alternative: MTA-STS
Note: Google Workspace does validate DANE/TLSA when sending mail to DANE-enabled recipients (outbound DANE).
Two mechanisms protect email in transit. DANE is the primary standard; MTA-STS is the alternative for domains that cannot deploy DNSSEC:
- DNSSEC + DANE (RFC 7672) — Cryptographic chain of trust from DNS root to mail server certificate. Eliminates reliance on certificate authorities. No trust-on-first-use weakness. Requires DNSSEC.
- MTA-STS (RFC 8461) — HTTPS-based policy requiring TLS for mail delivery. Works without DNSSEC but relies on CA trust and is vulnerable on first use (§10). Created for domains where “deploying DNSSEC is undesirable or impractical” (§2).
Industry trend: Microsoft Exchange Online enforces inbound DANE with DNSSEC (GA October 2024), and providers like Proton Mail and Fastmail also support DANE. Google Workspace does not support DANE and relies on MTA-STS. Both mechanisms coexist because DANE is backward-compatible — senders skip the check if the domain isn't DNSSEC-signed (RFC 7672 §1.3).
Brand Security Can this brand be convincingly faked? No DMARC reject policy enforced (RFC 7489 §6.3), BIMI brand verification active (BIMI Spec), and certificate issuance restricted by CAA (RFC 8659 §4) — all three brand-faking vectors addressed
BIMI BIMI Spec Verified Success VMC SVG
BIMI with VMC certificate (from Verified CA)
CAA RFC 8659 §4 Verified Success
CAA configured - only godaddy.com, cansignhttpexchanges=yes, Amazon, Sectigo, Let's Encrypt, DigiCert can issue certificates (wildcard issuance: cansignhttpexchanges=yes, DigiCert, Sectigo, Amazon, Let's Encrypt per RFC 8659 §4.3)
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? Partial RFC 9116
security.txt found with issues
Contact
Expires
Missing (required by RFC 9116 §2.5.5)Encryption
Policy
AI Surface Scanner Beta Is this domain discoverable by AI — and protected from abuse? No
No AI governance measures detected
llms.txt llmstxt.org
AI Crawler Governance (robots.txt) RFC 9309 IETF Draft
Content-Usage Directive IETF Draft
Content-Usage: directive for robots.txt that lets site owners declare whether their content may be used for AI training and inference. This is an active draft, not yet a ratified standard.
Content-Usage: ai=no to robots.txt to deny AI training, or Content-Usage: ai=allow to explicitly permit it.
Without this directive, AI crawler behavior depends on individual crawler policies and User-agent rules.
AI Recommendation Poisoning
Hidden Prompt Artifacts
Evidence Log (1 item)
| Type | Detail | Severity | Confidence |
|---|---|---|---|
robots_txt_no_ai_blocks |
robots.txt found but no AI-specific blocking directives | low | Observed |
Public Exposure Checks Are sensitive files or secrets exposed? No
No exposed secrets detected in public page source — same-origin, non-intrusive scan of publicly visible page source and scripts.
What type of scan is this?
This is OSINT (Open Source Intelligence) collection — we check the same publicly accessible URLs that any web browser could visit. No authentication is bypassed, no ports are probed, no vulnerabilities are exploited.
Is this a PCI compliance scan? No. PCI DSS requires scans performed by an Approved Scanning Vendor (ASV) certified by the PCI Security Standards Council. DNS Tool is not an ASV. If you need PCI compliance scanning, engage a certified ASV such as Qualys, Tenable, or Trustwave.
Is this a penetration test? No. Penetration testing involves active exploitation attempts against systems with authorization. Our checks are passive observation of publicly accessible resources — the same methodology used by Shodan, Mozilla Observatory, and other OSINT platforms.
DNS Server Security Hardened
No DNS server misconfigurations found on ns1-02.azure-dns.com — Nmap NSE probes for zone transfer (AXFR), open recursion (RFC 5358), nameserver identity disclosure, and DNS cache snooping.
| Check | Result | Detail |
|---|---|---|
| Zone Transfer (AXFR) | Denied | Zone transfer denied (correct configuration) |
| Open Recursion | Disabled | Recursion disabled (correct configuration) |
| Nameserver Identity | Hidden | No nameserver identity information disclosed |
| Cache Snooping | Protected | Cache snooping not possible (correct configuration) |
Tested nameservers: ns1-02.azure-dns.com, ns3-02.azure-dns.org, ns2-02.azure-dns.net, ns4-02.azure-dns.info
Delegation Consistency 1 Issue
Delegation consistency: 1 issue(s) found — Parent/child NS delegation alignment: DS↔DNSKEY, glue records, TTL drift, SOA serial sync.
- Could not retrieve NS TTL from parent zone
DS ↔ DNSKEY Alignment Aligned
Glue Record Completeness Complete
| Nameserver | In-Bailiwick | IPv4 Glue | IPv6 Glue | Status |
|---|---|---|---|---|
ns1-02.azure-dns.com |
No | N/A | N/A | OK |
ns2-02.azure-dns.net |
No | N/A | N/A | OK |
ns3-02.azure-dns.org |
No | N/A | N/A | OK |
ns4-02.azure-dns.info |
No | N/A | N/A | OK |
NS TTL Comparison Drift
SOA Serial Consistency Consistent
ns1-02.azure-dns.com: 1ns2-02.azure-dns.net: 1ns3-02.azure-dns.org: 1ns4-02.azure-dns.info: 1Nameserver Fleet Matrix Healthy
Analyzed 4 nameserver(s) for openai.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.
| Nameserver | IPv4 | IPv6 | ASN / Operator | UDP | TCP | AA | SOA Serial |
|---|---|---|---|---|---|---|---|
ns4-02.azure-dns.info |
208.84.5.2 | 2620:1ec:bda:700::2 |
AS8075
Microsoft Corporation |
1 | |||
ns1-02.azure-dns.com |
13.107.236.2 | 2603:1061:0:700::2 |
AS8075
Microsoft Corporation |
1 | |||
ns3-02.azure-dns.org |
204.14.183.2 | 2a01:111:4000:700::2 |
AS8075
Microsoft Corporation |
1 | |||
ns2-02.azure-dns.net |
150.171.21.2 | 2620:1ec:8ec:700::2 |
AS8075
Microsoft Corporation |
1 |
1 ASN(s), 4 /24 prefix(es) — consider adding diversity
Mail Transport Security Beta Is mail transport encrypted and verified? No No MTA-STS or DANE — mail transport encryption is opportunistic only
Transport security inferred from 1 signal(s) — no enforcement policy active
Policy Assessment Primary
- Google Workspace enforces TLS 1.2+ with valid certificates on all inbound/outbound mail
Telemetry
Live Probe Supplementary
Infrastructure Intelligence Who hosts this domain and what services power it? Direct
ASN / Network Success
Resolved 1 unique ASN(s) across 2 IP address(es)
| ASN | Name | Country |
|---|---|---|
AS13335 |
Cloudflare, Inc. | US |
104.18.33.45 → AS13335 (104.18.33.0/24)172.64.154.211 → AS13335 (172.64.154.0/24)Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 11 services
11 SaaS services detected via DNS TXT verification records
Detects SaaS services that leave DNS TXT verification records (e.g., domain ownership proofs). Does not detect all SaaS platforms — only those indicated by DNS.
| Service | Verification Record |
|---|---|
| Microsoft 365 | MS=ms50231473 |
| Notion | notion-domain-verification=GZFdn3LQ77QuL3XKYZT6BmKDkFfmbiAorjzDIdvLRd6 |
| Google Workspace | google-site-verification=dU3pms6hgznfQnTCxkcq6P4jGjd8LMra0v429l4oElA |
| Dropbox | dropbox-domain-verification=mra9n6toqbqj |
| Apple | apple-domain-verification=EgaXvYuVUgRwJTk3 |
| Stripe | stripe-verification=b1d42b65d1782470604a6dbb360e9dfe8bd7426974e5110605e86b22d945... |
| Canva | canva-site-verification=3pgWM7c4EwmBo5rsy9b2Mg |
| HubSpot | hubspot-developer-verification=NDFmMGNmMTYtZWYxNS00YTNlLWFkM2ItMjEwYzhmYTk0NTNi |
| Atlassian | atlassian-domain-verification=xdHUKPdNqeX/XU/VMyGIRWfzqvhwWmcHR1DhX2J3JllvjIY3A0... |
| Linear | linear-domain-verification=83vxugur897f |
| Miro | miro-verification=0ee819554f4ff63f853affdf30d1cf76a15c6846 |
Domain Security Methodology Can DNS responses be tampered with in transit? Possible DNSSEC is not deployed, DNS responses are not cryptographically verified
DNSSEC RFC 4033 §2 Verified Unsigned
DNSSEC not configured - DNS responses are unsigned
NS Delegation Verified
4 nameserver(s) configured
Traffic & Routing Where does this domain's traffic actually terminate?
AIPv4 Address
AAAAIPv6 Address
MXMail Servers
SRVServices
Subdomain Discovery RFC 6962 Recon LIVE What subdomains and infrastructure are exposed in certificate logs? 458 subdomains discovered
How did we find these?| Subdomain | Source | Status | Provider / CNAME | Certificates | First Seen | Issuer(s) |
|---|---|---|---|---|---|---|
academy.openai.com
|
CT Log | Current | — | 5 | 2026-02-10T05:02:52 | Google Trust Services |
accounts.openai.com
|
DNS | Current |
accounts.api.openai.com
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
admin.openai.com
|
DNS | Current |
admin.openai.com.cdn.cloudflare.net
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
ads.openai.com
|
CT Log | Current | — | 16 | 2026-02-27T00:00:00 | Sectigo Limited, Let's Encrypt |
agentgarden.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-20T19:41:26 | Let's Encrypt, Google Trust Services |
alignment.openai.com
|
CT Log | Current |
c1e2e4e04fd6597a.vercel-dns-013.com
|
2 | 2026-01-26T01:15:56 | Let's Encrypt |
amgen-labeling-workbench.fde.openai.com
|
CT Log | Current | — | 3 | 2026-01-01T22:31:02 | Google Trust Services |
android.chat.openai.com
|
CT Log | Current | — | 6 | 2026-02-10T17:28:03 | Google Trust Services |
api.ads.openai.com
|
CT Log | Current | — | 14 | 2026-02-06T00:00:00 | Sectigo Limited, Google Trust Services |
api.openai.com
|
CT Log | Current | — | 14 | 2026-01-12T00:39:15 | Google Trust Services, Let's Encrypt |
api.unified-0.api.openai.com
|
CT Log | Current | — | 30 | 2026-02-16T10:23:53 | Let's Encrypt |
api.unified-1.api.openai.com
|
CT Log | Current | — | 36 | 2026-02-18T10:51:13 | Let's Encrypt |
api.unified-11.api.openai.com
|
CT Log | Current | — | 12 | 2026-01-30T04:31:14 | Let's Encrypt |
api.unified-2.api.openai.com
|
CT Log | Current | — | 32 | 2026-02-16T10:23:52 | Let's Encrypt |
api.unified-3.api.openai.com
|
CT Log | Current | — | 24 | 2026-02-16T10:23:51 | Let's Encrypt |
api.unified-4.api.openai.com
|
CT Log | Current | — | 26 | 2026-02-27T07:56:39 | Let's Encrypt |
api.unified-5.api.openai.com
|
CT Log | Current | — | 26 | 2026-02-27T15:40:40 | Let's Encrypt |
api.unified-6.api.openai.com
|
CT Log | Current | — | 22 | 2026-02-27T15:40:37 | Let's Encrypt |
api.unified-7.api.openai.com
|
CT Log | Current | — | 26 | 2026-02-27T15:40:39 | Let's Encrypt |
api.unified-8.api.openai.com
|
CT Log | Current | — | 24 | 2026-02-16T10:23:50 | Let's Encrypt |
api.unified-9.api.openai.com
|
CT Log | Current | — | 24 | 2026-02-16T10:23:52 | Let's Encrypt |
apps.openai.com
|
DNS | Current | — | 4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
art-design.forum.openai.com
|
CT Log | Current | — | 6 | 2026-03-06T06:32:33 | Google Trust Services |
artifacts.juno.openai.com
|
CT Log | Current | — | 28 | 2026-02-22T01:29:48 | Let's Encrypt, Google Trust Services |
assets.images.openai.com
|
CT Log | Current | — | 3 | 2026-01-21T21:27:32 | Google Trust Services |
auth.enterpriseservices.openai.com
|
CT Log | Current | — | 1 | 2025-06-18T00:00:00 | Amazon |
auth.openai.com
|
CT Log | Current | — | 16 | 2026-01-25T21:11:47 | Google Trust Services, Let's Encrypt |
auth0-dev.openai.com
|
CT Log | Current | — | 3 | 2026-01-08T18:38:56 | Google Trust Services |
auth0.openai.com
|
CT Log | Current | — | 3 | 2026-01-10T02:23:18 | Google Trust Services |
beta.openai.com
|
DNS | Current |
beta.api.openai.com
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
blog.openai.com
|
DNS | Current |
d2b532lzynlqb7.cloudfront.net
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
blueberry.fde.openai.com
|
CT Log | Current | — | 6 | 2026-01-23T00:26:58 | Google Trust Services, Sectigo Limited |
brand-partners.openai.com
|
CT Log | Current | — | 1 | 2026-02-20T00:00:00 | Amazon |
brand.openai.com
|
CT Log | Current | — | 2 | 2025-12-24T00:00:00 | Amazon |
bzr.openai.com
|
CT Log | Current | — | 16 | 2026-03-06T00:00:00 | Sectigo Limited, Let's Encrypt |
bzrcdn.openai.com
|
CT Log | Current | — | 14 | 2026-01-31T00:00:00 | Sectigo Limited, Google Trust Services |
c.feather.openai.com
|
CT Log | Current | — | 3 | 2026-01-20T23:08:36 | Google Trust Services |
cascades.openai.com
|
CT Log | Current | — | 4 | 2026-03-07T01:19:15 | Let's Encrypt |
cdn.openai.com
|
CT Log | Current |
openaiassets.azureedge.net
|
3 | 2025-06-02T00:00:00 | DigiCert Inc |
cdn.staging.openai.com
|
CT Log | Current | — | 3 | 2025-06-02T00:00:00 | DigiCert Inc |
cf-test.auth0.openai.com
|
CT Log | Current | — | 3 | 2026-01-12T23:09:22 | Google Trust Services |
championevents.openai.com
|
CT Log | Current |
ingress.gradual.us
|
6 | 2026-02-23T00:16:49 | Google Trust Services |
championnetwork.openai.com
|
CT Log | Current | — | 3 | 2026-01-15T01:46:22 | Google Trust Services |
chat.openai.com
|
CT Log | Current | — | 40 | 2026-02-24T23:11:54 | Google Trust Services, Let's Encrypt |
chatgptapi.unified-4.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T14:38:01 | Let's Encrypt |
chatgptapi.unified-5.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T14:39:09 | Let's Encrypt |
chatgptapi.unified-6.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T14:41:26 | Let's Encrypt |
chatgptapi.unified-7.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T15:38:27 | Let's Encrypt |
chatgptapi.unified-8.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T14:11:34 | Let's Encrypt |
chatgptapi.unified-9.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T14:11:24 | Let's Encrypt |
ci-webhooks.api.openai.com
|
CT Log | Current | — | 8 | 2026-02-28T15:40:34 | Let's Encrypt |
click.openai.com
|
CT Log | Current | — | 28 | 2026-02-14T00:00:00 | Sectigo Limited, Google Trust Services |
community.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T00:01:44 | Let's Encrypt |
cookbook.openai.com
|
CT Log | Current | — | 4 | 2026-02-14T00:54:58 | Let's Encrypt |
csat.help.openai.com
|
CT Log | Current |
csat.help.openai.com.00d5e0000054eijeaq.live.siteforce.com
|
2 | 2026-02-11T21:54:58 | Let's Encrypt |
democratic-inputs.forum.openai.com
|
CT Log | Current | — | 6 | 2026-03-06T02:18:02 | Google Trust Services |
deploymentsafety.openai.com
|
CT Log | Current | — | 2 | 2026-02-19T23:22:46 | Let's Encrypt |
devday.openai.com
|
CT Log | Current | — | 6 | 2026-02-17T09:57:28 | Let's Encrypt |
developers.openai.com
|
CT Log | Current | — | 4 | 2026-02-14T00:37:42 | Let's Encrypt |
discord.verify.openai.com
|
CT Log | Current | — | 4 | 2026-02-20T00:00:00 | DigiCert Inc, DigiCert, Inc. |
edunewsletter.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T04:12:22 | Google Trust Services |
em.openai.com
|
CT Log | Current | — | 3 | 2026-01-30T21:59:06 | Google Trust Services |
emerging-talent.forum.openai.com
|
CT Log | Current | — | 3 | 2026-02-04T00:50:04 | Google Trust Services |
enterprise.unified-1.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-11T21:02:28 | Let's Encrypt |
enterprise.unified-2.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-11T20:56:38 | Let's Encrypt |
enterprise.unified-3.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-07T20:48:30 | Let's Encrypt |
enterprise.unified-60.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-13T14:26:17 | Let's Encrypt |
enterprise.unified-7.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-11T21:02:48 | Let's Encrypt |
enterpriseservices.openai.com
|
CT Log | Current | — | 2 | 2025-06-18T00:00:00 | Amazon |
evals.openai.com
|
CT Log | Current | — | 14 | 2026-01-20T13:57:30 | Let's Encrypt, Google Trust Services |
event.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T17:13:25 | Let's Encrypt |
events.openai.com
|
CT Log | Current | — | 4 | 2026-02-16T16:50:28 | Let's Encrypt |
expert-ai-trainers.forum.openai.com
|
CT Log | Current | — | 6 | 2026-02-26T03:52:24 | Google Trust Services |
external.auth.openai.com
|
CT Log | Current | — | 3 | 2026-02-03T17:48:11 | Google Trust Services |
fde.openai.com
|
CT Log | Current | — | 14 | 2026-02-04T20:00:31 | Google Trust Services, Sectigo Limited |
feather.openai.com
|
CT Log | Current | — | 10 | 2026-02-23T14:26:20 | Google Trust Services |
files.openai.com
|
CT Log | Current | — | 14 | 2026-02-05T02:27:10 | Google Trust Services, Let's Encrypt |
forum.openai.com
|
CT Log | Current | — | 4 | 2026-01-11T04:47:24 | Let's Encrypt |
future-scholars.forum.openai.com
|
CT Log | Current | — | 6 | 2026-03-05T00:41:07 | Google Trust Services |
gateway.eks-1.api.openai.com
|
CT Log | Current | — | 2 | 2025-12-11T17:17:59 | Let's Encrypt |
gateway.fed-unified-0.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-12T05:10:58 | Let's Encrypt |
gateway.fed-unified-1.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-12T05:10:58 | Let's Encrypt |
gateway.io-1.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T21:41:26 | Let's Encrypt |
gateway.io-vendor-1.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T17:51:53 | Let's Encrypt |
gateway.reliability-1.api.openai.com
|
CT Log | Current | — | 2 | 2026-03-02T23:40:29 | Let's Encrypt |
gateway.reliability-2.api.openai.com
|
CT Log | Current | — | 2 | 2026-03-02T23:34:01 | Let's Encrypt |
gateway.reliability-4.api.openai.com
|
CT Log | Current | — | 2 | 2026-03-02T23:34:00 | Let's Encrypt |
gateway.reliability-5.api.openai.com
|
CT Log | Current | — | 2 | 2026-03-02T23:21:57 | Let's Encrypt |
gateway.reliability-6.api.openai.com
|
CT Log | Current | — | 2 | 2026-03-02T23:40:29 | Let's Encrypt |
gateway.search-ingress-public-0.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-03T04:28:46 | Let's Encrypt |
gateway.uapi-0.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T20:31:31 | Let's Encrypt |
gateway.uapi-1.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T20:31:25 | Let's Encrypt |
gateway.uchat-0.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T20:31:43 | Let's Encrypt |
gateway.uchat-1.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T20:31:50 | Let's Encrypt |
gateway.unified-0.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T09:07:24 | Let's Encrypt |
gateway.unified-1.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T12:27:22 | Let's Encrypt |
gateway.unified-103.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-23T15:54:58 | Let's Encrypt |
gateway.unified-104.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-07T19:56:35 | Let's Encrypt |
gateway.unified-105.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-07T18:36:56 | Let's Encrypt |
gateway.unified-106.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-11T22:00:28 | Let's Encrypt |
gateway.unified-107.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-12T16:40:00 | Let's Encrypt |
gateway.unified-108.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-07T16:08:13 | Let's Encrypt |
gateway.unified-109.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-11T23:56:36 | Let's Encrypt |
gateway.unified-11.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:15:09 | Let's Encrypt |
gateway.unified-110.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-11T17:04:14 | Let's Encrypt |
gateway.unified-111.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T00:56:25 | Let's Encrypt |
gateway.unified-112.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T01:01:53 | Let's Encrypt |
gateway.unified-113.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-26T19:44:08 | Let's Encrypt |
gateway.unified-114.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-26T22:03:35 | Let's Encrypt |
gateway.unified-115.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-04T05:17:53 | Let's Encrypt |
gateway.unified-116.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T20:51:21 | Let's Encrypt |
gateway.unified-117.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-06T18:03:18 | Let's Encrypt |
gateway.unified-118.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T16:07:17 | Let's Encrypt |
gateway.unified-119.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T16:08:18 | Let's Encrypt |
gateway.unified-12.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-31T09:29:03 | Let's Encrypt |
gateway.unified-120.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-03T16:07:22 | Let's Encrypt |
gateway.unified-121.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-21T06:51:38 | Let's Encrypt |
gateway.unified-122.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:20:51 | Let's Encrypt |
gateway.unified-123.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:21:21 | Let's Encrypt |
gateway.unified-124.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:21:41 | Let's Encrypt |
gateway.unified-125.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:22:03 | Let's Encrypt |
gateway.unified-126.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:22:28 | Let's Encrypt |
gateway.unified-127.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:22:56 | Let's Encrypt |
gateway.unified-13.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-09T10:44:15 | Let's Encrypt |
gateway.unified-130.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-19T18:32:56 | Let's Encrypt |
gateway.unified-131.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-19T18:32:55 | Let's Encrypt |
gateway.unified-132.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-19T19:13:54 | Let's Encrypt |
gateway.unified-133.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-19T19:13:55 | Let's Encrypt |
gateway.unified-134.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-06T17:29:57 | Let's Encrypt |
gateway.unified-135.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-06T17:30:16 | Let's Encrypt |
gateway.unified-136.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-11T05:21:56 | Let's Encrypt |
gateway.unified-137.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T23:02:38 | Let's Encrypt |
gateway.unified-138.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-07T01:29:06 | Let's Encrypt |
gateway.unified-139.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-26T05:20:09 | Let's Encrypt |
gateway.unified-140.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-07T22:34:03 | Let's Encrypt |
gateway.unified-141.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T19:42:50 | Let's Encrypt |
gateway.unified-142.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T19:43:15 | Let's Encrypt |
gateway.unified-143.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T19:42:13 | Let's Encrypt |
gateway.unified-144.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T22:12:25 | Let's Encrypt |
gateway.unified-145.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T06:16:38 | Let's Encrypt |
gateway.unified-146.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-27T02:37:12 | Let's Encrypt |
gateway.unified-147.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-21T20:15:57 | Let's Encrypt |
gateway.unified-148.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T22:53:59 | Let's Encrypt |
gateway.unified-149.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-12T04:14:54 | Let's Encrypt |
gateway.unified-15.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:30:13 | Let's Encrypt |
gateway.unified-150.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-12T04:11:54 | Let's Encrypt |
gateway.unified-151.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-12T04:21:43 | Let's Encrypt |
gateway.unified-152.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-12T04:11:52 | Let's Encrypt |
gateway.unified-153.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-12T05:10:31 | Let's Encrypt |
gateway.unified-16.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:30:31 | Let's Encrypt |
gateway.unified-17.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:30:50 | Let's Encrypt |
gateway.unified-18.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:31:08 | Let's Encrypt |
gateway.unified-19.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:31:32 | Let's Encrypt |
gateway.unified-2.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:31:55 | Let's Encrypt |
gateway.unified-20.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:32:16 | Let's Encrypt |
gateway.unified-21.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:32:37 | Let's Encrypt |
gateway.unified-22.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:33:07 | Let's Encrypt |
gateway.unified-23.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-13T21:33:43 | Let's Encrypt |
gateway.unified-24.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:37:02 | Let's Encrypt |
gateway.unified-25.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:37:29 | Let's Encrypt |
gateway.unified-26.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-20T06:38:06 | Let's Encrypt |
gateway.unified-27.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-27T16:00:02 | Let's Encrypt |
gateway.unified-28.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:38:57 | Let's Encrypt |
gateway.unified-29.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-27T16:02:41 | Let's Encrypt |
gateway.unified-3.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:39:32 | Let's Encrypt |
gateway.unified-30.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-27T16:04:38 | Let's Encrypt |
gateway.unified-31.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-27T16:09:11 | Let's Encrypt |
gateway.unified-32.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:40:35 | Let's Encrypt |
gateway.unified-35.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:40:52 | Let's Encrypt |
gateway.unified-36.api.openai.com
|
CT Log | Current | — | 5 | 2026-03-07T18:25:04 | Let's Encrypt |
gateway.unified-37.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-07T18:23:46 | Let's Encrypt |
gateway.unified-39.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T18:00:21 | Let's Encrypt |
gateway.unified-4.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:42:23 | Let's Encrypt |
gateway.unified-40.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T17:59:57 | Let's Encrypt |
gateway.unified-41.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T21:06:03 | Let's Encrypt |
gateway.unified-42.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T21:05:52 | Let's Encrypt |
gateway.unified-43.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T22:07:15 | Let's Encrypt |
gateway.unified-44.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-25T23:05:57 | Let's Encrypt |
gateway.unified-45.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T12:52:00 | Let's Encrypt |
gateway.unified-46.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T13:22:46 | Let's Encrypt |
gateway.unified-47.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T17:58:45 | Let's Encrypt |
gateway.unified-48.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T12:55:33 | Let's Encrypt |
gateway.unified-49.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T12:48:51 | Let's Encrypt |
gateway.unified-5.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:45:51 | Let's Encrypt |
gateway.unified-50.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T12:41:45 | Let's Encrypt |
gateway.unified-51.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T14:24:52 | Let's Encrypt |
gateway.unified-52.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T14:36:58 | Let's Encrypt |
gateway.unified-53.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T13:34:05 | Let's Encrypt |
gateway.unified-54.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-08T13:41:46 | Let's Encrypt |
gateway.unified-55.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-15T16:50:27 | Let's Encrypt |
gateway.unified-56.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-15T16:59:42 | Let's Encrypt |
gateway.unified-57.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-15T16:50:10 | Let's Encrypt |
gateway.unified-58.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-15T16:50:40 | Let's Encrypt |
gateway.unified-59.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-15T16:50:09 | Let's Encrypt |
gateway.unified-6.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:49:59 | Let's Encrypt |
gateway.unified-60.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-17T14:33:01 | Let's Encrypt |
gateway.unified-61.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:28 | Let's Encrypt |
gateway.unified-62.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:26 | Let's Encrypt |
gateway.unified-63.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T01:24:20 | Let's Encrypt |
gateway.unified-64.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:39 | Let's Encrypt |
gateway.unified-65.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:50 | Let's Encrypt |
gateway.unified-66.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:23:58 | Let's Encrypt |
gateway.unified-67.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T16:34:24 | Let's Encrypt |
gateway.unified-68.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:09 | Let's Encrypt |
gateway.unified-69.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:17 | Let's Encrypt |
gateway.unified-7.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:53:24 | Let's Encrypt |
gateway.unified-70.api.openai.com
|
CT Log | Current | — | 6 | 2026-03-02T00:24:15 | Let's Encrypt |
gateway.unified-71.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T09:36:15 | Let's Encrypt |
gateway.unified-72.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T09:35:51 | Let's Encrypt |
gateway.unified-73.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T09:36:27 | Let's Encrypt |
gateway.unified-74.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T09:36:04 | Let's Encrypt |
gateway.unified-75.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T09:36:09 | Let's Encrypt |
gateway.unified-76.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-16T09:36:03 | Let's Encrypt |
gateway.unified-79.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-01T19:26:55 | Let's Encrypt |
gateway.unified-8.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T16:57:12 | Let's Encrypt |
gateway.unified-80.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-01T19:26:55 | Let's Encrypt |
gateway.unified-81.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-01T19:26:43 | Let's Encrypt |
gateway.unified-82.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-21T16:50:08 | Let's Encrypt |
gateway.unified-83.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:31:38 | Let's Encrypt |
gateway.unified-84.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:32:09 | Let's Encrypt |
gateway.unified-85.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:32:18 | Let's Encrypt |
gateway.unified-86.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:33:20 | Let's Encrypt |
gateway.unified-87.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:32:11 | Let's Encrypt |
gateway.unified-88.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:33:01 | Let's Encrypt |
gateway.unified-9.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T17:01:04 | Let's Encrypt |
gateway.unified-90.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T00:32:17 | Let's Encrypt |
gateway.unified-91.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-24T15:52:13 | Let's Encrypt |
gateway.unified-92.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-09T14:49:21 | Let's Encrypt |
gateway.unified-93.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-09T14:36:26 | Let's Encrypt |
gateway.unified-94.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-10T23:26:22 | Let's Encrypt |
gateway.unified-95.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-11T18:58:13 | Let's Encrypt |
gateway.unified-96.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-14T16:46:20 | Let's Encrypt |
gateway.unified-97.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-14T19:41:44 | Let's Encrypt |
gateway.webhook-0.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T18:28:10 | Let's Encrypt |
gateway.websocket-0.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-01T19:26:33 | Let's Encrypt |
gateway.websocket-1.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-01T19:27:32 | Let's Encrypt |
gateway.websocket-10.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-23T22:26:14 | Let's Encrypt |
gateway.websocket-11.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-23T22:26:17 | Let's Encrypt |
gateway.websocket-2.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T17:07:01 | Let's Encrypt |
gateway.websocket-3.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-14T17:07:24 | Let's Encrypt |
gateway.websocket-4.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-20T18:45:39 | Let's Encrypt |
gateway.websocket-5.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-20T18:45:23 | Let's Encrypt |
gateway.websocket-6.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-23T20:57:50 | Let's Encrypt |
gateway.websocket-7.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-24T00:31:34 | Let's Encrypt |
gateway.websocket-8.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-24T00:37:13 | Let's Encrypt |
gateway.websocket-9.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-23T22:26:27 | Let's Encrypt |
go.openai.com
|
CT Log | Current |
504-swe-347.mktoweb.com
|
2 | 2026-01-31T03:51:26 | Google Trust Services |
gov.api.openai.com
|
CT Log | Current | — | 14 | 2026-01-23T18:38:05 | Google Trust Services, Let's Encrypt |
grants.openai.com
|
CT Log | Current |
grants.azureedge.net
|
3 | 2025-06-01T00:00:00 | DigiCert Inc |
gtm-innovation.api.openai.com
|
CT Log | Current | — | 14 | 2026-01-27T00:00:00 | Sectigo Limited, Google Trust Services |
guardrails.openai.com
|
CT Log | Current | — | 2 | 2026-01-26T00:59:17 | Let's Encrypt |
help.openai.com
|
DNS | Current |
help.openai.com.cdn.cloudflare.net
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
images.openai.com
|
CT Log | Current | — | 33 | 2026-01-21T21:27:32 | Google Trust Services, Sectigo Limited, Let's Encrypt |
ios.chat.openai.com
|
CT Log | Current | — | 2 | 2026-01-22T18:39:39 | Google Trust Services |
jukebox.openai.com
|
CT Log | Current | — | 3 | 2025-06-02T00:00:00 | DigiCert Inc |
juno.openai.com
|
CT Log | Current | — | 22 | 2026-02-05T18:20:20 | Let's Encrypt, Google Trust Services |
ka3d0s888non270n82k.openai.com
|
CT Log | Current |
ka3d0s888non270n82k.openai.com.cdn.cloudflare.net
|
2 | 2026-01-26T18:15:08 | Let's Encrypt |
links.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T16:25:39 | Let's Encrypt |
mail-review.openai.com
|
CT Log | Current |
wormhole-wdmi1wv9.on.material.security
|
4 | 2026-02-27T16:49:28 | Google Trust Services |
mango.fde.openai.com
|
CT Log | Current | — | 11 | 2026-02-05T20:48:05 | Google Trust Services, Let's Encrypt |
math.forum.openai.com
|
CT Log | Current | — | 3 | 2026-01-31T05:41:34 | Google Trust Services |
merchant.openai.com
|
CT Log | Current | — | 18 | 2026-02-09T21:17:17 | Let's Encrypt, Google Trust Services |
mergeproxy.openai.com
|
CT Log | Current | — | 28 | 2026-02-15T00:00:00 | Sectigo Limited, Google Trust Services |
microscope-azure-edge.openai.com
|
CT Log | Current | — | 3 | 2025-06-01T00:00:00 | DigiCert Inc |
microscope-azure.openai.com
|
CT Log | Current | — | 3 | 2026-02-14T00:00:00 | DigiCert Inc, DigiCert, Inc. |
microscope.openai.com
|
CT Log | Current | — | 3 | 2025-06-01T00:00:00 | DigiCert Inc |
model-spec.openai.com
|
CT Log | Current | — | 2 | 2026-01-26T08:19:35 | Let's Encrypt |
nori-webhooks.api.openai.com
|
CT Log | Current | — | 28 | 2026-02-16T15:00:43 | Let's Encrypt, Google Trust Services |
nori.api.openai.com
|
CT Log | Current | — | 28 | 2026-02-28T23:28:32 | Let's Encrypt, Google Trust Services |
notify.openai.com
|
DNS | Current |
u20216706.wl207.sendgrid.net
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
oauth.openai.com
|
DNS | Current |
oauth.api.openai.com
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
observability-webhook.api.openai.com
|
CT Log | Current | — | 4 | 2026-01-18T20:56:44 | Let's Encrypt |
openai-projects.forum.openai.com
|
CT Log | Current | — | 6 | 2026-03-05T03:31:05 | Google Trust Services |
openai-team.forum.openai.com
|
CT Log | Current | — | 4 | 2026-01-30T23:42:24 | Let's Encrypt |
openhouse.api.openai.com
|
CT Log | Current | — | 16 | 2026-02-18T00:00:00 | Sectigo Limited, Let's Encrypt |
orderform.openai.com
|
CT Log | Current | — | 4 | 2026-02-13T19:21:33 | Let's Encrypt |
papaya.fde.openai.com
|
CT Log | Current | — | 8 | 2026-02-05T15:19:37 | Google Trust Services, Let's Encrypt |
partners.openai.com
|
CT Log | Current |
partners.openai.com.00d5e0000054eijeaq.live.siteforce.com
|
2 | 2026-02-11T21:55:27 | Let's Encrypt |
pay.openai.com
|
CT Log | Current |
hosted-checkout.stripecdn.com
|
5 | 2026-02-20T11:37:12 | Google Trust Services |
platform.openai.com
|
CT Log | Current | — | 6 | 2026-01-12T19:44:15 | Google Trust Services |
preview.prism.openai.com
|
CT Log | Current | — | 4 | 2026-02-19T17:18:00 | Let's Encrypt |
privacy.openai.com
|
CT Log | Current | — | 15 | 2026-01-28T21:27:27 | Google Trust Services, Let's Encrypt, Amazon |
private.api.openai.com
|
CT Log | Current | — | 8 | 2026-02-10T04:02:00 | Let's Encrypt |
private.northeurope.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-01T09:24:07 | Let's Encrypt |
private.southcentralus.api.openai.com
|
CT Log | Current | — | 6 | 2026-02-17T07:33:57 | Let's Encrypt |
private.spaincentral.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-06T14:37:43 | Let's Encrypt |
private.westus2.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T07:33:59 | Let's Encrypt |
production.openai.com
|
CT Log | Current | — | 3 | 2026-02-15T00:00:00 | DigiCert Inc, DigiCert, Inc. |
progress.openai.com
|
CT Log | Current | — | 2 | 2026-01-30T15:31:24 | Let's Encrypt |
scim.openai.com
|
CT Log | Current | — | 4 | 2026-02-19T13:12:33 | Let's Encrypt |
search-onramp.unified-8.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-03T12:23:26 | Let's Encrypt |
search-onramp.unified-9.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-04T07:49:22 | Let's Encrypt |
setup.auth.openai.com
|
CT Log | Current | — | 6 | 2026-02-13T06:59:29 | Google Trust Services |
sevbot.api.openai.com
|
CT Log | Current | — | 14 | 2026-01-18T20:11:28 | Google Trust Services, Let's Encrypt |
share.openai.com
|
CT Log | Current | — | 34 | 2026-02-22T00:00:00 | Sectigo Limited, Google Trust Services, Let's Encrypt |
sm.openai.com
|
CT Log | Current | — | 28 | 2026-02-15T22:14:58 | Let's Encrypt, Google Trust Services |
sonata.api.openai.com
|
CT Log | Current | — | 14 | 2026-01-15T00:00:00 | Sectigo Limited, Google Trust Services |
sonata.openai.com
|
CT Log | Current | — | 14 | 2026-01-16T00:00:00 | Sectigo Limited, Google Trust Services |
spinningup.openai.com
|
CT Log | Current | — | 4 | 2026-01-26T12:59:19 | Let's Encrypt |
staging.openai.com
|
CT Log | Current | — | 4 | 2026-02-15T00:00:00 | DigiCert Inc, DigiCert, Inc. |
statsigcdn.openai.com
|
CT Log | Current | — | 34 | 2026-01-28T19:40:49 | Let's Encrypt, Google Trust Services |
status.openai.com
|
CT Log | Current | — | 4 | 2026-02-27T02:36:02 | Let's Encrypt |
student-forum.forum.openai.com
|
CT Log | Current | — | 3 | 2026-01-09T01:51:29 | Google Trust Services |
supply.openai.com
|
CT Log | Current | — | 4 | 2026-02-21T05:08:41 | Let's Encrypt |
support.api.openai.com
|
CT Log | Current | — | 28 | 2026-03-05T12:59:27 | Let's Encrypt, Google Trust Services |
tcr9i.chat.openai.com
|
CT Log | Current | — | 11 | 2026-02-24T00:00:00 | Amazon |
tcr9i.openai.com
|
CT Log | Current | — | 3 | 2026-02-24T00:00:00 | Amazon |
test-partners.openai.com
|
CT Log | Current | — | 4 | 2026-03-07T21:44:19 | Let's Encrypt |
transceiver.api.openai.com
|
CT Log | Current | — | 28 | 2026-02-27T00:00:00 | Sectigo Limited, Google Trust Services |
trust.openai.com
|
CT Log | Current | — | 3 | 2026-02-01T11:38:43 | Google Trust Services |
ucb-dssj.forum.openai.com
|
CT Log | Current | — | 3 | 2026-01-31T01:55:48 | Google Trust Services |
unified-0.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T09:49:34 | Let's Encrypt |
unified-1.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:50:53 | Let's Encrypt |
unified-103.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-23T16:05:38 | Let's Encrypt |
unified-104.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T01:25:30 | Let's Encrypt |
unified-105.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T00:31:52 | Let's Encrypt |
unified-106.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-05T23:00:20 | Let's Encrypt |
unified-107.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T18:56:19 | Let's Encrypt |
unified-108.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T18:49:02 | Let's Encrypt |
unified-109.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T20:30:28 | Let's Encrypt |
unified-11.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:49:58 | Let's Encrypt |
unified-110.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T23:29:01 | Let's Encrypt |
unified-111.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-07T01:01:35 | Let's Encrypt |
unified-112.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T22:57:14 | Let's Encrypt |
unified-113.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T19:54:27 | Let's Encrypt |
unified-114.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T22:14:46 | Let's Encrypt |
unified-115.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-04T04:26:50 | Let's Encrypt |
unified-116.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-03T21:03:38 | Let's Encrypt |
unified-117.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-06T18:11:52 | Let's Encrypt |
unified-118.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-03T16:18:37 | Let's Encrypt |
unified-119.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-03T16:23:39 | Let's Encrypt |
unified-12.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-31T09:30:18 | Let's Encrypt |
unified-120.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-03T17:18:13 | Let's Encrypt |
unified-121.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T06:52:43 | Let's Encrypt |
unified-122.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-10T02:54:36 | Let's Encrypt |
unified-123.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-13T20:43:52 | Let's Encrypt |
unified-124.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-12T17:23:21 | Let's Encrypt |
unified-125.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-12T18:09:28 | Let's Encrypt |
unified-126.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-12T18:09:08 | Let's Encrypt |
unified-127.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-13T20:52:01 | Let's Encrypt |
unified-13.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-09T10:50:08 | Let's Encrypt |
unified-130.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-19T18:43:38 | Let's Encrypt |
unified-131.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-19T18:43:37 | Let's Encrypt |
unified-132.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-19T19:24:32 | Let's Encrypt |
unified-133.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-19T19:24:32 | Let's Encrypt |
unified-134.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T17:45:45 | Let's Encrypt |
unified-135.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-06T17:45:42 | Let's Encrypt |
unified-136.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-11T05:15:03 | Let's Encrypt |
unified-137.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-13T22:59:24 | Let's Encrypt |
unified-138.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-07T01:39:03 | Let's Encrypt |
unified-139.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T05:16:15 | Let's Encrypt |
unified-140.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-07T22:44:02 | Let's Encrypt |
unified-141.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-13T20:03:23 | Let's Encrypt |
unified-142.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-13T20:03:07 | Let's Encrypt |
unified-143.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-13T20:03:09 | Let's Encrypt |
unified-144.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-20T08:08:33 | Let's Encrypt |
unified-145.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T06:09:38 | Let's Encrypt |
unified-146.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-27T02:30:43 | Let's Encrypt |
unified-147.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T20:09:31 | Let's Encrypt |
unified-148.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-10T17:07:02 | Let's Encrypt |
unified-149.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-12T04:06:42 | Let's Encrypt |
unified-15.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T11:44:29 | Let's Encrypt |
unified-150.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-12T03:53:34 | Let's Encrypt |
unified-151.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-12T04:06:31 | Let's Encrypt |
unified-152.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-12T03:53:21 | Let's Encrypt |
unified-153.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-12T03:53:40 | Let's Encrypt |
unified-16.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T12:25:32 | Let's Encrypt |
unified-17.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T11:43:51 | Let's Encrypt |
unified-18.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T12:26:24 | Let's Encrypt |
unified-19.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T12:27:54 | Let's Encrypt |
unified-2.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:50:23 | Let's Encrypt |
unified-20.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T11:44:49 | Let's Encrypt |
unified-21.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T11:45:52 | Let's Encrypt |
unified-22.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-26T11:43:52 | Let's Encrypt |
unified-23.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T09:21:05 | Let's Encrypt |
unified-24.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T09:21:37 | Let's Encrypt |
unified-25.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T09:23:32 | Let's Encrypt |
unified-26.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-20T06:38:45 | Let's Encrypt |
unified-27.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-27T15:55:21 | Let's Encrypt |
unified-28.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-08T16:47:36 | Let's Encrypt |
unified-29.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-27T18:00:21 | Let's Encrypt |
unified-3.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T09:06:21 | Let's Encrypt |
unified-30.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-27T16:02:51 | Let's Encrypt |
unified-31.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-27T17:06:55 | Let's Encrypt |
unified-32.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-08T15:15:53 | Let's Encrypt |
unified-35.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-02T12:31:56 | Let's Encrypt |
unified-36.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-07T18:31:09 | Let's Encrypt |
unified-37.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-06T19:27:00 | Let's Encrypt |
unified-39.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T18:08:52 | Let's Encrypt |
unified-4.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:50:05 | Let's Encrypt |
unified-40.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T19:08:26 | Let's Encrypt |
unified-41.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T23:14:16 | Let's Encrypt |
unified-42.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T22:14:23 | Let's Encrypt |
unified-43.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T22:14:20 | Let's Encrypt |
unified-44.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-25T21:14:41 | Let's Encrypt |
unified-45.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T13:00:26 | Let's Encrypt |
unified-46.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T13:30:00 | Let's Encrypt |
unified-47.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T18:05:06 | Let's Encrypt |
unified-48.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T13:06:24 | Let's Encrypt |
unified-49.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T12:57:00 | Let's Encrypt |
unified-5.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T09:52:10 | Let's Encrypt |
unified-50.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T12:50:47 | Let's Encrypt |
unified-51.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T14:25:57 | Let's Encrypt |
unified-52.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T13:46:23 | Let's Encrypt |
unified-53.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-08T13:42:25 | Let's Encrypt |
unified-54.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-09T21:20:04 | Let's Encrypt |
unified-55.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-15T16:55:28 | Let's Encrypt |
unified-56.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-15T17:01:31 | Let's Encrypt |
unified-57.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-15T16:55:41 | Let's Encrypt |
unified-58.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-15T16:56:26 | Let's Encrypt |
unified-59.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-15T16:56:27 | Let's Encrypt |
unified-6.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:53:06 | Let's Encrypt |
unified-60.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-17T14:32:51 | Let's Encrypt |
unified-61.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-01T23:46:19 | Let's Encrypt |
unified-62.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:24:51 | Let's Encrypt |
unified-63.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:23:39 | Let's Encrypt |
unified-64.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:24:01 | Let's Encrypt |
unified-65.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:23:28 | Let's Encrypt |
unified-66.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:23:16 | Let's Encrypt |
unified-67.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T16:33:55 | Let's Encrypt |
unified-68.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:23:48 | Let's Encrypt |
unified-69.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T01:23:49 | Let's Encrypt |
unified-7.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:49:32 | Let's Encrypt |
unified-70.api.openai.com
|
CT Log | Current | — | 4 | 2026-03-02T00:23:28 | Let's Encrypt |
unified-71.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-16T09:09:03 | Let's Encrypt |
unified-72.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-16T09:09:19 | Let's Encrypt |
unified-73.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-16T09:08:56 | Let's Encrypt |
unified-74.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-16T09:09:27 | Let's Encrypt |
unified-75.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-16T09:09:35 | Let's Encrypt |
unified-76.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-16T09:08:57 | Let's Encrypt |
unified-79.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T18:58:18 | Let's Encrypt |
unified-8.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T09:49:45 | Let's Encrypt |
unified-80.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T18:58:35 | Let's Encrypt |
unified-81.api.openai.com
|
CT Log | Current | — | 2 | 2026-02-01T18:58:10 | Let's Encrypt |
unified-82.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-21T17:47:56 | Let's Encrypt |
unified-83.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:08:05 | Let's Encrypt |
unified-84.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:05:46 | Let's Encrypt |
unified-85.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:05:43 | Let's Encrypt |
unified-86.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:07:01 | Let's Encrypt |
unified-87.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:10:30 | Let's Encrypt |
unified-88.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:05:45 | Let's Encrypt |
unified-9.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-21T08:50:43 | Let's Encrypt |
unified-90.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-18T01:06:02 | Let's Encrypt |
unified-91.api.openai.com
|
CT Log | Current | — | 2 | 2026-01-24T15:53:58 | Let's Encrypt |
unified-92.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-09T14:02:31 | Let's Encrypt |
unified-93.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-09T13:57:33 | Let's Encrypt |
unified-94.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-10T22:40:29 | Let's Encrypt |
unified-95.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-11T18:17:31 | Let's Encrypt |
unified-96.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-14T15:33:54 | Let's Encrypt |
unified-97.api.openai.com
|
CT Log | Current | — | 4 | 2026-02-14T18:33:40 | Let's Encrypt |
url3243.email.openai.com
|
CT Log | Current | — | 3 | 2025-06-01T00:00:00 | DigiCert Inc |
url603.notify.openai.com
|
CT Log | Current | — | 3 | 2025-06-01T00:00:00 | DigiCert Inc |
url9335.recruiting.openai.com
|
CT Log | Current | — | 1 | 2026-02-06T00:00:00 | Amazon |
videos.openai.com
|
CT Log | Current | — | 20 | 2026-02-11T20:02:58 | Google Trust Services, Sectigo Limited |
webinar.openai.com
|
CT Log | Current | — | 3 | 2026-01-17T02:26:06 | Google Trust Services |
www.devday.openai.com
|
CT Log | Current |
elb-3347-devday-openai-com.swoogo.com
|
2 | 2026-02-16T16:43:39 | Let's Encrypt |
www.events.openai.com
|
CT Log | Current | — | 2 | 2026-02-16T15:10:03 | Let's Encrypt |
www.openai.com
|
DNS | Current |
www.openai.com.cdn.cloudflare.net
|
4 | 2026-01-23 | Google Trust Services, Let's Encrypt |
DNS Evidence Diff Side-by-side comparison
104.18.33.45
172.64.154.211
172.64.154.211
104.18.33.45
0 issuewild "amazon.com"
0 issuewild "letsencrypt.org"
0 issue "amazon.com"
0 issue "amazon.com"
0 issuewild "digicert.com; cansignhttpexchanges=yes"
0 issue "digicert.com; cansignhttpexchanges=yes"
0 issue "sectigo.com"
0 issue "godaddy.com"
0 issue "digicert.com; cansignhttpexchanges=yes"
0 issue "letsencrypt.org"
0 issue "letsencrypt.org"
0 issue "pki.goog; cansignhttpexchanges=yes"
0 issuewild "letsencrypt.org"
0 issue "sectigo.com"
0 issue "godaddy.com"
0 issuewild "sectigo.com"
0 issuewild "sectigo.com"
0 issuewild "pki.goog; cansignhttpexchanges=yes"
0 issuewild "pki.goog; cansignhttpexchanges=yes"
0 issuewild "digicert.com; cansignhttpexchanges=yes"
0 issue "pki.goog; cansignhttpexchanges=yes"
0 issuewild "amazon.com"
v=DMARC1; p=reject; rua=mailto:tdfyvl0n@ag.dmarcian.com; ruf=mailto:tdfyvl0n@fr.dmarcian.com; fo=1; aspf=r
v=DMARC1; p=reject; rua=mailto:tdfyvl0n@ag.dmarcian.com; ruf=mailto:tdfyvl0n@fr.dmarcian.com; fo=1; aspf=r
10 alt4.aspmx.l.google.com.
1 aspmx.l.google.com.
5 alt1.aspmx.l.google.com.
5 alt1.aspmx.l.google.com.
10 alt3.aspmx.l.google.com.
10 alt3.aspmx.l.google.com.
1 aspmx.l.google.com.
5 alt2.aspmx.l.google.com.
5 alt2.aspmx.l.google.com.
10 alt4.aspmx.l.google.com.
ns1-02.azure-dns.com.
ns1-02.azure-dns.com.
ns2-02.azure-dns.net.
ns2-02.azure-dns.net.
ns3-02.azure-dns.org.
ns3-02.azure-dns.org.
ns4-02.azure-dns.info.
ns4-02.azure-dns.info.
ns1-02.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
ns1-02.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
MS=ms50231473
onetrust-domain-verification=7acf44f596f84700bc82bfaaeb9b388c
ZOOM_verify_Ji3VecODDwjBgU1GccqGAC
uber-domain-verification=faf07776-4ec9-4fd0-9ac5-2a6f8c514318
v=spf1 include:_spf.google.com include:spf.protection.outlook.com include:8050860.spf04.hubspotemail.net include:mktomail.com include:spf_c.oraclecloud.com -all
postman-domain-verification=dc3e890ca92455e54d07dcec9ea8404fc401b0a5a900dfb759062cd1dc68b28f7bc7db58254e4936ff8a9303f38cb9719e1af16757b09e0067c635510c90cde8
box-domain-verification=e2ecedffb7ea6f02e5f7a4afdbb83e2892f81db3acd85ff600633ad76096d459
notion-domain-verification=GZFdn3LQ77QuL3XKYZT6BmKDkFfmbiAorjzDIdvLRd6
pylon-domain-verification-na3cfk=bYVknYT5uGxjut616RQY8fCHj
google-site-verification=dU3pms6hgznfQnTCxkcq6P4jGjd8LMra0v429l4oElA
dropbox-domain-verification=mra9n6toqbqj
apple-domain-verification=EgaXvYuVUgRwJTk3
parsec-domain-verification=td_30Hu4AtBG9pDT9HTJCFK42bxN3q
smartsheet-site-validation=b4J2lcr0i94a3_8qW2jIQxWjyqlGUmF1
tukj3psjdk
whimsical=a3593eda7e8523a75b01fd953cac04549faefe0c
wrike-verification=NjMwNjgwMjo0NmU2YjQ1NjgzNGJkN2M3MmYwNWUyMTNhOWUwOGY0OTQxYjBlNWJmZTEwYjYzOWU5MDNlMDlkYzAxNGZlZDRh
uber-domain-verification=77dfb7a6-1534-4c1b-a4e2-ba173fa8e9a3
stripe-verification=b1d42b65d1782470604a6dbb360e9dfe8bd7426974e5110605e86b22d945288d
airtable-verification=dea7eaaa4d90e623ec30a9b2fa12ca5f
google-site-verification=BDCE3pqO3BG5T5jWaEmQl10f5gqe3GAXgjyV0pmA5Jo
canva-site-verification=3pgWM7c4EwmBo5rsy9b2Mg
hubspot-developer-verification=NDFmMGNmMTYtZWYxNS00YTNlLWFkM2ItMjEwYzhmYTk0NTNi
hiAwXiKX20HcM9FtFK90WRyUFLSV1w
atlassian-domain-verification=xdHUKPdNqeX/XU/VMyGIRWfzqvhwWmcHR1DhX2J3JllvjIY3A0Aw9Ctst0DXGIgt
onetrust-domain-verification=6bfaeb2a9cdf438bad3b7b30e745f3ed
figma-domain-verification=274542735efe890a700405d9916de07a971b531a0d1595c237b09d68770febf4-1762810003
mgverify=22d53df776e7e9198e72a000c4056f5ba1624b8f2a50e3d0f4925fcea15bb5d4
openai-domain-verification=dv-un30neQJyISDPkxgKgArFtEc
TAILSCALE-FAWYbK3UOL8Tf83rkJoc
airalo-domain-verification=xFzIMCLQ9JTlUFK
twilio-domain-verification=c7745eae53aa58c5874d7a8508c510bc
calendly-site-verification=fBZScJDPHrHKIWIb9dKdryZqPPcCkxGISR8z5xSdX
linear-domain-verification=83vxugur897f
google-site-verification=9sG4lDm5hmXEmnwpVGkId_ftzq-b84TYi0rwy9J-f9s
docker-verification=e315e0c2-f866-4bec-ac0c-844fa287bbec
miro-verification=0ee819554f4ff63f853affdf30d1cf76a15c6846
atlassian-domain-verification=Q2BUDjXbr3zZaNROQ1MyCjvItM31fbzhL/GR5YEn96BAAyQzrQfkxaxxWC2qj/s5
jamf-site-verification=2ysWIpJrXkO40kW1SNc8Qg
ms-domain-verification=a14381d7-1e61-4cbf-97fa-4ac14336f0cf
autodesk-domain-verification=C3oU6DmT-SfRlU0htRMR
DNS History Timeline BETA
When was a record added, removed, or changed — and could that change be the problem?
Confirm Your Email Configuration
This tool analyzes DNS records, but to verify actual email delivery, send a test email to Red Sift Investigate. Their tool shows exactly how your emails arrive, including SPF/DKIM/DMARC pass/fail results in the headers.
DATA FRESHNESS & METHODOLOGY
All security-critical records (SPF, DMARC, DKIM, DANE/TLSA, DNSSEC, MTA-STS, TLS-RPT, BIMI, CAA) are queried live from authoritative nameservers and cross-referenced against 5 independent public DNS resolvers (Cloudflare, Google, Quad9, OpenDNS, DNS4EU) at the time of each analysis. No security verdict uses cached data.
Registrar data (RDAP) is cached for up to 24 hours because domain ownership and registration details change infrequently. Certificate Transparency logs (subdomain discovery via RFC 6962) are cached for 1 hour because CT entries are append-only historical records. Sections using cached data are marked with a CACHED badge; live queries show LIVE.
Intelligence Sources
This analysis used 4 DNS resolvers (consensus), reverse DNS (PTR), Team Cymru (ASN attribution), IANA RDAP (registrar), crt.sh (CT logs), and SMTP probing (transport). All using open-standard protocols.
Verify Report Integrity SHA-3-512 Has this report been altered since generation? Verify below
This cryptographic hash seals the analysis data, domain, timestamp, and tool version into a tamper-evident fingerprint. Any modification to the report data will produce a different hash. This is distinct from the posture hash (used for drift detection) — the integrity hash uniquely identifies this specific report instance.
d3b8c312d2a4e044aec7f828f744108ca2b2c8adb18b431f6b19695a98e1d9857af0306b671ac88cd3875930c00d404a0b904a733434b7659fae7deab44976bd
Internet Archive — Permanent Record Wayback Machine Can this analysis be independently verified? Archived
This analysis has been automatically submitted to the Internet Archive's Wayback Machine, creating a tamper-proof, third-party-hosted snapshot of the DNS security posture at analysis time. This archived copy is independent of DNS Tool — it cannot be altered, deleted, or disputed. Combined with the SHA-3-512 integrity hash, this creates a legally defensible chain of evidence for domain security state.
https://web.archive.org/web/20260307234133/https://dnstool.it-help.tech/analysis/6401/view/E
Download the intelligence dump and verify its integrity, like you would a Kali ISO or any critical artifact. The SHA-3-512 checksum covers every byte of the download — deterministic serialization ensures identical hashes across downloads.
After downloading, verify with any of these commands:
Tip: cd ~/Downloads first (or wherever you saved the files).
cat dns-intelligence-openai.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-openai.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-openai.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-openai.com.json
.sha3 file or the checksum API at /api/analysis/6401/checksum. Hash algorithm: SHA-3-512 (Keccak, NIST FIPS 202).
Every finding in this report is backed by DNS queries you can run yourself. These vetted one-liners reproduce the exact checks used to build this report for openai.com. Our analysis adds multi-resolver consensus, RFC-based evaluation, and cross-referencing — but the underlying data is always independently verifiable. We are intelligence analysts, not gatekeepers.
DNS Records
dig +noall +answer openai.com A
dig +noall +answer openai.com AAAA
dig +noall +answer openai.com MX
dig +noall +answer openai.com NS
dig +noall +answer openai.com TXT
Email Authentication
dig +short openai.com TXT | grep -i spf
dig +short _dmarc.openai.com TXT
dig +short google._domainkey.openai.com TXT
dig +short intercom._domainkey.openai.com TXT
dig +short s1._domainkey.openai.com TXT
dig +short s2._domainkey.openai.com TXT
dig +short selector1._domainkey.openai.com TXT
dig +short sf1._domainkey.openai.com TXT
dig +short sf2._domainkey.openai.com TXT
Domain Security
dig +dnssec +noall +answer openai.com DNSKEY
dig +noall +answer openai.com DS
dig +dnssec +cd openai.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.alt4.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.alt1.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.alt3.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.alt2.aspmx.l.google.com TLSA
openssl s_client -starttls smtp -connect alt4.aspmx.l.google.com:25 -servername alt4.aspmx.l.google.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.openai.com TXT
curl -sL https://mta-sts.openai.com/.well-known/mta-sts.txt
dig +short _smtp._tls.openai.com TXT
Brand & Trust
dig +short default._bimi.openai.com TXT
dig +noall +answer openai.com CAA
DNS Records
dig +noall +answer openai.com HTTPS
Domain Security
dig +noall +answer openai.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/openai.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect alt4.aspmx.l.google.com:25 -servername alt4.aspmx.l.google.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.openai.com&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://openai.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://openai.com/llms.txt | head -5
curl -s https://openai.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 45.33.18.104.origin.asn.cymru.com TXT
dig +short 211.154.64.172.origin.asn.cymru.com TXT
dig, openssl, and curl — standard tools available on macOS, Linux, and WSL. Results may vary slightly due to DNS propagation timing and resolver caching.
Appendix: Verification Commands
DNS Records
dig +noall +answer openai.com A
dig +noall +answer openai.com AAAA
dig +noall +answer openai.com MX
dig +noall +answer openai.com NS
dig +noall +answer openai.com TXT
Email Authentication
dig +short openai.com TXT | grep -i spf
dig +short _dmarc.openai.com TXT
dig +short google._domainkey.openai.com TXT
dig +short intercom._domainkey.openai.com TXT
dig +short s1._domainkey.openai.com TXT
dig +short s2._domainkey.openai.com TXT
dig +short selector1._domainkey.openai.com TXT
dig +short sf1._domainkey.openai.com TXT
dig +short sf2._domainkey.openai.com TXT
Domain Security
dig +dnssec +noall +answer openai.com DNSKEY
dig +noall +answer openai.com DS
dig +dnssec +cd openai.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.alt4.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.alt1.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.alt3.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.alt2.aspmx.l.google.com TLSA
openssl s_client -starttls smtp -connect alt4.aspmx.l.google.com:25 -servername alt4.aspmx.l.google.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.openai.com TXT
curl -sL https://mta-sts.openai.com/.well-known/mta-sts.txt
dig +short _smtp._tls.openai.com TXT
Brand & Trust
dig +short default._bimi.openai.com TXT
dig +noall +answer openai.com CAA
DNS Records
dig +noall +answer openai.com HTTPS
Domain Security
dig +noall +answer openai.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/openai.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect alt4.aspmx.l.google.com:25 -servername alt4.aspmx.l.google.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.openai.com&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://openai.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://openai.com/llms.txt | head -5
curl -s https://openai.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 45.33.18.104.origin.asn.cymru.com TXT
dig +short 211.154.64.172.origin.asn.cymru.com TXT
