Skip to main content

Engineer's DNS Intelligence Report

google.com
17 Jun 2026, 02:18 UTC · 60.8s ·v26.49.05 · SHA-3-512: 8642✱✱✱✱ Verify ·Archived ·Cross-Referenced
Recon ModeRecon Mode Snapshot Re-analyze New Domain
DNS Security & Trust Posture Risk Level: Low Risk
Confidence: MODERATE · 66/100
6 protocols configured, 2 not configured, 1 unavailable on provider Enterprise DNS Posture: Enterprise DNS (Dedicated Infrastructure) detected on this domain — an unsigned DNSSEC chain here reads as a deliberate operator choice, not the gap it would be for a small operator. Network-layer compensating controls are not verifiable via DNS alone; see DNS-layer detail. Why we go beyond letter grades
Jump To: BIMI DNSSEC
Email Spoofing
Protected
Brand Impersonation
Not Setup
DNS Tampering
Enterprise
Certificate Control
Configured
Monitoring
DKIM signing inferred from provider — could not directly verify selector
Configured
SPF, DMARC (reject), DKIM (inferred via Google Workspace), MTA-STS, TLS-RPT, CAA
Not Configured
BIMI, DNSSEC
Unavailable on Provider
DANE
Priority Actions Achievable posture: Secure
Medium Enable DNSSEC

DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.

Low Add BIMI Record

Your domain has DMARC reject — you qualify for BIMI, which displays your brand logo in receiving email clients that support it (Gmail, Apple Mail, Yahoo).

BIMI displays your verified brand logo next to your emails in supporting mail clients.
FieldValue
TypeTXT
Hostdefault._bimi.google.com (BIMI default record)
Valuev=BIMI1; l=https://google.com/brand/logo.svg
Registrar (RDAP) OBSERVED LIVE
MarkMonitor Inc.
Where domain was purchased
Email Service Provider
Google Workspace
Strongly Protected
Web Hosting
Google Cloud
Where website is hosted
DNS Hosting
Google Cloud DNS Enterprise
Where DNS records are edited
Email Security Methodology Can this domain be impersonated by email? No SPF and DMARC reject policy enforced

SPF Record RFC 7208 §4 Gold

Does this domain declare who may send email on its behalf? Yes
Success ~all 1/10 lookups

SPF valid with industry-standard soft fail (~all), 1/10 lookups

v=spf1 include:_spf.google.com ~all
RFC 7208 Conformant — This SPF record conforms to the syntax and semantics defined in RFC 7208 §4.
RFC Failure Mode: Unlike DMARC (where unknown tags are silently ignored per RFC 7489 §6.3), SPF with unrecognized mechanisms produces a PermError per RFC 7208 §4.6 — the record fails loudly rather than silently.
Related CVEs: CVE-2024-7208 (multi-tenant domain spoofing), CVE-2024-7209 (shared SPF exploitation), CVE-2023-51764 (SMTP smuggling bypasses SPF)
~all is the industry standard. Google, Apple, and most providers default to soft fail. CISA (BOD 18-01) and RFC 7489 confirm that DMARC policy — not SPF alone — is the primary enforcement control. Using ~all allows DKIM to be evaluated before a DMARC decision is made. This domain uses ~all + DMARC reject: the strongest compatible security stance, aligned with CISA and RFC guidance.

DMARC Policy RFC 7489 §6.3 Gold

Are spoofed emails rejected or quarantined? Yes — reject policy
Success p=reject

DMARC policy reject (100%) - excellent protection

v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com
Alignment: SPF relaxed DKIM relaxed
No np= tag (DMARCbis) — non-existent subdomains inherit p= policy but adding np=reject provides explicit protection against subdomain spoofing
No forensic reporting (ruf) tag — this is correct. The absence of ruf= is not a gap. RFC 7489 §7.3 warns that forensic reports can expose PII (full message headers or bodies). Google, Microsoft, and Yahoo do not honour ruf= requests regardless. The DMARCbis draft (draft-ietf-dmarc-dmarcbis) has formally removed ruf= from the specification, confirming its deprecation. Omitting ruf= is the recommended modern practice. RFC 7489 §7.3 — Forensic Reports
RFC 7489 Conformant — DMARC record conforms to RFC 7489 §6.3 with full enforcement.
DMARCbis (Pending): draft-ietf-dmarc-dmarcbis will elevate DMARC to Standards Track, obsolete RFC 7489, replace 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.
Related CVEs: CVE-2024-49040 (Exchange sender spoofing), CVE-2024-7208 (multi-tenant DMARC bypass)

DKIM Records RFC 6376 §3.6 Gold

Are outbound emails cryptographically signed? Provider-managed
Provider Verified

DKIM not discoverable via common selectors (large providers use rotating selectors)

Google Workspace detected as primary mail platform — DKIM signing is managed by the provider. The primary provider may use custom selectors not discoverable through standard checks.
Know your DKIM selector? Re-scan with a custom selector to verify.
RFC 6376 (Provider-Managed) — DKIM signing managed by the detected mail provider per RFC 6376.
Known Vulnerabilities: DKIM 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 Gold

Can attackers downgrade SMTP to intercept mail? No — TLS enforced
Success ENFORCE Policy Verified

MTA-STS enforced - TLS required for 3 mail server(s)

v=STSv1; id=20210803T010101;
Policy Details:
  • Mode: enforce
  • Max Age: 1 days (86400 seconds)
  • MX Patterns: smtp.google.com, aspmx.l.google.com, *.aspmx.l.google.com

MTA-STS policy enforcement is evaluated in Mail Transport Security below.

TLS-RPT RFC 8460 §3 Gold

Will failures in TLS delivery be reported? Yes — reports configured
Success

TLS-RPT configured - receiving TLS delivery reports

v=TLSRPTv1;rua=mailto:sts-reports@google.com
Resolver agreement is inconsistent for some protocols, limiting confidence. Data currency and system maturity are adequate.
Accuracy 62% Currency 70/100 Maturity gold
Limiting factor: Resolver agreement is low for this scan — some protocols returned inconsistent results across resolvers
Currentness Excellent TTL Compliance Excellent Completeness Degraded Source Credibility Excellent TTL Relevance Stale
ICuAE Details
DNS data shows some aging or gaps — consider re-scanning for critical decisions

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
SOA 4s 1 hour (3600s) high SOA TTL is below typical — observed 4s, 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-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
TXT 5 minutes (300s) 1 hour (3600s) high TXT TTL is below typical — observed 5 minutes (300s), 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-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
A 5 minutes (300s) 1 hour (3600s) high A TTL is below typical — observed 5 minutes (300s), 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-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
AAAA 150s 1 hour (3600s) high AAAA TTL is below typical — observed 150s, 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-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
MX 25s 1 hour (3600s) high MX TTL is below typical — observed 25s, 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-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
NS 6 hours (21600s) 1 day (86400s) medium NS TTL is below typical — observed 6 hours (21600s), 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-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations.
CAA 9429s 1 hour (3600s) medium CAA TTL is above typical — observed 9429s, 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-7 relevance guidance.

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.
Tune TTL for google.com
Reference: NIST SP 800-53 SI-7 (Information Integrity) · RFC 8767 (Serve Stale) · RFC 1035 §3.2.1 (TTL semantics) DNS provider detected: Google Cloud DNS — provider-specific RFC compliance notes are shown inline above where applicable.
Primary NS ns1.google.com
Serial 932351602
Admin dns-admin.google.com
Provider Google Cloud DNS
Timer Value RFC 1912 Range
Refresh900s1,200–43,200s (20 min – 12 hrs)
Retry900sFraction of Refresh
Expire1800s1,209,600–2,419,200s (14–28 days)
Minimum (Neg. Cache)60s300–86,400s (5 min – 1 day)
Expire: SOA Expire is 30 minutes (1800s). RFC 1912 §2.2 recommends 1,209,600–2,419,200 seconds (14–28 days). If the primary nameserver becomes unreachable, secondary nameservers will stop serving this zone after only 30 minutes (1800s).
Refresh: SOA Refresh is 15 minutes (900s), below the RFC 1912 recommended minimum of 1,200 seconds.
Expire vs Refresh+Retry: If Expire is not greater than Refresh + Retry, secondary nameservers may stop serving the zone before they've had a chance to retry the primary.
Suggested Scanner Configuration High Confidence
Based on 20 historical scans of this domain
Parameter Current Suggested Severity Rationale
timeout_seconds 5s 8s low Average scan duration is 31.3s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures.
RFC 8767
Suggestions require explicit approval before applying. No automatic changes will be made.

DANE / TLSA Gold Recon Methodology Can mail servers establish identity without a public CA? via MTA-STS (CA)
RFC 7672 §3 RFC 6698 §2 Not Available

DANE not available — Google Workspace does not support inbound DANE/TLSA on its MX infrastructure

DANE not deployable on Google Workspace

Google Workspace supports DANE for outbound mail verification but does not publish TLSA records for its MX hosts.

Recommended alternative: MTA-STS (already configured)

Note: Google Workspace does validate DANE/TLSA when sending mail to DANE-enabled recipients (outbound DANE).


Email Transport Security

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).
This domain uses MTA-STS — the best available option for Google Workspace. Since Google Workspace does not support inbound DANE, MTA-STS is the strongest transport security this domain can deploy. MTA-STS enforces TLS via HTTPS-based policy, protecting against downgrade attacks (RFC 8461).

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? Possible DMARC reject policy blocks email spoofing (RFC 7489 §6.3) and CAA restricts certificate issuance (RFC 8659 §4), but no BIMI brand verification — lookalike domains display identically in inboxes without visual proof of authenticity

