
Engineer's DNS Intelligence Report
The following DNS record TTLs deviate from recommended values. Incorrect TTLs can cause caching issues, slow propagation, or unnecessary DNS traffic.
| Record Type | Observed TTL | Typical TTL | Severity | Context |
|---|---|---|---|---|
| NS | 51s |
1 day (86400s) |
high | NS TTL is below typical — observed 51s, typical value is 1 day (86400s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 86400 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| SOA | 12054s |
1 hour (3600s) |
medium | SOA TTL is above typical — observed 12054s, typical value is 1 hour (3600s). Long TTLs reduce DNS query volume but slow propagation when records change. Consider 3600 seconds for a balance of performance and flexibility per NIST SP 800-53 SI-18 relevance guidance. |
| TXT | 1 minute (60s) |
1 hour (3600s) |
high | TXT TTL is below typical — observed 1 minute (60s), typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| A | 57s |
1 hour (3600s) |
high | A TTL is below typical — observed 57s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-18 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
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.
ns-1248.awsdns-28.org
1
ops+dns.squareup.com
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 7200s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 900s | Fraction of Refresh |
| Expire | 1209600s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 86400s | 300–86,400s (5 min – 1 day) |
Independent RFC compliance assessment for AWS Route 53. Each finding cites the specific RFC section and reports what the engineering community consensus is. We report honestly — if a provider deviates from standards, we explain what they did differently and what the RFCs actually say.
AWS Route 53 alias records pointing to AWS resources (ELB, CloudFront, S3, API Gateway) have a fixed TTL of 60 seconds that cannot be modified. Route 53 alias records are an AWS-specific extension — not part of standard DNS RFCs. They solve the CNAME-at-apex problem (RFC prohibits CNAME at zone apex) by appearing as A/AAAA records to resolvers. The 60-second TTL ensures fast failover but removes administrator TTL control.
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
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).
| Field | Value |
|---|---|
| Type | TXT |
| Host | default._bimi.squareup.com (BIMI default record) |
| Value | v=BIMI1; l=https://squareup.com/brand/logo.svg |
CAA records specify which Certificate Authorities may issue certificates for your domain, reducing the risk of unauthorized certificate issuance.
| Field | Value |
|---|---|
| Type | CAA |
| Host | squareup.com (root of domain — adjust CA to match your provider) |
| Value | 0 issue "letsencrypt.org" |
TLS-RPT (TLS Reporting) sends you reports about TLS connection failures when other servers try to deliver mail to your domain.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _smtp._tls.squareup.com (SMTP TLS reporting record) |
| Value | v=TLSRPTv1; rua=mailto:tls-reports@squareup.com |
MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _mta-sts.squareup.com (MTA-STS policy record) |
| Value | v=STSv1; id=squareup.com |
Email Security Methodology Can this domain be impersonated by email? No SPF and DMARC reject policy enforced
SPF Record RFC 7208 §4 Verified
SPF valid with industry-standard soft fail (~all), 3/10 lookups
DMARC Policy RFC 7489 §6.3 Verified
DMARC policy reject (100%) - excellent protection
pct= with t= (testing flag), add np= (non-existent subdomain policy), and mandate DNS tree walk for policy discovery instead of the Public Suffix List.DKIM Records RFC 6376 §3.6 Verified
Found DKIM records for 9 selector(s)
_domainkey.squareup.com NS records point to
an external service
(ns.vali.email).
DKIM selectors are dynamically managed and may include keys for services beyond what static scanning discovers.
l= tag body length vulnerability (attacker appends unsigned content to signed mail),
weak key exploitation (keys below 1024-bit are cryptographically breakable per RFC 6376 §3.3.3),
DKIM replay attacks (re-sending legitimately signed messages at scale)
MTA-STS RFC 8461 §3 Verified
No MTA-STS record found
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Verified
No TLS-RPT record found
DMARC External Reporting Authorization RFC 7489 §7.1
All 2 external reporting domains properly authorized
| External Domain | Authorization | Auth Record |
|---|---|---|
vali.email |
Authorized |
v=DMARC1;
|
datafeeds.phishlabs.com |
Authorized |
v=DMARC1
|
DANE / TLSA Verified Recon Methodology Can mail servers establish identity without a public CA? No
DANE not available — Google Workspace does not support inbound DANE/TLSA on its MX infrastructure
Google Workspace supports DANE for outbound mail verification but does not publish TLSA records for its MX hosts.
Recommended alternative: MTA-STS
Note: Google Workspace does validate DANE/TLSA when sending mail to DANE-enabled recipients (outbound DANE).
Two mechanisms protect email in transit. DANE is the primary standard; MTA-STS is the alternative for domains that cannot deploy DNSSEC:
- DNSSEC + DANE (RFC 7672) — Cryptographic chain of trust from DNS root to mail server certificate. Eliminates reliance on certificate authorities. No trust-on-first-use weakness. Requires DNSSEC.
- MTA-STS (RFC 8461) — HTTPS-based policy requiring TLS for mail delivery. Works without DNSSEC but relies on CA trust and is vulnerable on first use (§10). Created for domains where “deploying DNSSEC is undesirable or impractical” (§2).
Industry trend: Microsoft Exchange Online enforces inbound DANE with DNSSEC (GA October 2024), and providers like Proton Mail and Fastmail also support DANE. Google Workspace does not support DANE and relies on MTA-STS. Both mechanisms coexist because DANE is backward-compatible — senders skip the check if the domain isn't DNSSEC-signed (RFC 7672 §1.3).
Brand Security Can this brand be convincingly faked? Possible DMARC reject policy blocks email spoofing (RFC 7489 §6.3), but no BIMI brand verification and no CAA certificate restriction (RFC 8659) — visual impersonation via lookalike domains and unrestricted certificate issuance remain open vectors
BIMI BIMI Spec Verified Warning
No BIMI record found
CAA RFC 8659 §4 Verified Warning
No CAA records found - any CA can issue certificates
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? No RFC 9116
No security.txt found
/.well-known/security.txt provides security researchers with a standardized way to report vulnerabilities.
See securitytxt.org for a generator.
AI Surface Scanner Beta Is this domain discoverable by AI — and protected from abuse? Yes
AI governance signals observed
llms.txt llmstxt.org
AI Crawler Governance (robots.txt) RFC 9309 IETF Draft
Content-Usage Directive IETF Draft
Content-Usage: directive for robots.txt that lets site owners declare whether their content may be used for AI training and inference. This is an active draft, not yet a ratified standard.
Content-Usage: ai=no to robots.txt to deny AI training, or Content-Usage: ai=allow to explicitly permit it.
Without this directive, AI crawler behavior depends on individual crawler policies and User-agent rules.
AI Recommendation Poisoning
Hidden Prompt Artifacts
Evidence Log (2 items)
| Type | Detail | Severity | Confidence |
|---|---|---|---|
llms_txt_found |
llms.txt file found providing structured LLM context | info | Observed |
robots_txt_no_ai_blocks |
robots.txt found but no AI-specific blocking directives | low | Observed |
Public Exposure Checks Are sensitive files or secrets exposed? No
No exposed secrets detected in public page source — same-origin, non-intrusive scan of publicly visible page source and scripts.
What type of scan is this?
This is OSINT (Open Source Intelligence) collection — we check the same publicly accessible URLs that any web browser could visit. No authentication is bypassed, no ports are probed, no vulnerabilities are exploited.
Is this a PCI compliance scan? No. PCI DSS requires scans performed by an Approved Scanning Vendor (ASV) certified by the PCI Security Standards Council. DNS Tool is not an ASV. If you need PCI compliance scanning, engage a certified ASV such as Qualys, Tenable, or Trustwave.
Is this a penetration test? No. Penetration testing involves active exploitation attempts against systems with authorization. Our checks are passive observation of publicly accessible resources — the same methodology used by Shodan, Mozilla Observatory, and other OSINT platforms.
DNS Server Security Hardened
No DNS server misconfigurations found on ns-1816.awsdns-35.co.uk — Nmap NSE probes for zone transfer (AXFR), open recursion (RFC 5358), nameserver identity disclosure, and DNS cache snooping.
| Check | Result | Detail |
|---|---|---|
| Zone Transfer (AXFR) | Denied | Zone transfer denied (correct configuration) |
| Open Recursion | Disabled | Recursion disabled (correct configuration) |
| Nameserver Identity | Hidden | No nameserver identity information disclosed |
| Cache Snooping | Protected | Cache snooping not possible (correct configuration) |
Tested nameservers: ns-1816.awsdns-35.co.uk, ns-311.awsdns-38.com, ns-810.awsdns-37.net, ns-1248.awsdns-28.org
Delegation Consistency 1 Issue
Delegation consistency: 1 issue(s) found — Parent/child NS delegation alignment: DS↔DNSKEY, glue records, TTL drift, SOA serial sync.
- Could not retrieve NS TTL from parent zone
DS ↔ DNSKEY Alignment Aligned
Glue Record Completeness Complete
| Nameserver | In-Bailiwick | IPv4 Glue | IPv6 Glue | Status |
|---|---|---|---|---|
ns-1248.awsdns-28.org |
No | N/A | N/A | OK |
ns-1816.awsdns-35.co.uk |
No | N/A | N/A | OK |
ns-311.awsdns-38.com |
No | N/A | N/A | OK |
ns-810.awsdns-37.net |
No | N/A | N/A | OK |
NS TTL Comparison Drift
SOA Serial Consistency Consistent
ns-1248.awsdns-28.org: 1ns-1816.awsdns-35.co.uk: 1ns-311.awsdns-38.com: 1ns-810.awsdns-37.net: 1Nameserver Fleet Matrix Healthy
Analyzed 4 nameserver(s) for squareup.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.
| Nameserver | IPv4 | IPv6 | ASN / Operator | UDP | TCP | AA | SOA Serial |
|---|---|---|---|---|---|---|---|
ns-311.awsdns-38.com |
205.251.193.55 | 2600:9000:5301:3700::1 |
AS16509
Amazon.com, Inc. |
1 | |||
ns-1248.awsdns-28.org |
205.251.196.224 | 2600:9000:5304:e000::1 |
AS16509
Amazon.com, Inc. |
1 | |||
ns-810.awsdns-37.net |
205.251.195.42 | 2600:9000:5303:2a00::1 |
AS16509
Amazon.com, Inc. |
1 | |||
ns-1816.awsdns-35.co.uk |
205.251.199.24 | 2600:9000:5307:1800::1 |
AS16509
Amazon.com, Inc. |
1 |
1 ASN(s), 4 /24 prefix(es) — consider adding diversity
Mail Transport Security Beta Is mail transport encrypted and verified? No No MTA-STS or DANE — mail transport encryption is opportunistic only
Transport security inferred from 1 signal(s) — no enforcement policy active
Policy Assessment Primary
- Google Workspace enforces TLS 1.2+ with valid certificates on all inbound/outbound mail
Telemetry
Live Probe Supplementary
Infrastructure Intelligence Who hosts this domain and what services power it? Direct
ASN / Network Success
Resolved 0 unique ASN(s) across 2 IP address(es)
162.159.137.66 → AS ()162.159.136.66 → AS ()Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 12 services
12 SaaS services detected via DNS TXT verification records
Detects SaaS services that leave DNS TXT verification records (e.g., domain ownership proofs). Does not detect all SaaS platforms — only those indicated by DNS.
| Service | Verification Record |
|---|---|
| Google Workspace | google-site-verification=xoi3YhHkHmKwoyDO259v-DxMgY38xT08RNKMLTtTJ3A |
| Microsoft 365 | MS=ms66034408 |
| Facebook / Meta | facebook-domain-verification=ddco927gzciui72ra27s2aq1301vjo |
pinterest-site-verification=49699bc2c694be95ffea5692960d72b4 |
|
| Stripe | stripe-verification=cfd5f1b3267861ed07fba1b121f0161da96c9fb30c97f590fc88db51506b... |
| Apple | apple-domain-verification=sRlD9NsdK27SFZHX |
| DocuSign | docusign=35ce9b6e-d74a-48ad-b437-690ad0602f81 |
| GitHub | _github-challenge-squareup.squareup.com.=7725774663 |
| Loom | loom-site-verification=0036b963640944f580e4c1fec45c8d9d |
| 1Password | 1password-site-verification=DREX2J7TXBEY5FGM2RYXBK366U |
| Miro | miro-verification=eb2231722e9ee6e925e69e31c221403361bbc1cb |
| Atlassian | atlassian-domain-verification=9iYUpJGNkg1t97CI3rPIi2JSZhPPPq2vqa29bn1XafOtu0579n... |
Domain Security Methodology Can DNS responses be tampered with in transit? Possible DNSSEC is not deployed, DNS responses are not cryptographically verified
DNSSEC RFC 4033 §2 Verified Unsigned
DNSSEC not configured - DNS responses are unsigned
NS Delegation Verified
4 nameserver(s) configured
Traffic & Routing Where does this domain's traffic actually terminate?
AIPv4 Address
AAAAIPv6 Address
MXMail Servers
SRVServices
Subdomain Discovery RFC 6962 Recon LIVE What subdomains and infrastructure are exposed in certificate logs? 113 subdomains discovered
How did we find these?| Certificate Authority | Certs | First Issued | Last Issued | Status |
|---|---|---|---|---|
Google Trust Services |
140 | 2025-12-15 | 2026-03-02 | Active |
Amazon |
35 | 2025-02-12 | 2026-01-26 | Active |
Let's Encrypt |
11 | 2025-12-17 | 2026-01-26 | Active |
GlobalSign nv-sa |
4 | 2025-03-03 | 2026-01-04 | Active |
DigiCert Inc |
2 | 2025-04-17 | 2025-05-12 | Active |
| Subdomain | Source | Status | Provider / CNAME | Certificates | First Seen | Issuer(s) |
|---|---|---|---|---|---|---|
account.squareup.com
|
CT Log | Current | — | 6 | 2026-01-27T15:18:39 | Google Trust Services, Let's Encrypt, Amazon |
acs.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
admin.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T07:17:47 | Google Trust Services, Amazon |
amex-api.squareup.com
|
CT Log | Current | — | 2 | 2026-01-18T02:08:55 | Google Trust Services |
amex.3ds.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
api-au.squareup.com
|
CT Log | Current |
api-au.squareup.com.cdn.cloudflare.net
|
8 | 2026-01-16T21:54:40 | Google Trust Services, Let's Encrypt, Amazon |
api-felica.squareup.com
|
CT Log | Current | — | 10 | 2026-01-27T15:17:29 | Google Trust Services, Amazon, GlobalSign nv-sa, Let's Encrypt |
api-global.iad1.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
api-global.squareup.com
|
CT Log | Current | — | 6 | 2026-01-28T20:54:09 | Google Trust Services, Amazon |
api-jp.nrt1.squareup.com
|
CT Log | Current | — | 2 | 2026-01-26T00:00:00 | Amazon |
api-jp.squareup.com
|
CT Log | Current | — | 4 | 2026-01-26T00:00:00 | Amazon, Google Trust Services |
api.iad1.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
api.nrt1.squareup.com
|
CT Log | Current | — | 2 | 2026-01-26T00:00:00 | Amazon |
api.sjc1.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
api.squareup.com
|
CT Log | Current | — | 10 | 2026-01-28T20:53:59 | Google Trust Services, Amazon |
app.squareup.com
|
CT Log | Current | — | 8 | 2026-01-28T20:43:59 | Google Trust Services, Amazon |
atlas.squareup.com
|
CT Log | Current | — | 6 | 2026-03-02T01:33:40 | Google Trust Services, Amazon |
balances.squareup.com
|
CT Log | Current |
d1lx9d4294odab.cloudfront.net
|
2 | 2025-07-10T00:00:00 | Amazon |
block-ca.squareup.com
|
CT Log | Current |
d21ajmrv1bc274.cloudfront.net
|
2 | 2025-04-08T00:00:00 | Amazon |
block-oidc.squareup.com
|
CT Log | Current |
d1v5mwi0q583kg.cloudfront.net
|
2 | 2025-05-24T00:00:00 | Amazon |
blog.squareup.com
|
CT Log | Current | — | 5 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
book.squareup.com
|
CT Log | Current | — | 8 | 2026-01-27T15:17:19 | Google Trust Services, Amazon |
brand.squareup.com
|
CT Log | Current | — | 5 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
broadway.squareup.com
|
CT Log | Current | — | 12 | 2025-12-04T00:00:00 | Amazon |
buyer-portal.squareup.com
|
CT Log | Current | — | 4 | 2026-01-02T19:51:38 | Google Trust Services, Amazon |
calendar.squareup.com
|
DNS | Current |
ghs.google.com
|
— | — | — |
canary-one.squareup.com
|
CT Log | Current | — | 2 | 2026-01-16T03:40:51 | Google Trust Services |
capi.squareup.com
|
CT Log | Current | — | 3 | 2026-02-14T14:38:15 | Google Trust Services |
capital.squareup.com
|
CT Log | Current | — | 6 | 2026-01-27T15:19:19 | Google Trust Services, Let's Encrypt, Amazon |
careers-origin.squareup.com
|
CT Log | Current |
careers-origin.squareup.com.cdn.cloudflare.net
|
4 | 2026-01-18T01:39:30 | Google Trust Services, Amazon |
careers.squareup.com
|
CT Log | Current | — | 7 | 2026-01-27T17:52:55 | Google Trust Services, Let's Encrypt, Amazon, GlobalSign nv-sa |
cf.api-global.squareup.com
|
CT Log | Current |
api-global.squareup.com.cdn.cloudflare.net
|
2 | 2026-02-11T21:01:15 | Google Trust Services |
cf.api-jp.squareup.com
|
CT Log | Current |
api-jp.squareup.com.cdn.cloudflare.net
|
2 | 2026-02-11T21:01:00 | Google Trust Services |
cf.api.squareup.com
|
CT Log | Current | — | 2 | 2026-02-11T21:00:20 | Google Trust Services |
cf.app.squareup.com
|
CT Log | Current | — | 2 | 2026-02-11T21:01:56 | Google Trust Services |
community.squareup.com
|
CT Log | Current | — | 4 | 2026-02-27T00:10:24 | Google Trust Services |
connect.squareup.com
|
CT Log | Current | — | 6 | 2026-01-20T00:00:00 | Amazon, Google Trust Services |
content-platforms.squareup.com
|
CT Log | Current |
content-platforms.squareup.com.cdn.cloudflare.net
|
4 | 2026-01-18T02:23:25 | Google Trust Services, Amazon |
corner-move.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
corner.squareup.com
|
CT Log | Current |
d2052i2te92jj9.cloudfront.net
|
1 | 2025-08-09T00:00:00 | Amazon |
design.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
developer.squareup.com
|
CT Log | Current | — | 5 | 2026-01-18T07:37:26 | Google Trust Services, Amazon, GlobalSign nv-sa |
developers.squareup.com
|
CT Log | Current | — | 4 | 2026-01-18T07:39:28 | Google Trust Services, Amazon |
discover.3ds.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
docs.connect.squareup.com
|
CT Log | Current | — | 6 | 2026-03-01T23:25:12 | Google Trust Services, Amazon |
docs.squareup.com
|
DNS | Current |
ghs.google.com
|
— | — | — |
edgecanary-blue.squareup.com
|
CT Log | Current |
edgecanary-blue.squareup.com.cdn.cloudflare.net
|
2 | 2026-01-21T19:57:00 | Google Trust Services |
edgecanary.squareup.com
|
CT Log | Current | — | 2 | 2026-01-20T17:24:52 | Google Trust Services |
engage.squareup.com
|
CT Log | Current | — | 8 | 2026-03-01T23:23:52 | Google Trust Services |
enterprise.squareup.com
|
CT Log | Current | — | 4 | 2026-01-27T17:52:31 | Google Trust Services |
escheatment.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
explorer-gateway.squareup.com
80/tcp
Cloudflare http proxy
443/tcp
Cloudflare http proxy
|
CT Log | Current |
explorer-gateway.squareup.com.cdn.cloudflare.net
|
4 | 2026-01-18T02:25:34 | Google Trust Services, Amazon |
fallback.community.squareup.com
|
CT Log | Current | — | 6 | 2026-02-27T00:10:24 | Google Trust Services |
ftps.p.iad1.squareup.com
|
CT Log | Current | — | 1 | 2025-04-17T00:00:00 | DigiCert Inc |
ftps.p.sjc1.squareup.com
|
CT Log | Current |
mailbox.squareupstaging.com
|
1 | 2025-04-17T00:00:00 | DigiCert Inc |
ftps.p.sjc1b.squareup.com
|
CT Log | Current |
mailbox.squareup.com
|
1 | 2025-04-17T00:00:00 | DigiCert Inc |
ftps.p.squareup.com
|
CT Log | Current |
mailbox.squareup.com
|
1 | 2025-04-17T00:00:00 | DigiCert Inc |
fulfillment-ups.squareup.com
|
CT Log | Current | — | 1 | 2025-05-12T00:00:00 | DigiCert Inc |
fulfillment.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
harrisli-dev-cf.squareup.com
|
CT Log | Current | — | 4 | 2026-01-12T19:53:55 | Google Trust Services |
hc-c.squareup.com
|
CT Log | Current | — | 3 | 2026-01-09T14:13:23 | Google Trust Services |
help.p.sjc1.squareup.com
|
CT Log | Current | — | 2 | 2026-01-20T00:00:00 | Amazon |
help.squareup.com
|
CT Log | Current | — | 4 | 2026-01-15T07:41:41 | Let's Encrypt, Amazon |
ht.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
images.squareup.com
|
CT Log | Current | — | 9 | 2026-02-27T02:39:31 | Google Trust Services, Amazon |
imagestest.squareup.com
|
CT Log | Current | — | 4 | 2026-01-12T20:26:35 | Google Trust Services, Amazon |
inbox.squareup.com
|
CT Log | Current | — | 2 | 2026-01-07T17:41:09 | Google Trust Services |
investors.squareup.com
|
DNS | Current |
squareup.map.fastly.net
|
— | — | — |
it-portal.squareup.com
|
CT Log | Current | — | 4 | 2026-01-08T00:31:44 | Google Trust Services, Amazon |
jcb.3ds.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
jobs.squareup.com
|
CT Log | Current |
squareup.com
|
5 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
js.squareup.com
80/tcp
Cloudflare http proxy
443/tcp
Cloudflare http proxy
|
CT Log | Current |
js.squareup.com.cdn.cloudflare.net
|
5 | 2026-01-12T20:25:39 | Google Trust Services, Amazon |
localizer.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
localoffers.squareup.com
|
CT Log | Current | — | 6 | 2026-01-27T18:52:12 | Google Trust Services, Let's Encrypt, Amazon |
mail.squareup.com
|
DNS | Current |
ghs.google.com
|
— | — | — |
mailbox.squareup.com
|
CT Log | Current | — | 1 | 2025-04-17T00:00:00 | DigiCert Inc |
mastercard.3ds.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
mcp.squareup.com
|
CT Log | Current | — | 8 | 2026-02-19T17:42:31 | Google Trust Services |
mobile-releases-staging.squareup.com
|
CT Log | Current | — | 1 | 2025-08-20T00:00:00 | Amazon |
mobile-releases.squareup.com
|
CT Log | Current | — | 1 | 2025-08-20T00:00:00 | Amazon |
my.squareup.com
|
CT Log | Current | — | 7 | 2026-01-27T18:51:45 | Google Trust Services, Let's Encrypt, Amazon |
nat.st.sjc1.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
new-hire-hub.squareup.com
|
CT Log | Current | — | 4 | 2026-01-02T08:34:45 | Google Trust Services, Amazon |
newhire-portal.squareup.com
|
CT Log | Current | — | 4 | 2026-01-02T06:31:53 | Google Trust Services, Amazon |
non-disclosure.corp.squareup.com
|
CT Log | Current | — | 1 | 2025-08-18T00:00:00 | Amazon |
ocr-connect.squareup.com
|
CT Log | Current |
squareup.com
|
4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
origin-api-jp.squareup.com
|
CT Log | Current | — | 2 | 2026-01-26T00:00:00 | Amazon |
origin-careers.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
origin-jp.squareup.com
|
CT Log | Current | — | 2 | 2026-01-26T00:00:00 | Amazon |
origin.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
pci-connect.squareup.com
|
CT Log | Current | — | 8 | 2026-01-28T20:44:00 | Google Trust Services, Amazon |
privacy.squareup.com
|
CT Log | Current |
squareup.com
|
4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
profile.squareup.com
|
CT Log | Current | — | 4 | 2026-01-20T00:00:00 | Amazon, Google Trust Services |
restaurants.squareup.com
|
CT Log | Current | — | 4 | 2026-01-13T01:25:18 | Google Trust Services, Amazon |
rsvpify.events.squareup.com
|
CT Log | Current | — | 2 | 2026-01-26T23:29:21 | Let's Encrypt |
rsyslog-tls-staging.squareup.com
|
CT Log | Current | — | 3 | 2025-12-05T00:00:00 | Amazon |
rsyslog-tls.squareup.com
|
CT Log | Current | — | 3 | 2025-12-10T00:00:00 | Amazon |
sa.squareup.com
|
CT Log | Current | — | 5 | 2026-01-13T01:26:11 | Google Trust Services, Amazon |
sc-connect.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
secrets-authority-staging.squareup.com
|
CT Log | Current | — | 3 | 2025-10-22T00:00:00 | Amazon |
secrets-authority.squareup.com
|
CT Log | Current | — | 3 | 2025-10-22T00:00:00 | Amazon |
sentry.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T18:28:48 | Let's Encrypt, Amazon, GlobalSign nv-sa |
shuttle.squareup.com
|
CT Log | Current | — | 2 | 2025-12-04T00:00:00 | Amazon |
status.squareup.com
|
DNS | Current |
status.squareup.com.cdn.cloudflare.net
|
— | — | — |
store.squareup.com
|
CT Log | Current | — | 4 | 2026-01-03T03:54:08 | Google Trust Services, Amazon |
supportprofile.squareup.com
|
CT Log | Current | — | 4 | 2026-01-12T19:39:25 | Google Trust Services, Amazon |
switchboard.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
visa.3ds.squareup.com
|
CT Log | Current | — | 2 | 2025-07-22T00:00:00 | Amazon |
vpn.squareup.com
|
DNS | Current |
vpn.corp.squareup.com
|
— | — | — |
www.community.squareup.com
|
CT Log | Current | — | 4 | 2026-02-27T00:10:24 | Google Trust Services |
www.ftps.p.squareup.com
|
CT Log | Current | — | 1 | 2025-04-17T00:00:00 | DigiCert Inc |
www.squareup.com
80/tcp
Cloudflare http proxy
443/tcp
Cloudflare http proxy
|
CT Log | Current | — | 5 | 2025-12-29T07:44:30 | Let's Encrypt, Amazon, GlobalSign nv-sa |
xmstest.squareup.com
|
CT Log | Current | — | 2 | 2026-01-11T18:25:33 | Google Trust Services |
DNS Evidence Diff Side-by-side comparison
162.159.137.66
162.159.136.66
162.159.136.66
162.159.137.66
v=DMARC1; p=reject; rua=mailto:dmarc_agg@vali.email,mailto:postmasters@squareup.com,mailto:square-dmarc@datafeeds.phishlabs.com; ruf=mailto:dmarc-ruf@squareup.com,mailto:square-dmarc@datafeeds.phishlabs.com
20 alt2.aspmx.l.google.com.
10 aspmx.l.google.com.
30 aspmx5.googlemail.com.
20 alt1.aspmx.l.google.com.
10 aspmx.l.google.com.
20 alt2.aspmx.l.google.com.
30 aspmx4.googlemail.com.
30 aspmx2.googlemail.com.
30 aspmx3.googlemail.com.
30 aspmx3.googlemail.com.
30 aspmx2.googlemail.com.
30 aspmx4.googlemail.com.
20 alt1.aspmx.l.google.com.
30 aspmx5.googlemail.com.
ns-1248.awsdns-28.org.
ns-1248.awsdns-28.org.
ns-311.awsdns-38.com.
ns-1816.awsdns-35.co.uk.
ns-1816.awsdns-35.co.uk.
ns-311.awsdns-38.com.
ns-810.awsdns-37.net.
ns-810.awsdns-37.net.
ns-1248.awsdns-28.org. ops+dns.squareup.com. 1 7200 900 1209600 86400
ns-1248.awsdns-28.org. ops+dns.squareup.com. 1 7200 900 1209600 86400
traction-guest=2bfeba2a-05af-4152-a3ab-93d855c8746f
google-site-verification=xoi3YhHkHmKwoyDO259v-DxMgY38xT08RNKMLTtTJ3A
MS=ms66034408
facebook-domain-verification=ddco927gzciui72ra27s2aq1301vjo
ca3-a3666da4d1ec4264a8d59cb8616cf0ed
google-site-verification=DsJnK_h3aiHyf-DRKaVdc_iNooeRxSGu8PqkY2KTd74
bugcrowd-verification=2aa613d4e374f9460060422314f1098d
zapier-domain-verification-challenge=9b5ca019-06d3-40bb-a52b-915e42e1d884
pinterest-site-verification=49699bc2c694be95ffea5692960d72b4
stripe-verification=cfd5f1b3267861ed07fba1b121f0161da96c9fb30c97f590fc88db51506b4710
drift-domain-verification=71b345a7ff662bf9535a86f2ddbb50016872b37a56c6988edd6c39542a3ccd68
ca3-c491f3300b6641e1b8a3104b693d7bb3
apple-domain-verification=sRlD9NsdK27SFZHX
ca3-52a6dd26ecd1423ca816dac4d4b00678
postman-domain-verification=a3440d0a55ffe5831bf45b9bb5136601ebf884dd1cb5a755daaa73104b1f682d6d88d0a4741b6eef6a33b6d69f1856366a06433b7902f85bafb358ea854552f9
docusign=35ce9b6e-d74a-48ad-b437-690ad0602f81
lucidlink-verification=9W8003J10X2KM6X9SS663MSG08
ca3-37fc58abdd5a4cf8ab5e8893db8298be
pinterest-site-verification=0fef3763fa30d8b29fca02b8d1e77626
ca3-8bbc566c4b4c4974950a83527517492d
VISA=2D3280EA528BCBDA893DA573CEFA72CE
status-page-domain-verification=75bhj6n7cwrd
ca3-60ed3ea4c1e141c79e4715175c4342f3
google-site-verification=Pqbi42Git5I6oJ6ShnRd4aUd2umxUHL5JAKHf_kSQwQ
notion_verify_3U}dr=+.N}vm0w.DoqiC%JJ}N0W5^}hnd1Wus9zb^EVJDw9pD%jG)hQ}V__qkd3U)4s!Xp
google-site-verification=OuiYXiYuWdfPSus7uBL6EhJawkg5BOERlvclE-QXVcs
ca3-2cc3579a5da949a0bd2bc349e2b82c52
asv=2196a8f94eda64bc9d0abd83d4b93284
ca3-a19f55866123448fb9e26ff3ed0d6d86
_github-challenge-squareup.squareup.com.=7725774663
google-site-verification=lIzmfEdVTz2PAEu4n8NckVPZhd-mQiGTlc0xBXlOhtU
gitkraken-domain-verification=8e6bcedb6a5ded444186409140245b606ca0417109d394ee4e5b2b7df5e56ee0
ca3-6a7c53b6aded4260a698de411a9640b8
v=spf1 include:squareup.com._nspf.vali.email include:%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email include:stspg-customer.com ~all
docker-verification=4ed46600-9205-400a-b12d-d0135704e9e9
cursor-domain-verification-zvsqws=WAenirNPzeew2GcY4MKkAk41T
ca3-e9926e04f8c148e89e7c600213cb986a
NRZYY
elevenlabs=SBg1u4pIdlsVtIaiXt8QeVV3yNEzeNtNs51br5upR4g
smartsheet-site-validation=W_x3SnUQHna2UrcNnqg-4GMu73nsWryz
stripe-verification=5a8a00371398aa2466b713faf14e6edc9140160c32f51d02067af5dcd8591cc8
loom-site-verification=0036b963640944f580e4c1fec45c8d9d
google-site-verification=mlc7S_Dm5aPcPQjEe_Pj3GuiF9_svNtafsWw_kPeN48
1password-site-verification=DREX2J7TXBEY5FGM2RYXBK366U
google-site-verification=UVRQgeyjSjLUSa6l8xBu1fNQBxxKOL85Pg4457B-oms
docusign=60c2f7db-b230-4b3d-91be-06a59569d253
miro-verification=eb2231722e9ee6e925e69e31c221403361bbc1cb
parsec-domain-verification=td_2c0ZaSdVBfxDHQsb5HjmvQCHaKF
atlassian-domain-verification=9iYUpJGNkg1t97CI3rPIi2JSZhPPPq2vqa29bn1XafOtu0579nFxEzSX3VzIvcRm
ca3-bd8eae9a6ea245b68811b976990fc57d
reachdesk-verification=IjVgh43q7kQHr9cSU6FYVjktOt6FNW6I1VKqC7cLSPXDW0hqMpa5pPjEJ39dnG99
onetrust-domain-verification=0c79435fab8d45ac85eb4ac5041ab282
ca3-4725c4c959644520b1df50805f72dca7
anthropic-domain-verification-7xmqab=NeSCp0Pj0sOrdc5jJgJiOsHFb
_ek1nrewwbsrikaiet5cox7909jno0th
ca3-61da443be93c4975accb29e3bbf89560
atlassian-sending-domain-verification=e540d827-02ac-4946-acee-a77c1df352f6
facebook-domain-verification=cx3tov4g02lrdyzawmw6zfl8zgrc5c
logmein-verification-code=d29bfe7e-a479-4ca9-862a-c87f1072f273
wrike-verification=MzIwNzgwMDo2MGE1NjUwYThkMmExMjkzZDg3MGVmMDE3MzkzMDJlOTE4YTY5YmZlMjNlZGE5MGY5MWMzODFhNTFmNDU5MTNi
onetrust-domain-verification=c01f4d184d3c4f2ba9503a4583e88101
wiz-domain-verification=e401377ed0542bf72e67d32b62781795a75cfc1a84c18520e6263bfdf415cd0e
_github-challenge-squareup.squareup.com=7725774663
amp-by-sourcegraph-domain-verification-w953qg=xBRagiAevq79uusplKZZPSBsg
DNS History Timeline BETA
When was a record added, removed, or changed — and could that change be the problem?
Confirm Your Email Configuration
This tool analyzes DNS records, but to verify actual email delivery, send a test email to Red Sift Investigate. Their tool shows exactly how your emails arrive, including SPF/DKIM/DMARC pass/fail results in the headers.
DATA FRESHNESS & METHODOLOGY
All security-critical records (SPF, DMARC, DKIM, DANE/TLSA, DNSSEC, MTA-STS, TLS-RPT, BIMI, CAA) are queried live from authoritative nameservers and cross-referenced against 5 independent public DNS resolvers (Cloudflare, Google, Quad9, OpenDNS, DNS4EU) at the time of each analysis. No security verdict uses cached data.
Registrar data (RDAP) is cached for up to 24 hours because domain ownership and registration details change infrequently. Certificate Transparency logs (subdomain discovery via RFC 6962) are cached for 1 hour because CT entries are append-only historical records. Sections using cached data are marked with a CACHED badge; live queries show LIVE.
Intelligence Sources
This analysis used 4 DNS resolvers (consensus), reverse DNS (PTR), Team Cymru (ASN attribution), IANA RDAP (registrar), crt.sh (CT logs), and SMTP probing (transport). All using open-standard protocols.
Verify Report Integrity SHA-3-512 Has this report been altered since generation? Verify below
This cryptographic hash seals the analysis data, domain, timestamp, and tool version into a tamper-evident fingerprint. Any modification to the report data will produce a different hash. This is distinct from the posture hash (used for drift detection) — the integrity hash uniquely identifies this specific report instance.
a2002103ae117005eecb9448f7d1d38a35e1121cfa3b794cc51d77fdd729bcd3d4893d615331a11d39f48981864f524d2781a1e68051213b9b09ce2c6cb9966c
Download the intelligence dump and verify its integrity, like you would a Kali ISO or any critical artifact. The SHA-3-512 checksum covers every byte of the download — deterministic serialization ensures identical hashes across downloads.
After downloading, verify with any of these commands:
Tip: cd ~/Downloads first (or wherever you saved the files).
cat dns-intelligence-squareup.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-squareup.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-squareup.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-squareup.com.json
.sha3 file or the checksum API at /api/analysis/5257/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 squareup.com. Our analysis adds multi-resolver consensus, RFC-based evaluation, and cross-referencing — but the underlying data is always independently verifiable. We are intelligence analysts, not gatekeepers.
DNS Records
dig +noall +answer squareup.com A
dig +noall +answer squareup.com AAAA
dig +noall +answer squareup.com MX
dig +noall +answer squareup.com NS
dig +noall +answer squareup.com TXT
Email Authentication
dig +short squareup.com TXT | grep -i spf
dig +short _dmarc.squareup.com TXT
dig +short k1._domainkey.squareup.com TXT
dig +short k2._domainkey.squareup.com TXT
dig +short k3._domainkey.squareup.com TXT
dig +short mandrill._domainkey.squareup.com TXT
dig +short s1._domainkey.squareup.com TXT
dig +short s2._domainkey.squareup.com TXT
dig +short s3._domainkey.squareup.com TXT
dig +short smtp._domainkey.squareup.com TXT
dig +short square._domainkey.squareup.com TXT
Domain Security
dig +dnssec +noall +answer squareup.com DNSKEY
dig +noall +answer squareup.com DS
dig +dnssec +cd squareup.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.alt2.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.aspmx5.googlemail.com TLSA
dig +noall +answer _25._tcp.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.aspmx4.googlemail.com TLSA
dig +noall +answer _25._tcp.aspmx3.googlemail.com TLSA
dig +noall +answer _25._tcp.aspmx2.googlemail.com TLSA
dig +noall +answer _25._tcp.alt1.aspmx.l.google.com TLSA
openssl s_client -starttls smtp -connect alt2.aspmx.l.google.com:25 -servername alt2.aspmx.l.google.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.squareup.com TXT
curl -sL https://mta-sts.squareup.com/.well-known/mta-sts.txt
dig +short _smtp._tls.squareup.com TXT
Brand & Trust
dig +short default._bimi.squareup.com TXT
dig +noall +answer squareup.com CAA
DNS Records
dig +noall +answer squareup.com HTTPS
Domain Security
dig +noall +answer squareup.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/squareup.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect alt2.aspmx.l.google.com:25 -servername alt2.aspmx.l.google.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.squareup.com&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://squareup.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://squareup.com/llms.txt | head -5
curl -s https://squareup.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 66.137.159.162.origin.asn.cymru.com TXT
dig +short 66.136.159.162.origin.asn.cymru.com TXT
dig, openssl, and curl — standard tools available on macOS, Linux, and WSL. Results may vary slightly due to DNS propagation timing and resolver caching.
Appendix: Verification Commands
DNS Records
dig +noall +answer squareup.com A
dig +noall +answer squareup.com AAAA
dig +noall +answer squareup.com MX
dig +noall +answer squareup.com NS
dig +noall +answer squareup.com TXT
Email Authentication
dig +short squareup.com TXT | grep -i spf
dig +short _dmarc.squareup.com TXT
dig +short k1._domainkey.squareup.com TXT
dig +short k2._domainkey.squareup.com TXT
dig +short k3._domainkey.squareup.com TXT
dig +short mandrill._domainkey.squareup.com TXT
dig +short s1._domainkey.squareup.com TXT
dig +short s2._domainkey.squareup.com TXT
dig +short s3._domainkey.squareup.com TXT
dig +short smtp._domainkey.squareup.com TXT
dig +short square._domainkey.squareup.com TXT
Domain Security
dig +dnssec +noall +answer squareup.com DNSKEY
dig +noall +answer squareup.com DS
dig +dnssec +cd squareup.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.alt2.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.aspmx5.googlemail.com TLSA
dig +noall +answer _25._tcp.aspmx.l.google.com TLSA
dig +noall +answer _25._tcp.aspmx4.googlemail.com TLSA
dig +noall +answer _25._tcp.aspmx3.googlemail.com TLSA
dig +noall +answer _25._tcp.aspmx2.googlemail.com TLSA
dig +noall +answer _25._tcp.alt1.aspmx.l.google.com TLSA
openssl s_client -starttls smtp -connect alt2.aspmx.l.google.com:25 -servername alt2.aspmx.l.google.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.squareup.com TXT
curl -sL https://mta-sts.squareup.com/.well-known/mta-sts.txt
dig +short _smtp._tls.squareup.com TXT
Brand & Trust
dig +short default._bimi.squareup.com TXT
dig +noall +answer squareup.com CAA
DNS Records
dig +noall +answer squareup.com HTTPS
Domain Security
dig +noall +answer squareup.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/squareup.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect alt2.aspmx.l.google.com:25 -servername alt2.aspmx.l.google.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.squareup.com&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://squareup.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://squareup.com/llms.txt | head -5
curl -s https://squareup.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 66.137.159.162.origin.asn.cymru.com TXT
dig +short 66.136.159.162.origin.asn.cymru.com TXT