BIMI BIMI Spec Gold Warning

Is the brand identity verified and displayed in inboxes? No

No BIMI record found

CAA RFC 8659 §4 Gold Success

Does this domain restrict who can issue TLS certificates? Yes

CAA configured - only pki.goog can issue certificates

Authorized CAs: pki.goog
0 issue "pki.goog"
Since September 2025, all public CAs must verify domain control from multiple geographic locations (Multi-Perspective Issuance Corroboration, CA/B Forum Ballot SC-067). CAA records are now checked from multiple network perspectives before certificate issuance.
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? Yes RFC 9116

security.txt properly configured

Contact

https://g.co/vulnz
mailto:security@google.com

Expires

unparseable Valid

Encryption

https://services.google.com/corporate/publickey.txt

Policy

https://g.co/vrp
Hiring Acknowledgments


AI Surface Scanner Beta Is this domain discoverable by AI — and protected from abuse? No

No AI governance measures detected

llms.txt llmstxt.org
Is this domain publishing AI-readable brand context? No
No llms.txt found
No llms-full.txt found
AI Crawler Governance (robots.txt) RFC 9309 IETF Draft
Are AI crawlers explicitly allowed or blocked? Not blocked
No AI crawler blocking observed — no blocking directives found in robots.txt View robots.txt
Content-Usage Directive IETF Draft
Does the site express AI content-usage preferences? Not Configured
No Content-Usage directive detected. The IETF AI Preferences working group is developing a 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.
Example: Add 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
Is this site trying to manipulate AI recommendations? No
No AI recommendation poisoning indicators found
Hidden Prompt Artifacts
Is hidden prompt-injection text present in the source? No
No hidden prompt-like artifacts detected
Evidence Log (1 item)
TypeDetailSeverityConfidence
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.

No exposed secrets, API keys, or credentials were detected in publicly accessible page source or 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 ns2.google.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 Test inconclusive
Open Recursion Disabled Test inconclusive
Nameserver Identity Hidden Test inconclusive
Cache Snooping Protected Test inconclusive

Tested nameservers: ns2.google.com, ns1.google.com, ns3.google.com, ns4.google.com

Delegation Consistency 5 Issues

Delegation consistency: 5 issue(s) found — Parent/child NS delegation alignment: DS↔DNSKEY, glue records, TTL drift, SOA serial sync.

Findings:
  • In-bailiwick NS ns1.google.com has no glue records at parent — resolution may fail
  • In-bailiwick NS ns2.google.com has no glue records at parent — resolution may fail
  • In-bailiwick NS ns3.google.com has no glue records at parent — resolution may fail
  • In-bailiwick NS ns4.google.com has no glue records at parent — resolution may fail
  • Could not retrieve NS TTL from parent zone

DS ↔ DNSKEY Alignment Aligned

Glue Record Completeness Incomplete

NameserverIn-BailiwickIPv4 GlueIPv6 GlueStatus
ns1.google.com Missing
ns2.google.com Missing
ns3.google.com Missing
ns4.google.com Missing

NS TTL Comparison Drift

Child TTL: 345600s Drift: 0s

SOA Serial Consistency Consistent

ns1.google.com: 9.32351602e+08
ns2.google.com: 9.32351602e+08
ns3.google.com: 9.32351602e+08
ns4.google.com: 9.32351602e+08
Nameserver Fleet Matrix Healthy

Analyzed 4 nameserver(s) for google.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.

Nameserver IPv4 IPv6 ASN / Operator UDP TCP AA SOA Serial
ns1.google.com 216.239.32.10 2001:4860:4802:32::a AS15169
Google LLC
932351602
ns4.google.com 216.239.38.10 2001:4860:4802:38::a AS15169
Google LLC
932351602
ns3.google.com 216.239.36.10 2001:4860:4802:36::a AS15169
Google LLC
932351602
ns2.google.com 216.239.34.10 2001:4860:4802:34::a AS15169
Google LLC
932351602
Unique ASNs
1
Unique Operators
1
Unique /24 Prefixes
4
Diversity Score
Fair

1 ASN(s), 4 /24 prefix(es) — consider adding diversity

Mail Transport Security Beta Is mail transport encrypted and verified? Yes MTA-STS enforces TLS for all inbound mail delivery

Transport encryption enforced via DNS policy (3 signal(s))

Policy Assessment Primary
  • MTA-STS policy in enforce mode requires encrypted transport (RFC 8461)
  • TLS-RPT configured — domain monitors TLS delivery failures (RFC 8460)
  • Google Workspace enforces TLS 1.2+ with valid certificates on all inbound/outbound mail
Telemetry
TLS-RPT configured — domain receives reports about TLS delivery failures from sending mail servers (RFC 8460)
Reporting to: mailto:sts-reports@google.com
Live Probe Supplementary
Skipped — Remote probe failed (connection failed — probe may be offline) and local port 25 is blocked. Transport security is assessed via DNS policy records per NIST SP 800-177 Rev. 1.
Infrastructure Intelligence Who hosts this domain and what services power it? Direct

ASN / Network Success

Resolved 0 unique ASN(s) across 10 IP address(es)

IPv4 Mappings:
74.125.126.100AS ()
74.125.126.101AS ()
74.125.126.102AS ()
74.125.126.113AS ()
74.125.126.138AS ()
74.125.126.139AS ()
IPv6 Mappings:
2607:f8b0:4001:c00::65AS ()
2607:f8b0:4001:c00::71AS ()
2607:f8b0:4001:c00::8aAS ()
2607:f8b0:4001:c00::8bAS ()

Edge / CDN Success

Domain appears to use direct origin hosting

SaaS TXT Footprint Success 6 services

Detected 6 SaaS 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.

ServiceVerification Record
Microsoft MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB
Apple apple-domain-verification=30afIBcvSuDV2PLX
Cisco Umbrella cisco-ci-domain-verification=47c38bc8c4b74b7233e9053220c1bbe76bcc1cd33c7acf7acd36cd6a5332004b
DocuSign docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e
Facebook facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95
Google google-site-verification=4ibFUgB-wXLQ_S7vsXVomSTVamuOXBiVAzpR5IZ87D0

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 Gold Unsigned

DNSSEC not configured - DNS responses are unsigned

Enterprise DNS Context: DNSSEC is the only standardized, DNS-verifiable mechanism that cryptographically authenticates responses between authoritative servers and resolvers (RFC 4033 §2, RFC 4035). Without it, DNS responses are technically vulnerable to in-transit tampering. Enterprise operators may employ compensating controls (anycast, DDoS mitigation, private peering, TSIG) — however, these do not provide DNS-layer data authentication to third-party resolvers and are not verifiable via DNS alone.
Visibility: DNS-only — network-layer compensating controls cannot be observed or verified through DNS queries. This assessment reflects what is provable from the DNS evidence available.

NS Delegation Verified

4 nameserver(s) configured

Nameservers: ns1.google.com ns2.google.com ns3.google.com ns4.google.com
Enterprise DNS (Dedicated Infrastructure)
All 4 nameservers are google.com-branded, indicating organization-operated DNS infrastructure. This is typical of large enterprises, government agencies, and organizations that maintain full control of their DNS resolution chain.
Multi-Resolver Verification Recon: Discrepancy detected - Some resolvers returned different results (4 differences found)
Resolver Differences:
A: Quad9 returned different results: [142.251.214.206]
A: Cloudflare returned different results: [142.251.210.110]
A: DNS4EU returned different results: [142.250.140.100 142.250.140.101 142.250.140.102 142.250.140.113 142.250.140.138 142.250.140.139]
TXT: OpenDNS returned different results: [MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB apple-domain-verification=30afIBcvSuDV2PLX docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e docusign=1b0a6754-49b1-4db5-8540-d2c12664b289 facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95 onetrust-domain-verification=0d477fe608074e6f9c12bca7826035cc v=spf1 include:_spf.google.com ~all]
This may indicate DNS propagation in progress or geo-based DNS routing.

HTTPS / SVCB Records RFC 9460 Success HTTPS HTTP/3

HTTPS records found, HTTP/3 supported

PriorityTargetALPNECHRaw
1 . h2, h3 No google.com. 12054 IN HTTPS 1 . alpn="h2,h3"
Traffic & Routing Where does this domain's traffic actually terminate?

AIPv4 Address

74.125.126.100
74.125.126.101
74.125.126.102
74.125.126.113
74.125.126.138
74.125.126.139
Where the domain points for web traffic

AAAAIPv6 Address

2607:f8b0:4001:c00::65
2607:f8b0:4001:c00::71
2607:f8b0:4001:c00::8a
2607:f8b0:4001:c00::8b
IPv6 ready

MXMail Servers

10 smtp.google.com.
Priority + mail server for email delivery
Google Workspace

SRVServices

_caldavs._tcp: 5 0 443 calendar.google.com.
_carddavs._tcp: 5 0 443 google.com.
SIP, XMPP, or other service endpoints
Web: Reachable (6 IPv4, 4 IPv6) Mail: 1 server Services: 2 endpoints
Subdomain Discovery RFC 6962 Recon LIVE What subdomains and infrastructure are exposed in certificate logs? 924 subdomains discovered
How did we find these?
2000 unique certificates 924 current 0 expired 42 CNAMEs Source: Certificate Transparency + DNS Intelligence
Subdomains discovered via CT logs (RFC 6962), DNS probing of common service names, and CNAME chain traversal.
Wildcard certificate detected: *.google.com Active 20 certs 1 CA:
Explicit SANs found on wildcard certificates: These hostnames were specifically listed alongside the wildcard — revealing infrastructure the operator intentionally secured.
*.aistudio.google.com *.appengine.google.com *.cloud.google.com *.crowdsource.google.com *.datacompute.google.com *.gemini.cloud.google.com *.url.google.com android.clients.google.com
DNS probing and CNAME chain traversal were used to discover additional subdomains below.
Certificate Authority Diversity (1 CA observed across CT log history)
Certificate Authority Certs First Issued Last Issued Status
2000 2026-03-24 2026-04-13 Active
Subdomain Source Status Provider / CNAME Certificates First Seen Issuer(s)
1.google.com CT Log Current
216-239-33-25.google.com CT Log Current
216-239-45-10.google.com CT Log Current
216-239-45-32.google.com CT Log Current
216-239-45-33.google.com CT Log Current
216-239-45-36.google.com CT Log Current
216-239-45-4.google.com CT Log Current
216-239-45-6.google.com CT Log Current
216-239-45-63.google.com CT Log Current
216-239-45-8.google.com CT Log Current
360suite.google.com CT Log Current
66-102-14-1.google.com CT Log Current
a.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
a.cloud-run-test.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
a.serverless-nightly.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
a.serverless-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
a44c59e059b477d.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
a857dc9e642c7bc.ad.corp.google.com CT Log Current 2 2026-03-31T06:54:43Z
aa.google.com CT Log Current
about.google.com CT Log Current
aboutme.google.com CT Log Current
academico.google.com CT Log Current
accelerator.google.com CT Log Current
account.google.com DNS Current www3.l.google.com 20 2026-03-30
accounts.flexpack.google.com CT Log Current
accounts.freezone.google.com CT Log Current
accounts.google.com CT Log Current 12 2026-03-30T08:37:42Z
acs-autopush.voice.google.com CT Log Current 12 2026-03-30T08:37:12Z
acs-dev.voice.google.com CT Log Current 12 2026-03-30T08:37:12Z
acs-staging.voice.google.com CT Log Current 12 2026-03-30T08:37:12Z
acs.voice.google.com CT Log Current 12 2026-03-30T08:37:12Z
actions.google.com CT Log Current 16 2026-03-30T08:35:49Z
actionscenter.google.com CT Log Current
activity.google.com CT Log Current
actualities.google.com CT Log Current
admanager.google.com CT Log Current
admin.google.com DNS Current 20 2026-03-30
admob.google.com CT Log Current
adplanner.google.com CT Log Current
ads-compare.eem.corp.google.com CT Log Current
ads-nightly.qa.adz.google.com CT Log Current
ads.google.com CT Log Current 14 2026-03-30T08:36:44Z
ads1.google.com CT Log Current
adscreativestudio.google.com CT Log Current
adsdatahub.google.com CT Log Current
adsense.google.com CT Log Current
adservice.google.com CT Log Current
adsfe-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:45Z
adsfe.corp.google.com CT Log Current 4 2026-04-08T16:58:45Z
adssettings.google.com CT Log Current
adstransparency.google.com CT Log Current
adviser.google.com CT Log Current
advisor.google.com CT Log Current
adwords-sandbox.google.com CT Log Current
adwords.google.com CT Log Current 14 2026-03-30T08:36:44Z
adx.google.com CT Log Current
adz-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:45Z
adz.corp.google.com CT Log Current 4 2026-04-08T16:58:45Z
adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
af61469785029d8.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
africa-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:03Z
agents.cloud.google.com CT Log Current 12 2026-03-30T08:39:48Z
aiplatform-notebook.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
aiplatform-training.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
aistudio.google.com CT Log Current 52 2026-03-30T08:35:08Z
alerts.google.com DNS Current www3.l.google.com 20 2026-03-30
alt1.aspmx.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt1.gmail-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt1.gmr-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt2.aspmx.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt2.gmail-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt2.gmr-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt3.aspmx.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt3.gmail-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt3.gmr-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt4.aspmx.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt4.gmail-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
alt4.gmr-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
an.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
analytics.google.com DNS Current analytics-alv.google.com 20 2026-03-30
android.clients.google.com CT Log Current 20 2026-03-30T08:35:08Z
android.google.com CT Log Current 24 2026-03-30T08:40:31Z
anguslab.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
answers.google.com CT Log Current
antigravity.google.com CT Log Current 32 2026-03-30T08:36:12Z
ap.google.com DNS Current www2.l.google.com 20 2026-03-30
api.google.com DNS Current api.l.google.com 20 2026-03-30
apigee.google.com CT Log Current www3.l.google.com 40 2026-03-30T08:35:49Z
apis.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
apis.google.com CT Log Current 24 2026-03-30T08:37:40Z
app.ddl-autopush.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
app.ddl-daily0.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
appengine.google.com CT Log Current 20 2026-03-30T08:35:08Z
apps-secure-data-connector.google.com CT Log Current
apps.google.com DNS Current www3.l.google.com 20 2026-03-30
archive.google.com DNS Current 20 2026-03-30
area120.google.com CT Log Current 16 2026-03-30T08:35:49Z
artsandculture.google.com CT Log Current 30 2026-03-30T08:35:57Z
arvr.google.com CT Log Current 28 2026-03-30T08:35:49Z
asia-east1.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
asia-east1.cloud.google.com CT Log Current 12 2026-03-30T08:39:58Z
asia-east1.mtls.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
asia-east2.cloud.google.com CT Log Current 12 2026-03-30T08:39:58Z
asia-northeast1.cloud.google.com CT Log Current 12 2026-03-30T08:39:59Z
asia-northeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
asia-northeast3.cloud.google.com CT Log Current 12 2026-03-30T08:39:59Z
asia-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:00Z
asia-south2.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
asia-southeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
asia-southeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:01Z
asia-southeast3.cloud.google.com CT Log Current 12 2026-03-30T08:40:01Z
asia.apigee.google.com CT Log Current 12 2026-03-30T08:39:12Z
asia.google.com DNS Current 20 2026-03-30
aspmx.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
au.cloud.google.com CT Log Current 16 2026-03-30T08:35:13Z
audioads.google.com CT Log Current
australia-southeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:02Z
australia-southeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
australia.apigee.google.com CT Log Current 12 2026-03-30T08:39:12Z
auth.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
b25639fcea32e2f.ad.corp.google.com CT Log Current 2 2026-03-31T06:54:43Z
backupdr-autopush.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
backupdr-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
backupdr-sandbox.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
backupdr-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
backupdr.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
bandwidth.voice.google.com CT Log Current 12 2026-03-30T08:37:13Z
baseline.google.com CT Log Current 16 2026-03-30T08:35:49Z
bedfc095d8ea174.ad.corp.google.com CT Log Current 1 2026-04-08T10:41:47Z
bigstore-test.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
bigstore.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
billing.google.com DNS Current 20 2026-03-30
blog.google.com DNS Current www.blogger.com 20 2026-03-30
blogger.corp.google.com CT Log Current
blogspot.corp.google.com CT Log Current
bod.google.com CT Log Current 28 2026-03-30T08:36:47Z
borgmon.evenflow-test.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
borgmon.evenflow.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
bpui0.google.com CT Log Current 12 2026-03-30T08:37:43Z
business.corp.google.com CT Log Current 8 2026-04-08T16:58:49Z
c.docs.google.com CT Log Current
c.pack.google.com CT Log Current
c.play.google.com CT Log Current
c.video.google.com CT Log Current
c007b1873622ef2.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
c1b5963035b893a.ad.corp.google.com CT Log Current 1 2026-04-08T10:41:47Z
c512c074ec21dc9.ad.corp.google.com CT Log Current 2 2026-04-01T07:02:33Z
c597c11520fa76c.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
ca-service-gecc.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
ca.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
cacc2efc8e8b9a3.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
cache1.c.docs.google.com CT Log Current
cache1.c.play.google.com CT Log Current
cache1.c.video.google.com CT Log Current
cache2.c.docs.google.com CT Log Current
cache2.c.play.google.com CT Log Current
cache2.c.video.google.com CT Log Current
cache3.c.docs.google.com CT Log Current
cache3.c.play.google.com CT Log Current
cache3.c.video.google.com CT Log Current
cache4.c.docs.google.com CT Log Current
cache4.c.play.google.com CT Log Current
cache4.c.video.google.com CT Log Current
cache5.c.docs.google.com CT Log Current
cache5.c.play.google.com CT Log Current
cache5.c.video.google.com CT Log Current
cache6.c.docs.google.com CT Log Current
cache6.c.play.google.com CT Log Current
cache6.c.video.google.com CT Log Current
cache7.c.docs.google.com CT Log Current
cache7.c.play.google.com CT Log Current
cache7.c.video.google.com CT Log Current
cache8.c.docs.google.com CT Log Current
cache8.c.play.google.com CT Log Current
cache8.c.video.google.com CT Log Current
cag.ext.google.com CT Log Current
calendar.google.com CT Log Current 12 2026-03-30T08:37:16Z
calljoy.area120.google.com CT Log Current 16 2026-03-30T08:35:06Z
campaigns.google.com DNS Current 20 2026-03-30
captive.adservice.google.com CT Log Current 12 2026-03-30T08:39:03Z
careers.google.com DNS Current 20 2026-03-30
catalog.google.com DNS Current books.google.com 20 2026-03-30
ccure-csrm-uat-mas-app.corp.google.com CT Log Current 1 2026-04-01T07:02:33Z
ccure-gsrs-uat-mas-app.corp.google.com CT Log Current 1 2026-04-01T07:02:33Z
cert-test.sandbox.google.com CT Log Current 19 2026-03-30T08:36:47Z
cert.corp.google.com CT Log Current 4 2026-04-08T16:58:48Z
cf.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
ch.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
chat.google.com DNS Current 20 2026-03-30
checkout.google.com CT Log Current 12 2026-03-30T08:37:36Z
chrome.google.com CT Log Current 12 2026-03-30T08:37:21Z
classroom.google.com CT Log Current 24 2026-03-30T08:37:25Z
client-channel.google.com CT Log Current 14 2026-03-30T08:36:43Z
clients.google.com CT Log Current 26 2026-03-30T08:36:55Z
clients6.google.com CT Log Current 6 2026-03-30T08:36:52Z
cloud.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
cloud.google.com CT Log Current 33 2026-03-30T08:35:08Z
cloud.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
cnsviewer-static-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:48Z
cnsviewer-static.corp.google.com CT Log Current 4 2026-04-08T16:58:48Z
cod.ext.google.com CT Log Current
code.google.com CT Log Current 13 2026-03-30T08:36:41Z
colab.research.google.com CT Log Current 16 2026-03-30T08:36:04Z
composer-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
composer-qa.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
composer-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
composer.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
connect-canary.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
connect-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
connect-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
connect.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
consent.corp.google.com CT Log Current 4 2026-04-08T16:58:48Z
console.actions.google.com CT Log Current
console.au.cloud.google.com CT Log Current 16 2026-03-30T08:35:13Z
console.ca.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
console.ch.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
console.eu.cloud.google.com CT Log Current 32 2026-03-30T08:35:30Z
console.il.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
console.in.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
console.it.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
console.jp.cloud.google.com CT Log Current 16 2026-03-30T08:35:15Z
console.nest.google.com CT Log Current 16 2026-03-30T08:35:36Z
console.sa.cloud.google.com CT Log Current 16 2026-03-30T08:35:15Z
console.uk.cloud.google.com CT Log Current 16 2026-03-30T08:35:31Z
console.us.cloud.google.com CT Log Current 16 2026-03-30T08:35:29Z
contacts.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
contentpartners.maps.google.com CT Log Current 24 2026-03-30T08:39:13Z
conversational-agents.cloud.google.com CT Log Current 12 2026-03-30T08:39:48Z
corp-backups.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
corp-logs-proxy-canary.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
corp-logs-proxy.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
crowdsource.google.com CT Log Current 20 2026-03-30T08:35:08Z
d.google.com DNS Current www3.l.google.com 20 2026-03-30
da.ext.corp.google.com CT Log Current
da.ext.google.com CT Log Current
dasher-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
dasher.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
datacompute.google.com CT Log Current 20 2026-03-30T08:35:08Z
datafusion-api-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datafusion-api-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datafusion-api.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datafusion-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datafusion-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datafusion.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datalab.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataplex-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataplex-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataplex.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataproc-image-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataproc-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataproc-test.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
dataproc.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
datasetsearch.research.google.com CT Log Current 16 2026-03-30T08:36:04Z
datastudio.africa-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:03Z
datastudio.asia-east1.cloud.google.com CT Log Current 12 2026-03-30T08:39:58Z
datastudio.asia-east2.cloud.google.com CT Log Current 12 2026-03-30T08:39:58Z
datastudio.asia-northeast1.cloud.google.com CT Log Current 12 2026-03-30T08:39:59Z
datastudio.asia-northeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
datastudio.asia-northeast3.cloud.google.com CT Log Current 12 2026-03-30T08:39:59Z
datastudio.asia-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:00Z
datastudio.asia-south2.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
datastudio.asia-southeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
datastudio.asia-southeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:01Z
datastudio.asia-southeast3.cloud.google.com CT Log Current 12 2026-03-30T08:40:01Z
datastudio.australia-southeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:02Z
datastudio.australia-southeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
datastudio.eu.cloud.google.com CT Log Current 16 2026-03-30T08:35:30Z
datastudio.europe-central2.cloud.google.com CT Log Current 12 2026-03-30T08:40:03Z
datastudio.europe-north1.cloud.google.com CT Log Current 12 2026-03-30T08:40:04Z
datastudio.europe-north2.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
datastudio.europe-southwest1.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
datastudio.europe-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
datastudio.europe-west10.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
datastudio.europe-west12.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
datastudio.europe-west2.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
datastudio.europe-west3.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
datastudio.europe-west4.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
datastudio.europe-west6.cloud.google.com CT Log Current 12 2026-03-30T08:40:07Z
datastudio.europe-west8.cloud.google.com CT Log Current 12 2026-03-30T08:40:08Z
datastudio.europe-west9.cloud.google.com CT Log Current 12 2026-03-30T08:40:08Z
datastudio.me-central1.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
datastudio.me-central2.cloud.google.com CT Log Current 12 2026-03-30T08:40:16Z
datastudio.me-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
datastudio.northamerica-northeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
datastudio.northamerica-northeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
datastudio.northamerica-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:12Z
datastudio.southamerica-east1.cloud.google.com CT Log Current 12 2026-03-30T08:40:12Z
datastudio.southamerica-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:25Z
datastudio.us-central1.cloud.google.com CT Log Current 12 2026-03-30T08:40:13Z
datastudio.us-east1.cloud.google.com CT Log Current 12 2026-03-30T08:40:13Z
datastudio.us-east4.cloud.google.com CT Log Current 12 2026-03-30T08:40:24Z
datastudio.us-east5.cloud.google.com CT Log Current 12 2026-03-30T08:40:25Z
datastudio.us-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:15Z
datastudio.us-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:15Z
datastudio.us-west2.cloud.google.com CT Log Current 12 2026-03-30T08:40:16Z
datastudio.us-west3.cloud.google.com CT Log Current 12 2026-03-30T08:40:22Z
datastudio.us-west4.cloud.google.com CT Log Current 12 2026-03-30T08:40:17Z
datastudio.us-west8.cloud.google.com CT Log Current 12 2026-03-30T08:40:23Z
datastudio.us.cloud.google.com CT Log Current 16 2026-03-30T08:35:29Z
dc5d590ff695927.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
dca2587a4b3e600.ad.corp.google.com CT Log Current 2 2026-03-31T06:54:43Z
dclk.google.com CT Log Current 4 2026-04-08T16:58:50Z
deepmind.google.com CT Log Current 32 2026-03-30T08:35:09Z
deliverynavigator.cloud.google.com CT Log Current 24 2026-03-30T08:39:14Z
demetrius-codespot.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
demetrius-googlecode.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
demetrius.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
demos-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
demos-strong.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
demos.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
devconsole-testers.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
developer.google.com CT Log Current 16 2026-03-30T08:35:49Z
developers.google.com CT Log Current 29 2026-03-30T08:35:49Z
devsite-preview.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
devsite-sni.developers.google.com CT Log Current 16 2026-03-30T08:35:09Z
devsite.corp.google.com CT Log Current 4 2026-04-08T16:58:44Z
dfa7.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
dg-meta.video.google.com CT Log Current 16 2026-03-30T08:36:04Z
dg.video.google.com CT Log Current 13 2026-03-30T08:36:49Z
digiyaar.pay.google.com CT Log Current 12 2026-03-30T08:37:43Z
directory.google.com DNS Current www3.l.google.com 20 2026-03-30
discover.google.com CT Log Current 56 2026-03-30T08:36:04Z
dns.google.com CT Log Current 24 2026-03-30T08:37:38Z
doc.google.com DNS Current writely.l.google.com 20 2026-03-30
docs-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
docs-nightly.corp.google.com CT Log Current
docs-platinum.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
docs-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
docs.google.com CT Log Current 28 2026-03-30T08:36:43Z
docs.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
download.google.com DNS Current www2.l.google.com 20 2026-03-30
downloads.google.com DNS Current www2.l.google.com 20 2026-03-30
drive-test.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
drive.google.com CT Log Current 28 2026-03-30T08:36:43Z
drive.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
dthree.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
e954f0cfa187e5f.ad.corp.google.com CT Log Current 1 2026-04-01T07:02:33Z
earthengine.google.com CT Log Current 16 2026-03-30T08:36:04Z
ecc-test.sandbox.google.com CT Log Current 16 2026-03-30T08:37:19Z
education.google.com DNS Current 20 2026-03-30
ef21fa1facc6746.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
eggroll.ext.google.com CT Log Current
email.google.com DNS Current gmail.google.com 20 2026-03-30
emergencylocator.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
enterprise.corp.google.com CT Log Current 4 2026-04-08T16:58:50Z
eu.cloud.google.com CT Log Current 16 2026-03-30T08:35:30Z
europe-central2.cloud.google.com CT Log Current 12 2026-03-30T08:40:03Z
europe-north1.cloud.google.com CT Log Current 12 2026-03-30T08:40:04Z
europe-north2.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
europe-southwest1.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
europe-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
europe-west10.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
europe-west12.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
europe-west2.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
europe-west3.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
europe-west4.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
europe-west6.cloud.google.com CT Log Current 12 2026-03-30T08:40:07Z
europe-west8.cloud.google.com CT Log Current 12 2026-03-30T08:40:08Z
europe-west9.cloud.google.com CT Log Current 12 2026-03-30T08:40:08Z
europe.apigee.google.com CT Log Current 12 2026-03-30T08:39:12Z
evenflow-test.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
evenflow.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
events.google.com DNS Current 20 2026-03-30
ew.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
ewoq.google.com CT Log Current 28 2026-03-30T08:35:49Z
ext.google.com CT Log Current 24 2026-03-30T08:37:16Z
f199535a820cc9b.ad.corp.google.com CT Log Current 2 2026-03-31T06:54:43Z
f1c9bf3431db1b1.ad.corp.google.com CT Log Current 1 2026-04-08T10:41:47Z
fbce1223d8cbd20.ad.corp.google.com CT Log Current 1 2026-04-08T10:41:47Z
febbf2e6e52af82.ad.corp.google.com CT Log Current 1 2026-04-01T08:44:36Z
feeds.google.com DNS Current uploads.google.com 20 2026-03-30
fiber.google.com CT Log Current 16 2026-03-30T08:36:04Z
fife.google.com CT Log Current 24 2026-03-30T08:37:36Z
fife.usercontent.google.com CT Log Current 24 2026-03-30T08:37:36Z
files.google.com DNS Current www3.l.google.com 20 2026-03-30
finance.google.com DNS Current www3.l.google.com 20 2026-03-30
firebase-staging-sso.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
firebase-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
firebase.google.com CT Log Current 16 2026-03-30T08:35:49Z
flexpack.google.com CT Log Current
focus.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
forms.google.com DNS Current 20 2026-03-30
fra-da.ext.google.com CT Log Current
frame.ads-devel.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ads-nightly.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ads-prod.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ads.google.com CT Log Current 28 2026-03-30T08:36:44Z
frame.adwords-canary.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.adwords-detours-prod.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.adwords-next-external-devel.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.adwords-next-external-prod.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.adwords.corp.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.canary.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ds-next-devel.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ds-next-external-devel.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ds-next-external-prod.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ds-next-nightly.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.ds-next-prod.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.searchads-canary.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
frame.searchads.corp.google.com CT Log Current 4 2026-04-08T16:58:45Z
freezone.accounts.google.com CT Log Current
freezone.google.com CT Log Current
freezone.m.google.com CT Log Current
freezone.mail.google.com CT Log Current
friendconnect.google.com CT Log Current
gaiastaging.flexpack.google.com CT Log Current
gaiastaging.freezone.google.com CT Log Current
games.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
gcbp-uipath-dev.corp.google.com CT Log Current 8 2026-04-08T16:58:46Z
gemini.cloud.google.com CT Log Current 20 2026-03-30T08:35:08Z
geminidataanalytics.cloud.google.com CT Log Current 12 2026-03-30T08:39:49Z
generativeai.google.com CT Log Current 16 2026-03-30T08:35:09Z
gerrit.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
get.duo.google.com CT Log Current 16 2026-03-30T08:35:36Z
ggp.google.com CT Log Current 16 2026-03-30T08:35:49Z
git.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
glass-eur.ext.google.com CT Log Current
glass-mtv.ext.google.com CT Log Current
glass-twd.ext.google.com CT Log Current
glass.ext.google.com CT Log Current
gleeok-pacserver.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
gmail-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
gmail.google.com CT Log Current
gmr-mx.google.com CT Log Current 13 2026-03-30T08:36:46Z
gmr-smtp-in.l.google.com CT Log Current 13 2026-03-30T08:36:46Z
googlesource-testing.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
googlesource.corp.google.com CT Log Current
googlesource.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
goto.google.com CT Log Current 4 2026-04-08T16:58:52Z
gplex-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
grow.google.com CT Log Current 26 2026-03-30T08:36:29Z
gsuite.google.com CT Log Current 12 2026-03-30T08:38:47Z
guidebooks.google.com CT Log Current 24 2026-03-30T08:39:14Z
gutenberg-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
gutenberg-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
gutenberg.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
gw.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
gw1.google.com DNS Current gw.l.google.com 20 2026-03-30
gw2.google.com DNS Current gw.l.google.com 20 2026-03-30
gws-demos.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
gws-mobile-demos.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
h5games-autopush.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
h5games-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
h5games-prod.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
h5games-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
h5games.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
hangouts.google.com CT Log Current 14 2026-03-30T08:36:43Z
hangouts.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
health.google.com DNS Current 20 2026-03-30
healthcare.cloud.google.com CT Log Current www3.l.google.com 16 2026-03-30T08:36:04Z
help.google.com DNS Current www3.l.google.com 20 2026-03-30
home.google.com CT Log Current 32 2026-03-30T08:35:11Z
hosted-id.google.com CT Log Current
hot-da.ext.google.com CT Log Current
hybrid.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
hyd-da.ext.google.com CT Log Current
ice.ext.google.com CT Log Current
ics-devel-east.qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
ics.prod.google.com CT Log Current 4 2026-04-08T16:58:45Z
id.google.com DNS Current 20 2026-03-30
il.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
image.google.com DNS Current images.google.com 20 2026-03-30
images.google.com DNS Current images.l.google.com 20 2026-03-30
in.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
inbox.google.com CT Log Current 12 2026-03-30T08:37:36Z
investor.google.com DNS Current www3.l.google.com 20 2026-03-30
investors.google.com DNS Current www3.l.google.com 20 2026-03-30
it.cloud.google.com CT Log Current 16 2026-03-30T08:35:14Z
jibe.google.com CT Log Current 12 2026-03-30T08:37:40Z
jmt0.google.com CT Log Current
jobs.google.com DNS Current www3.l.google.com 20 2026-03-30
jotspot-qa08.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
jp.cloud.google.com CT Log Current 16 2026-03-30T08:35:15Z
keep.google.com CT Log Current 32 2026-03-30T08:35:09Z
labs.google.com DNS Current www3.l.google.com 20 2026-03-30
landing.pay.google.com CT Log Current 12 2026-03-30T08:37:43Z
ld.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
ldap.google.com CT Log Current 12 2026-03-30T08:37:37Z
learn.mapsplatform.google.com CT Log Current 32 2026-03-30T08:35:09Z
learning.google.com DNS Current 20 2026-03-30
legaldms-dev-no-cert.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
legaldms-no-cert.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
legaldms-uat-no-cert.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
lh3-da.photos0.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-db.photos1.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-dc.photos2.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-dd.photos3.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-de.photos4.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-df.photos5.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-dg.photos6.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-dy.photos-staging.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
lh3-dz.photos-autopush.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
litespeed-proxy.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
login-canary.corp.google.com CT Log Current uberproxy.l.google.com 4 2026-04-08T16:58:57Z
login-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
login-stable.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
login-test.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
login.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
lookerstudio.africa-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:03Z
lookerstudio.asia-east1.cloud.google.com CT Log Current 12 2026-03-30T08:39:58Z
lookerstudio.asia-east2.cloud.google.com CT Log Current 12 2026-03-30T08:39:58Z
lookerstudio.asia-northeast1.cloud.google.com CT Log Current 12 2026-03-30T08:39:59Z
lookerstudio.asia-northeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
lookerstudio.asia-northeast3.cloud.google.com CT Log Current 12 2026-03-30T08:39:59Z
lookerstudio.asia-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:00Z
lookerstudio.asia-south2.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
lookerstudio.asia-southeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
lookerstudio.asia-southeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:01Z
lookerstudio.asia-southeast3.cloud.google.com CT Log Current 12 2026-03-30T08:40:01Z
lookerstudio.australia-southeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:02Z
lookerstudio.australia-southeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
lookerstudio.eu.cloud.google.com CT Log Current 16 2026-03-30T08:35:30Z
lookerstudio.europe-central2.cloud.google.com CT Log Current 12 2026-03-30T08:40:03Z
lookerstudio.europe-north1.cloud.google.com CT Log Current 12 2026-03-30T08:40:04Z
lookerstudio.europe-north2.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
lookerstudio.europe-southwest1.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
lookerstudio.europe-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
lookerstudio.europe-west10.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
lookerstudio.europe-west12.cloud.google.com CT Log Current 12 2026-03-30T08:40:09Z
lookerstudio.europe-west2.cloud.google.com CT Log Current 12 2026-03-30T08:40:05Z
lookerstudio.europe-west3.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
lookerstudio.europe-west4.cloud.google.com CT Log Current 12 2026-03-30T08:40:06Z
lookerstudio.europe-west6.cloud.google.com CT Log Current 12 2026-03-30T08:40:07Z
lookerstudio.europe-west8.cloud.google.com CT Log Current 12 2026-03-30T08:40:08Z
lookerstudio.europe-west9.cloud.google.com CT Log Current 12 2026-03-30T08:40:08Z
lookerstudio.me-central1.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
lookerstudio.me-central2.cloud.google.com CT Log Current 12 2026-03-30T08:40:16Z
lookerstudio.me-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
lookerstudio.northamerica-northeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
lookerstudio.northamerica-northeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
lookerstudio.northamerica-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:12Z
lookerstudio.southamerica-east1.cloud.google.com CT Log Current 12 2026-03-30T08:40:12Z
lookerstudio.southamerica-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:25Z
lookerstudio.us-central1.cloud.google.com CT Log Current 12 2026-03-30T08:40:13Z
lookerstudio.us-east1.cloud.google.com CT Log Current 12 2026-03-30T08:40:13Z
lookerstudio.us-east4.cloud.google.com CT Log Current 12 2026-03-30T08:40:24Z
lookerstudio.us-east5.cloud.google.com CT Log Current 12 2026-03-30T08:40:25Z
lookerstudio.us-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:15Z
lookerstudio.us-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:15Z
lookerstudio.us-west2.cloud.google.com CT Log Current 12 2026-03-30T08:40:16Z
lookerstudio.us-west3.cloud.google.com CT Log Current 12 2026-03-30T08:40:22Z
lookerstudio.us-west4.cloud.google.com CT Log Current 12 2026-03-30T08:40:17Z
lookerstudio.us-west8.cloud.google.com CT Log Current 12 2026-03-30T08:40:23Z
lookerstudio.us.cloud.google.com CT Log Current 16 2026-03-30T08:35:29Z
loop.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
lti.drive.usercontent.google.com CT Log Current 12 2026-03-30T08:37:36Z
lti.gemini.google.com CT Log Current 16 2026-03-30T08:36:07Z
lti.gemini.usercontent.google.com CT Log Current 12 2026-03-30T08:37:36Z
lti.meet.usercontent.google.com CT Log Current 12 2026-03-30T08:37:36Z
lti.workspace.usercontent.google.com CT Log Current 12 2026-03-30T08:37:36Z
lz.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
m.google.com CT Log Current 12 2026-03-30T08:37:42Z
m.guts.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
m.gutsdev.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
machinelearningtools-autopush.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
machinelearningtools-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
machinelearningtools-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
machinelearningtools.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
mail-dispatcher.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-gemini.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-griffin.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-ls0.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-ls1.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-ls2.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-ls3.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-ls4.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-qa0.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-qa1.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-qa2.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-qa3.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-qa4.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
mail-settings.google.com CT Log Current 14 2026-03-30T08:36:43Z
mail.flexpack.google.com CT Log Current
mail.freezone.google.com CT Log Current
mail.google.com CT Log Current 26 2026-03-30T08:36:43Z
mail.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
malachite-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
malachite-looker-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
malachite-looker-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
malachite-preprod.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
malachite-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
malachite-test.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
manifest.lh3-da.photos0.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-db.photos1.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-dc.photos2.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-dd.photos3.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-de.photos4.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-df.photos5.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-dg.photos6.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-dy.photos-staging.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3-dz.photos-autopush.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
manifest.lh3.photos.google.com CT Log Current 14 2026-03-30T08:36:43Z
map.google.com DNS Current maps.google.com 20 2026-03-30
mapmaker.google.com CT Log Current 16 2026-03-30T08:36:04Z
maps.google.com DNS Current 20 2026-03-30
me-central1.cloud.google.com CT Log Current 12 2026-03-30T08:40:10Z
me-central2.cloud.google.com CT Log Current 12 2026-03-30T08:40:16Z
me-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
meet-quality.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
meet.google.com CT Log Current 14 2026-03-30T08:36:43Z
meet.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
meeting.ext.google.com CT Log Current
merchantstories.pay.google.com CT Log Current google-pci.l.google.com 12 2026-03-30T08:37:43Z
microhost.google.com CT Log Current 16 2026-03-30T08:36:04Z
misc-sni.google.com CT Log Current 16 2026-03-30T08:36:04Z
misc.google.com CT Log Current 16 2026-03-30T08:35:49Z
mlcc.google.com CT Log Current 32 2026-03-30T08:35:42Z
mobile.google.com DNS Current mobile.l.google.com 20 2026-03-30
mtalk.google.com CT Log Current
mtls.accounts.google.com CT Log Current 12 2026-03-30T08:37:42Z
mtls.clients6.google.com CT Log Current 12 2026-03-30T08:38:49Z
mtls.cloud.google.com CT Log Current 12 2026-03-30T08:38:49Z
mtls.hybrid.sandbox.google.com CT Log Current 40 2026-03-30T08:36:47Z
mtls.pa.clients6.google.com CT Log Current 12 2026-03-30T08:38:49Z
mtls.pa.sandbox.google.com CT Log Current 40 2026-03-30T08:36:47Z
mtls.sandbox.google.com CT Log Current 28 2026-03-30T08:38:55Z
mtv-da-1.ad.corp.google.com CT Log Current
mtv-da.corp.google.com CT Log Current
mtv-da.ext.google.com CT Log Current
mx.google.com CT Log Current 13 2026-03-30T08:36:46Z
myaccount.google.com DNS Current 20 2026-03-30
mygeist.corp.google.com CT Log Current
mygeist2010.corp.google.com CT Log Current
negocio.corp.google.com CT Log Current 4 2026-04-08T16:58:53Z
nestrenew.google.com CT Log Current 32 2026-03-30T08:35:36Z
news.freezone.google.com CT Log Current
news.google.com CT Log Current 24 2026-03-30T08:37:16Z
northamerica-northeast1.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
northamerica-northeast2.cloud.google.com CT Log Current 12 2026-03-30T08:40:11Z
northamerica-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:12Z
northamerica.apigee.google.com CT Log Current 28 2026-03-30T08:35:49Z
notebooks.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
notifications.google.com DNS Current plus.l.google.com 20 2026-03-30
npgm15.mtv.corp.google.com CT Log Current 1 2026-04-10T17:36:28Z
ns.google.com DNS Current 20 2026-03-30
ns1.google.com DNS Current 20 2026-03-30
ns2.google.com DNS Current 20 2026-03-30
ns3.google.com DNS Current 20 2026-03-30
ns4.google.com DNS Current 20 2026-03-30
onetoday-dev.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
onex.wifi.google.com CT Log Current
orkut-fixprod.corp.google.com CT Log Current
orkut-impersonation.corp.google.com CT Log Current
orkut-ocdemo.corp.google.com CT Log Current
orkut-qa.corp.google.com CT Log Current
orkut-staging.corp.google.com CT Log Current
orkut-uberproxy.corp.google.com CT Log Current
orkut-vctask0.corp.google.com CT Log Current
orkut-vcvrfy.corp.google.com CT Log Current
orkut-yhtask0.corp.google.com CT Log Current
orkut-yhvrfy.corp.google.com CT Log Current
orkut-yqtask0.corp.google.com CT Log Current
orkut-yqvrfy.corp.google.com CT Log Current
oz-gmail.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
oz-guc.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
oz-s2.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
oz-www.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
p.sandbox.google.com CT Log Current 16 2026-03-30T08:37:43Z
pa.clients6.google.com CT Log Current 6 2026-03-30T08:36:52Z
pa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
paidtasks-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
paidtasks.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
pantheon-ci.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
pantheon-demos.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
pantheon-sandbox.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
pantheon-staging-sso.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
pantheon-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
pantheon-tests.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
partners.google.com DNS Current www3.l.google.com 20 2026-03-30
partnertest.fi.google.com CT Log Current 12 2026-03-30T08:39:04Z
pay.google.com CT Log Current 12 2026-03-30T08:37:43Z
payments.google.com CT Log Current 24 2026-03-30T08:37:43Z
photos.google.com CT Log Current 14 2026-03-30T08:36:55Z
ping.feedburner.google.com CT Log Current 16 2026-03-30T08:35:49Z
pipelines.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
pki.google.com DNS Current www3.l.google.com 20 2026-03-30
plus.corp.google.com CT Log Current
plus.flexpack.google.com CT Log Current
plus.freezone.google.com CT Log Current
plus.google.com CT Log Current 14 2026-03-30T08:36:43Z
plusapis.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
plusone.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
policies.google.com DNS Current 20 2026-03-30
postini.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
print.google.com DNS Current www2.l.google.com 20 2026-03-30
printer.corp.google.com CT Log Current 4 2026-04-08T16:58:54Z
privacy.google.com DNS Current 20 2026-03-30
privacysandbox.google.com CT Log Current 88 2026-03-30T08:35:09Z
products.google.com DNS Current www3.l.google.com 20 2026-03-30
profile.google.com DNS Current 20 2026-03-30
profiles.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
programmablesearchengine.google.com CT Log Current 12 2026-03-30T08:37:24Z
projects.x20web-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
projects.x20web.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
prom-gfe-nightly.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom-gfe-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom-nightly-gp.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom-nightly.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom-qa-gs.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom-test.corp.google.com CT Log Current
prom-test.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
prom.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
proxyconfig-canary.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
proxyconfig-testing.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
proxyconfig.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
pxecontrol-test.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
pxecontrol.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
qa.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
radius-machineauth-anycast.corp.google.com CT Log Current 12 2026-03-24T07:24:44Z
rcs-adamantium-autopush.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
rcs-adamantium-staging-loadtest.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
rcs-adamantium-staging-us.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
realtime.google.com DNS Current www3.l.google.com 20 2026-03-30
recorder-autopush.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
recorder-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
recorder-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
recorder.google.com CT Log Current 12 2026-03-30T08:37:16Z
region1.analytics.google.com CT Log Current 16 2026-03-30T08:35:08Z
registry.google.com DNS Current 20 2026-03-30
reseed.corp.google.com CT Log Current
rewards.google.com CT Log Current 64 2026-03-30T08:35:49Z
rewsgemini.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
rtcsupport.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
s.svc-1.google.com CT Log Current 32 2026-03-30T08:35:49Z
sa.cloud.google.com CT Log Current 16 2026-03-30T08:35:15Z
sandbox.google.com CT Log Current 57 2026-03-30T08:36:47Z
sandbox.mtls.google.com CT Log Current 12 2026-03-30T08:38:49Z
script.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
search.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
search.flexpack.google.com CT Log Current
search.freezone.google.com CT Log Current
search.google.com DNS Current www3.l.google.com 20 2026-03-30
services.google.com DNS Current www3.l.google.com 20 2026-03-30
shop.google.com DNS Current 20 2026-03-30
sites-googlegroups-nightly.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
sites-googlegroups-qa01.corp.google.com CT Log Current
sites-googlegroups-qa02.corp.google.com CT Log Current
sites-googlegroups-qa03.corp.google.com CT Log Current
sites-googlegroups-qa04.corp.google.com CT Log Current
sites-googlegroups-qa05.corp.google.com CT Log Current
sites-googlegroups-qa06.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
sites-googlegroups-qa07.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
sites-googlegroups-qa08.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
sites-googlegroups-tctest.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
sites.google.com CT Log Current 14 2026-03-30T08:36:43Z
sites.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
skills.google.com CT Log Current 32 2026-03-30T08:35:39Z
smtp-proxy.corp.google.com CT Log Current 4 2026-03-24T07:24:44Z
smtp.google.com CT Log Current 13 2026-03-30T08:36:46Z
snaxca-api.corp.google.com CT Log Current 4 2026-04-08T16:58:47Z
soaproxyprod01.ext.google.com CT Log Current
soaproxytest01.ext.google.com CT Log Current
solutions.cloud.google.com CT Log Current 24 2026-03-30T08:39:08Z
southamerica-east1.cloud.google.com CT Log Current 12 2026-03-30T08:40:12Z
southamerica-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:25Z
southamerica.apigee.google.com CT Log Current 12 2026-03-30T08:39:12Z
spam-test.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
spam.adz.google.com CT Log Current 4 2026-04-08T16:58:45Z
spdy-proxy-debug.ext.google.com CT Log Current
spdy-proxy.ext.google.com CT Log Current
speech.google.com CT Log Current 28 2026-03-30T08:35:49Z
splat-svr.hot.corp.google.com CT Log Current 4 2026-04-08T16:58:46Z
sslproxy.corp.google.com CT Log Current 4 2026-04-08T16:58:54Z
staging-a.blogger.corp.google.com CT Log Current
staging-b.blogger.corp.google.com CT Log Current
staging-c.blogger.corp.google.com CT Log Current
staging-d.blogger.corp.google.com CT Log Current
staging-daily.blogger.corp.google.com CT Log Current
staging-daily.blogspot.corp.google.com CT Log Current
staging-gaia.blogger.corp.google.com CT Log Current
staging-gerrit.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
staging-git.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
staging-googlesource.corp.google.com CT Log Current
staging-prod.blogger.corp.google.com CT Log Current
staging-weekly.blogger.corp.google.com CT Log Current
staging-weekly.blogspot.corp.google.com CT Log Current
startup.google.com CT Log Current 24 2026-03-30T08:37:23Z
status.play.google.com CT Log Current 12 2026-03-30T08:39:11Z
status.search.google.com CT Log Current 12 2026-03-30T08:39:11Z
store.google.com DNS Current 20 2026-03-30
streaming-uberproxy.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
streetviewstudio.maps.google.com CT Log Current 24 2026-03-30T08:39:12Z
sup-ssh-relay-bru.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-cbf.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-chs.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-cmh.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-grq.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-iad.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-las.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-scl.corp.google.com CT Log Current sup-ssh-relay-southamerica-west1.ext.google.com 4 2026-04-08T05:12:04Z
sup-ssh-relay-sin.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay-tpe.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-ssh-relay2.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup-zamm.corp.google.com CT Log Current 4 2026-04-08T05:12:04Z
sup.corp.google.com CT Log Current sup.l.google.com 4 2026-04-08T05:12:04Z
supl.google.com CT Log Current 12 2026-03-30T08:37:39Z
support.google.com CT Log Current 16 2026-03-30T08:35:49Z
survey.google.com DNS Current 20 2026-03-30
surveys.google.com DNS Current 20 2026-03-30
talk.google.com CT Log Current
talkgadget.google.com CT Log Current 14 2026-03-30T08:36:43Z
teams.x20web-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
teams.x20web.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
telus-voice-staging.sandbox.google.com CT Log Current 16 2026-03-30T08:37:19Z
telus.voice.google.com CT Log Current 12 2026-03-30T08:37:13Z
tensorboard-autopush.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
tensorboard-dev.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
tensorboard-staging.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
tensorboard-test.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
tensorboard.cloud.google.com CT Log Current 16 2026-03-30T08:36:04Z
tensorflow.google.com CT Log Current 32 2026-03-30T08:35:35Z
test-bigquery.eu.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
test-bigquery.us.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
test.devsite.corp.google.com CT Log Current 4 2026-04-08T16:58:44Z
test.postini.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
testing-git.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
testmx.sandbox.google.com CT Log Current 17 2026-03-30T08:36:52Z
tez.google.com CT Log Current 12 2026-03-30T08:37:43Z
time.google.com CT Log Current 12 2026-03-30T08:37:43Z
tokenized.play.google.com CT Log Current 12 2026-03-30T08:37:43Z
tools.google.com DNS Current 20 2026-03-30
tuf-autopush-qual.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-autopush.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-file-autopush.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-file-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-file-prod.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-file-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-prod.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
tuf-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
twd-da.ext.google.com CT Log Current
twdsalesgsa.twd.corp.google.com CT Log Current
tx.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
tz.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
uberproxy-nocert.corp.google.com CT Log Current
uberproxy-san.corp.google.com CT Log Current
uberproxy.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
uc.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
ue.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
uk.cloud.google.com CT Log Current 16 2026-03-30T08:35:31Z
uk.r.prom-qa.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
up.sandbox.google.com CT Log Current 4 2026-04-08T16:58:58Z
upload.google.com CT Log Current 28 2026-03-30T08:36:55Z
upload.video.google.com CT Log Current 14 2026-03-30T08:36:55Z
uploads.google.com DNS Current feedsftp.l.google.com 20 2026-03-30
urchin.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
url.google.com CT Log Current 20 2026-03-30T08:35:08Z
us-central1.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-central1.cloud.google.com CT Log Current 12 2026-03-30T08:40:13Z
us-central1.mtls.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-central1.ssh.cloud-run-qual.sandbox.google.com CT Log Current 12 2026-03-30T08:36:47Z
us-central2.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-central2.mtls.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-east1.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-east1.cloud.google.com CT Log Current 12 2026-03-30T08:40:13Z
us-east1.mtls.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-east1.ssh.cloud-run-qual.sandbox.google.com CT Log Current 12 2026-03-30T08:36:47Z
us-east4.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-east4.cloud.google.com CT Log Current 12 2026-03-30T08:40:24Z
us-east4.mtls.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-east5.cloud.google.com CT Log Current 12 2026-03-30T08:40:25Z
us-south1.cloud.google.com CT Log Current 12 2026-03-30T08:40:15Z
us-west1.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-west1.cloud.google.com CT Log Current 12 2026-03-30T08:40:15Z
us-west1.mtls.cloud-run-qual.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
us-west2.cloud.google.com CT Log Current 12 2026-03-30T08:40:16Z
us-west3.cloud.google.com CT Log Current 12 2026-03-30T08:40:22Z
us-west4.cloud.google.com CT Log Current 12 2026-03-30T08:40:17Z
us-west8.cloud.google.com CT Log Current 12 2026-03-30T08:40:23Z
us.cloud.google.com CT Log Current 16 2026-03-30T08:35:29Z
usercontent.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
usercontent.google.com CT Log Current 24 2026-03-30T08:37:36Z
usercontent.sandbox.google.com CT Log Current 16 2026-03-30T08:37:36Z
users.x20web-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
users.x20web.corp.google.com CT Log Current 4 2026-04-08T16:58:57Z
v.ext.google.com CT Log Current 2 2026-03-30T15:45:15Z
vault.google.com DNS Current www4.l.google.com 20 2026-03-30
vi-old.corp.google.com CT Log Current 4 2026-04-08T16:58:56Z
vi-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:56Z
vi.corp.google.com CT Log Current 4 2026-04-08T16:58:56Z
viceroy-old.corp.google.com CT Log Current 4 2026-04-08T16:58:56Z
viceroy-qa.corp.google.com CT Log Current 4 2026-04-08T16:58:56Z
viceroy.corp.google.com CT Log Current 4 2026-04-08T16:58:56Z
video.google.com DNS Current video.l.google.com 20 2026-03-30
videos.google.com DNS Current video.google.com 20 2026-03-30
voice-search-dev.sandbox.google.com CT Log Current 16 2026-03-30T08:36:47Z
vp.video.l.google.com CT Log Current 13 2026-03-30T08:36:49Z
vpn.google.com DNS Current 20 2026-03-30
wallet.google.com CT Log Current 12 2026-03-30T08:37:43Z
waymo-capital-uat.corp.google.com CT Log Current 1 2026-04-10T17:36:28Z
web.google.com DNS Current www3.l.google.com 20 2026-03-30
webapp-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webapp-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webapp.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webapp.google.com CT Log Current 12 2026-03-30T08:37:47Z
webapps-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webapps-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webapps.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webapps.google.com CT Log Current 12 2026-03-30T08:37:41Z
webdrive-test-canary.corp.google.com CT Log Current uberproxy.l.google.com 4 2026-04-08T16:58:49Z
webdrive-test-prod.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webview-cider-v-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webview-cider-v-test.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
webview-cider-v.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
wetdocs.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
wetlab.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
wifi.google.com CT Log Current 12 2026-03-30T08:37:08Z
work.google.com DNS Current www3.l.google.com 20 2026-03-30
workspace.google.com CT Log Current 12 2026-03-30T08:38:47Z
wpt-autopush.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
wpt-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
wpt-staging.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
www.ads.google.com CT Log Current 14 2026-03-30T08:36:44Z
www.adwords.google.com CT Log Current 14 2026-03-30T08:36:44Z
www.flexpack.google.com CT Log Current
www.freezone.google.com CT Log Current
www.google.com CT Log Current 12 2026-03-30T08:37:36Z
www.keep.google.com CT Log Current 16 2026-03-30T08:35:09Z
xbox-neko-dev.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
xbox-neko.corp.google.com CT Log Current 4 2026-04-08T16:58:49Z
Δ Changes Detected: A AAAA TXT Resolver ≠ Authoritative (TTL / CDN rotation / recent change)
Risk: Low - typically resolves within TTL
DNS Intelligence What does DNS look like right now — and what changed over time?
DNS Evidence Diff Side-by-side comparison
Resolver Records (Public DNS cache)
Authoritative Records (Source of truth)
A Propagating 6 / 6 records
74.125.126.100
173.194.64.139
74.125.126.101
173.194.64.102
74.125.126.102
173.194.64.101
74.125.126.113
173.194.64.100
74.125.126.138
173.194.64.138
74.125.126.139
173.194.64.113
AAAA Propagating 4 / 4 records
2607:f8b0:4001:c00::65
2607:f8b0:4001:c6a::8a
2607:f8b0:4001:c00::71
2607:f8b0:4001:c6a::66
2607:f8b0:4001:c00::8a
2607:f8b0:4001:c6a::64
2607:f8b0:4001:c00::8b
2607:f8b0:4001:c6a::71
CAA RFC 8659 §4 Synchronized 1 / 1 records
0 issue "pki.goog"
0 issue "pki.goog"
DMARC _dmarc.google.com RFC 7489 §6.3 Synchronized 1 / 1 records
v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com
v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com
MTA-STS _mta-sts.google.com RFC 8461 §3 Synchronized 1 / 1 records
v=STSv1; id=20210803T010101;
v=STSv1; id=20210803T010101;
MX RFC 5321 Synchronized 1 / 1 records
10 smtp.google.com.
10 smtp.google.com.
NS RFC 1035 Synchronized 4 / 4 records
ns1.google.com.
ns1.google.com.
ns2.google.com.
ns2.google.com.
ns3.google.com.
ns3.google.com.
ns4.google.com.
ns4.google.com.
SOA RFC 1035 Synchronized 1 / 1 records
ns1.google.com. dns-admin.google.com. 932351602 900 900 1800 60
ns1.google.com. dns-admin.google.com. 932351602 900 900 1800 60
TLS-RPT _smtp._tls.google.com RFC 8460 §3 Synchronized 1 / 1 records
v=TLSRPTv1;rua=mailto:sts-reports@google.com
v=TLSRPTv1;rua=mailto:sts-reports@google.com
TXT RFC 7208 §4 Propagating 13 / 7 records
MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB
docusign=1b0a6754-49b1-4db5-8540-d2c12664b289
apple-domain-verification=30afIBcvSuDV2PLX
v=spf1 include:_spf.google.com ~all
cisco-ci-domain-verification=47c38bc8c4b74b7233e9053220c1bbe76bcc1cd33c7acf7acd36cd6a5332004b
google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o
docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e
onetrust-domain-verification=6d685f1d41a94696ad7ef771f68993e0
docusign=1b0a6754-49b1-4db5-8540-d2c12664b289
apple-domain-verification=30afIBcvSuDV2PLX
facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95
docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e
globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8=
globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8=
google-site-verification=4ibFUgB-wXLQ_S7vsXVomSTVamuOXBiVAzpR5IZ87D0
google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ
google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o
onetrust-domain-verification=0d477fe608074e6f9c12bca7826035cc
onetrust-domain-verification=6d685f1d41a94696ad7ef771f68993e0
v=spf1 include:_spf.google.com ~all
DNS History Timeline BETA
Your key is sent directly to SecurityTrails and is never stored on our servers. Get an API key
DNS History Timeline BETA

When was a record added, removed, or changed — and could that change be the problem?

Analyze Another Domain

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.

Full List
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.

8642a809490eb4f17dbafa04d5cf85033d24dda070a426cbdd9cf0fcff270dec1cc552e68bc2d29e0f9fc69cafa2727be7cd7b3ceb342567bfab3ac13c13f179
Evaluations reference 12 RFCs. Methods are reproducible using the verification commands provided. Results reflect DNS state at 17 Jun 2026, 02:18 UTC.
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-evident, third-party-hosted snapshot of the DNS security posture at analysis time. This archived copy is independent of DNS Tool — it provides an independently verifiable record of the analysis at this point in time. Combined with the SHA-3-512 integrity hash, this creates a verifiable chain of evidence for domain security state.

Snapshot preserved at https://web.archive.org/web/20260617021940/https://dnstool.it-help.tech/analysis/17881/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).

OpenSSL + Sidecar (macOS, Linux, WSL)
cat dns-intelligence-google.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-google.com.json
Python 3 (cross-platform)
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-google.com.json','rb').read()).hexdigest())"
sha3sum (coreutils 9+)
sha3sum -a 512 dns-intelligence-google.com.json
Compare the output against the .sha3 file or the checksum API at /api/analysis/17881/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 google.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

Query A records (IPv4) RFC 1035
dig +noall +answer google.com A
Query AAAA records (IPv6) RFC 1035
dig +noall +answer google.com AAAA
Query MX records (mail servers) RFC 1035
dig +noall +answer google.com MX
Query NS records (nameservers) RFC 1035
dig +noall +answer google.com NS
Query TXT records RFC 1035
dig +noall +answer google.com TXT

Email Authentication

Check SPF record RFC 7208
dig +short google.com TXT | grep -i spf
Check DMARC policy RFC 7489
dig +short _dmarc.google.com TXT
Check DKIM key for selector 'default' RFC 6376
dig +short default._domainkey.google.com TXT
Check DKIM key for selector 'google' RFC 6376
dig +short google._domainkey.google.com TXT
Check DKIM key for selector 'selector1' RFC 6376
dig +short selector1._domainkey.google.com TXT
Check DKIM key for selector 'selector2' RFC 6376
dig +short selector2._domainkey.google.com TXT

Domain Security

Check DNSSEC DNSKEY records RFC 4035
dig +dnssec +noall +answer google.com DNSKEY
Check DNSSEC DS records RFC 4035
dig +noall +answer google.com DS
Validate DNSSEC chain (requires DNSSEC-validating resolver) RFC 4035
dig +dnssec +cd google.com A @1.1.1.1

Transport Security

Check TLSA record for smtp.google.com RFC 7672
dig +noall +answer _25._tcp.smtp.google.com TLSA
Verify TLS certificate on primary MX (smtp.google.com) RFC 6698
openssl s_client -starttls smtp -connect smtp.google.com:25 -servername smtp.google.com 2>/dev/null | openssl x509 -noout -subject -dates
Check MTA-STS DNS record RFC 8461
dig +short _mta-sts.google.com TXT
Fetch MTA-STS policy file RFC 8461
curl -sL https://mta-sts.google.com/.well-known/mta-sts.txt
Check TLS-RPT record RFC 8460
dig +short _smtp._tls.google.com TXT

Brand & Trust

Check BIMI record BIMI Draft
dig +short default._bimi.google.com TXT
Check CAA records (certificate authority authorization) RFC 8659
dig +noall +answer google.com CAA

DNS Records

Check HTTPS/SVCB records RFC 9460
dig +noall +answer google.com HTTPS

Domain Security

Check CDS/CDNSKEY automation records RFC 7344
dig +noall +answer google.com CDS

Infrastructure Intelligence

RDAP domain registration lookup RFC 9083
curl -sL 'https://rdap.org/domain/google.com' | python3 -m json.tool | head -50

Transport Security

Test STARTTLS on primary MX (smtp.google.com) RFC 3207
openssl s_client -starttls smtp -connect smtp.google.com:25 -servername smtp.google.com </dev/null 2>/dev/null | head -5

Infrastructure Intelligence

Search Certificate Transparency logs RFC 6962
curl -s 'https://crt.sh/?q=%25.google.com&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
Check security.txt RFC 9116
curl -sL https://google.com/.well-known/security.txt | head -20

AI Surface

Check for llms.txt
curl -sI https://google.com/llms.txt | head -5
Check robots.txt for AI crawler rules
curl -s https://google.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'

Infrastructure Intelligence

ASN lookup for 74.125.126.100 (Team Cymru)
dig +short 100.126.125.74.origin.asn.cymru.com TXT
ASN lookup for 74.125.126.101 (Team Cymru)
dig +short 101.126.125.74.origin.asn.cymru.com TXT
Commands use dig, openssl, and curl — standard tools available on macOS, Linux, and WSL. Results may vary slightly due to DNS propagation timing and resolver caching.
Intelligence Confidence Audit Engine gold · 9/9 Evaluated
How confident are these results? Each protocol is independently verified against RFC standards. No self-awarded badges.
SPF
Gold 15236 runs
DKIM
Gold 15013 runs
DMARC
Gold 15217 runs
DANE/TLSA
Gold 14995 runs
DNSSEC
Gold 15194 runs
BIMI
Gold 15010 runs
MTA-STS
Gold 15031 runs
TLS-RPT
Gold 15046 runs
CAA
Gold 15043 runs
Maturity: Development Verified Consistent Gold Gold Master

0s

Running Real-Time Scan Telemetry

Most scans complete in less than one minute. Some may take longer.

Markers represent known resolver locations. Anycast routing selects the nearest node — exact routing is internal to each provider.

Pipeline nodes reflect live data as each analysis phase completes.

Telemetry Log 0 polls