
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 |
|---|---|---|---|---|
| SOA | 6 hours (21600s) |
1 hour (3600s) |
high | SOA TTL is above typical — observed 6 hours (21600s), 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. |
| MX | 6 hours (21600s) |
1 hour (3600s) |
high | MX TTL is above typical — observed 6 hours (21600s), 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. |
| NS | 21589s |
1 day (86400s) |
medium | NS TTL is below typical — observed 21589s, 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. |
| A | 883s |
1 hour (3600s) |
medium | A TTL is below typical — observed 883s, 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 | 20965s |
1 hour (3600s) |
high | TXT TTL is above typical — observed 20965s, 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.
ha1.markmonitor.zone
2026042001
hostmaster.markmonitor.com
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 3600s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 600s | Fraction of Refresh |
| Expire | 604800s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 172800s | 300–86,400s (5 min – 1 day) |
| Parameter | Current | Suggested | Severity | Rationale |
|---|---|---|---|---|
| timeout_seconds | 5s |
8s |
low | Average scan duration is 33.7s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures. RFC 8767 |
Your DMARC policy is monitor-only (p=none). Upgrade to p=quarantine or p=reject after reviewing reports to actively prevent spoofing.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _dmarc.patagonia.com (DMARC policy record) |
| Value | v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@patagonia.com |
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
CAA records specify which Certificate Authorities may issue certificates for your domain, reducing the risk of unauthorized certificate issuance.
| Field | Value |
|---|---|
| Type | CAA |
| Host | patagonia.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.patagonia.com (SMTP TLS reporting record) |
| Value | v=TLSRPTv1; rua=mailto:tls-reports@patagonia.com |
MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _mta-sts.patagonia.com (MTA-STS policy record) |
| Value | v=STSv1; id=patagonia.com |
Email Security Methodology Can this domain be impersonated by email? Yes DMARC is monitor-only (p=none)
SPF Record RFC 7208 §4 Consistent
SPF valid with industry-standard soft fail (~all), 5/10 lookups
DMARC Policy RFC 7489 §6.3 Consistent
DMARC in monitoring mode (p=none) - spoofed mail still delivered, no enforcement
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 Consistent
Found 7 DKIM selector(s) with weak key(s) (1024-bit)
l= tag body length vulnerability (attacker appends unsigned content to signed mail),
weak key exploitation (keys below 1024-bit are cryptographically breakable per RFC 6376 §3.3.3),
DKIM replay attacks (re-sending legitimately signed messages at scale)
MTA-STS RFC 8461 §3 Consistent
No MTA-STS record found
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Consistent
No TLS-RPT record found
DANE / TLSA Consistent Recon Methodology Can mail servers establish identity without a public CA? No
DANE not available — Microsoft 365 does not support inbound DANE/TLSA on its MX infrastructure
Microsoft 365 does not support DANE for inbound mail. Microsoft uses its own certificate pinning mechanism.
Recommended alternative: MTA-STS
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? Likely DMARC is monitor-only p=none (RFC 7489 §6.3) — spoofed mail is not blocked, brand faking is trivial
BIMI BIMI Spec Consistent Warning
No BIMI record found
CAA RFC 8659 §4 Consistent Warning
No CAA records found - any CA can issue certificates
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? Partial RFC 9116
security.txt found but missing required fields
Contact
Missing (required by RFC 9116 §2.5.3)Expires
Missing (required by RFC 9116 §2.5.5)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 (3 items)
| Type | Detail | Severity | Confidence |
|---|---|---|---|
llms_txt_found |
llms.txt file found providing structured LLM context | info | Observed |
llms_full_txt_found |
llms-full.txt also found (extended 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 ha3.markmonitor.zone — 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: ha3.markmonitor.zone, ha1.markmonitor.zone, ha2.markmonitor.zone, ha4.markmonitor.zone
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 |
|---|---|---|---|---|
ha1.markmonitor.zone |
No | N/A | N/A | OK |
ha2.markmonitor.zone |
No | N/A | N/A | OK |
ha3.markmonitor.zone |
No | N/A | N/A | OK |
ha4.markmonitor.zone |
No | N/A | N/A | OK |
NS TTL Comparison Drift
SOA Serial Consistency Consistent
ha1.markmonitor.zone: 2.026042001e+09ha2.markmonitor.zone: 2.026042001e+09ha3.markmonitor.zone: 2.026042001e+09ha4.markmonitor.zone: 2.026042001e+09Nameserver Fleet Matrix Healthy
Analyzed 4 nameserver(s) for patagonia.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.
| Nameserver | IPv4 | IPv6 | ASN / Operator | UDP | TCP | AA | SOA Serial |
|---|---|---|---|---|---|---|---|
ha4.markmonitor.zone |
162.219.55.170 | 2620:10a:80ec::6b | AS394354 | 2026042001 | |||
ha2.markmonitor.zone |
162.219.54.170 | 2620:10a:80eb::6b | AS55195 | 2026042001 | |||
ha1.markmonitor.zone |
192.174.68.5 | 2001:67c:1bc::5 | AS1921 | 2026042001 | |||
ha3.markmonitor.zone |
176.97.158.5 | 2001:67c:10b8::5 | AS1921 207021 | 2026042001 |
4 ASNs, 4 /24 prefixes across 4 nameservers
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
- Microsoft 365 enforces TLS 1.2+ with DANE (GA Oct 2024) and valid certificates
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 1 IP address(es)
40.78.19.250 → AS ()Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 7 services
7 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 |
|---|---|
| Adobe | adobe-idp-site-verification=0403b2ad-0cb1-4991-b487-b92e323e129e |
| Amazon SES | amazonses:P94B+64/P2d8fF0tQAeXPITg8kHAf8vDw1HoMwOZOE4= |
| Apple | apple-domain-verification=OHJ6GgcjdZ25JLfv |
| Atlassian | atlassian-domain-verification=cyLuEbYEHOc8WCVIwV2p5ISVxlZjUCttorsktv8Z9GKEb1GWTr... |
| DocuSign | docusign=20df15bb-437d-44f9-a5e0-5d1f7f594008 |
| Google Workspace | google-site-verification=XbrRE3XS_PCqziGiZzEhm3ruW1q5rcVEwy4SdXzfGgc |
| Miro | miro-verification=a7e809122016f767f3409426152e4c9c8db16e45 |
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 Consistent 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? 111 subdomains discovered
How did we find these?*.patagonia.com
Active
1 cert
1 CA: DigiCert Inc
| Certificate Authority | Certs | First Issued | Last Issued | Status |
|---|---|---|---|---|
Let's Encrypt |
127 | 2026-01-24 | 2026-04-20 | Active |
DigiCert Inc |
36 | 2025-04-24 | 2026-04-06 | Active |
Google Trust Services |
25 | 2026-01-31 | 2026-04-08 | Active |
Amazon |
24 | 2025-04-21 | 2026-03-31 | Active |
Sectigo Limited |
1 | 2025-10-02 | 2025-10-02 | Active |
| Subdomain | Source | Status | Provider / CNAME | Certificates | First Seen | Issuer(s) |
|---|---|---|---|---|---|---|
actionworks-i18n.patagonia.com
|
CT Log | Current | — | 4 | 2026-04-12T16:19:54 | Let's Encrypt |
actionworks.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-01T16:01:35 | Let's Encrypt |
actionworks2.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-01T16:01:35 | Let's Encrypt |
annapurna.eu.patagonia.com
|
CT Log | Current | — | 1 | 2026-03-11T00:00:00 | DigiCert Inc |
autodiscover.patagonia.com
|
DNS | Current |
autodiscover.outlook.com
|
1 | 2025-09-15 | DigiCert Inc |
b2b.patagonia.com
|
CT Log | Current | — | 3 | 2026-03-01T02:13:11 | Google Trust Services |
b2bsales.patagonia.com
|
CT Log | Current | — | 3 | 2026-03-01T13:32:08 | Google Trust Services |
b2bsalesjp.patagonia.com
|
CT Log | Current | — | 3 | 2026-03-01T16:01:32 | Google Trust Services |
blog.patagonia.com
|
DNS | Current |
patagonia.wpengine.com
|
1 | 2025-09-15 | DigiCert Inc |
blueheart.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-16T23:02:05 | Google Trust Services |
brandportal.patagonia.com
|
CT Log | Current | — | 6 | 2025-11-21T00:00:00 | Amazon |
careers.patagonia.com
|
CT Log | Current | — | 3 | 2026-04-03T18:04:41 | Let's Encrypt, DigiCert Inc |
cl.patagonia.com
|
CT Log | Current | — | 7 | 2026-03-28T18:45:33 | Let's Encrypt, Google Trust Services |
click.email-actionworks.patagonia.com
|
CT Log | Current | — | 2 | 2026-02-03T00:00:00 | DigiCert Inc |
click.email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-06T00:00:00 | DigiCert Inc |
click.eu-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-06T00:00:00 | DigiCert Inc |
click.jp-email.patagonia.com
|
CT Log | Current | — | 1 | 2025-11-04T00:00:00 | DigiCert Inc |
climbing-blog-europe.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-05T02:27:03 | Let's Encrypt |
climbing-blog-japan.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-18T14:27:26 | Let's Encrypt |
climbing-blog.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-18T14:27:02 | Let's Encrypt |
content.patagonia.com
|
DNS | Current |
content.patagonia.com.edgesuite.net
|
1 | 2025-09-15 | DigiCert Inc |
cortex.patagonia.com
|
CT Log | Current | — | 5 | 2026-02-04T00:00:00 | Amazon |
datadog.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
dealer.patagonia.com
|
CT Log | Current | — | 1 | 2025-12-08T00:00:00 | DigiCert Inc |
dealers.eu.patagonia.com
|
CT Log | Current | — | 1 | 2026-03-16T00:00:00 | DigiCert Inc |
development-ca2.patagonia.com
|
CT Log | Current | — | 8 | 2026-04-01T04:13:36 | Let's Encrypt |
development-eu2.patagonia.com
|
CT Log | Current | — | 8 | 2026-04-01T10:31:49 | Let's Encrypt |
development-jp2.patagonia.com
|
CT Log | Current | — | 8 | 2026-04-01T09:26:17 | Let's Encrypt |
development-jp3.patagonia.com
|
CT Log | Current | — | 8 | 2026-04-01T02:24:23 | Let's Encrypt |
development-us2.patagonia.com
|
CT Log | Current | — | 8 | 2026-04-01T00:36:01 | Let's Encrypt |
ec.patagonia.com
|
CT Log | Current | — | 7 | 2026-03-28T12:14:33 | Let's Encrypt, Google Trust Services |
email.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
eu-preferences.patagonia.com
|
CT Log | Current | — | 3 | 2026-02-23T21:15:49 | Google Trust Services |
eu.patagonia.com
|
CT Log | Current | — | 15 | 2026-04-13T14:07:01 | Let's Encrypt, DigiCert Inc |
eu.thecleanestline.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-04T18:53:00 | Let's Encrypt |
feedback.patagonia.com
|
CT Log | Current | — | 4 | 2026-03-29T00:56:12 | Let's Encrypt |
fieldtesting.patagonia.com
|
CT Log | Current | — | 3 | 2026-03-09T07:24:11 | Google Trust Services |
fileportal.patagonia.com
|
CT Log | Current | — | 1 | 2026-04-06T00:00:00 | DigiCert Inc |
fly-fishing-blog-europe.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-20T10:28:04 | Let's Encrypt |
fly-fishing-blog-japan.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-18T15:27:07 | Let's Encrypt |
fly-fishing-blog.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-20T15:28:00 | Let's Encrypt |
footprint.patagonia.com
|
CT Log | Current | — | 3 | 2025-12-16T00:00:00 | DigiCert Inc |
github.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
gtm-stg.eu.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-10T00:00:00 | DigiCert Inc |
help.patagonia.com
|
CT Log | Current | — | 1 | 2025-10-23T00:00:00 | DigiCert Inc |
hhfer.patagonia.com
|
CT Log | Current | — | 3 | 2026-03-03T01:30:45 | Google Trust Services |
image.email-actionworks.patagonia.com
|
CT Log | Current | — | 4 | 2026-03-31T00:00:00 | Amazon, DigiCert Inc |
image.email.patagonia.com
|
CT Log | Current | — | 4 | 2026-03-31T00:00:00 | Amazon, DigiCert Inc |
image.eu-email.patagonia.com
|
CT Log | Current | — | 4 | 2026-03-31T00:00:00 | Amazon, DigiCert Inc |
image.jp-email.patagonia.com
|
CT Log | Current | — | 4 | 2026-03-31T00:00:00 | Amazon, DigiCert Inc |
images-eu.patagonia.com
|
CT Log | Current | — | 1 | 2025-07-02T00:00:00 | Amazon |
images-jp.patagonia.com
|
CT Log | Current | — | 1 | 2025-07-02T00:00:00 | Amazon |
images-paw.patagonia.com
|
CT Log | Current | — | 1 | 2025-11-10T00:00:00 | Amazon |
images.patagonia.com
|
CT Log | Current | — | 4 | 2025-12-16T00:00:00 | DigiCert Inc, Amazon |
learn.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
learning.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
matterhorn-stg.eu.patagonia.com
|
CT Log | Current | — | 1 | 2026-03-25T00:00:00 | DigiCert Inc |
matterhorn.eu.patagonia.com
|
CT Log | Current | — | 1 | 2025-12-30T00:00:00 | DigiCert Inc |
mdm.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-30T00:00:00 | Amazon |
media.patagonia.com
|
DNS | Current |
media.patagonia.com.edgesuite.net
|
1 | 2025-09-15 | DigiCert Inc |
pages.email.patagonia.com
|
CT Log | Current | — | 1 | 2025-11-06T00:00:00 | DigiCert Inc |
pages.eu-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-05T00:00:00 | DigiCert Inc |
pages.jp-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-06T00:00:00 | DigiCert Inc |
peaks.patagonia.com
|
CT Log | Current | — | 3 | 2025-05-04T00:00:00 | DigiCert Inc |
plm.patagonia.com
|
CT Log | Current | — | 1 | 2026-02-18T00:00:00 | DigiCert Inc |
plmtest.stage.patagonia.com
|
CT Log | Current | — | 1 | 2026-01-21T00:00:00 | DigiCert Inc |
podcast.patagonia.com
|
CT Log | Current | — | 2 | 2025-06-14T00:00:00 | Amazon |
production-ca2.patagonia.com
|
CT Log | Current | — | 4 | 2026-01-25T04:07:08 | Let's Encrypt |
production-eu2.patagonia.com
|
CT Log | Current | — | 4 | 2026-01-24T21:13:57 | Let's Encrypt |
production-jp2.patagonia.com
|
CT Log | Current | — | 16 | 2026-04-03T08:27:59 | Let's Encrypt |
production-us2.patagonia.com
|
CT Log | Current | — | 4 | 2026-01-24T21:58:12 | Let's Encrypt |
pub.jp-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-06T00:00:00 | DigiCert Inc |
qr.patagonia.com
|
CT Log | Current | — | 2 | 2026-02-04T00:00:00 | Amazon |
rent.patagonia.com
|
CT Log | Current | — | 4 | 2026-02-21T18:12:02 | Let's Encrypt, Google Trust Services |
returns.eu.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-22T03:41:38 | Let's Encrypt |
routing.patagonia.com
|
CT Log | Current | — | 4 | 2026-03-22T00:00:00 | Amazon |
sftp.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
snow-blog-europe.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-18T16:27:41 | Let's Encrypt |
snow-blog-japan.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-02T19:27:35 | Let's Encrypt |
snow-blog.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-18T14:27:21 | Let's Encrypt |
staging-ca2.patagonia.com
|
CT Log | Current | — | 8 | 2026-03-25T06:23:22 | Let's Encrypt |
staging-eu2.patagonia.com
|
CT Log | Current | — | 8 | 2026-03-24T19:40:18 | Let's Encrypt |
staging-gb2.patagonia.com
|
CT Log | Current | — | 3 | 2026-04-14T22:36:13 | Let's Encrypt |
staging-jp2.patagonia.com
|
CT Log | Current | — | 8 | 2026-03-24T19:58:21 | Let's Encrypt |
staging-us2.patagonia.com
|
CT Log | Current | — | 8 | 2026-03-25T15:54:16 | Let's Encrypt |
stores.patagonia.com
|
CT Log | Current | — | 2 | 2025-10-02T00:00:00 | Sectigo Limited |
support.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
surfing-blog-europe.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-02T17:27:17 | Let's Encrypt |
surfing-blog-japan.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-03T22:27:16 | Let's Encrypt |
surfing-blog.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-18T14:27:31 | Let's Encrypt |
talent.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
tcl-jp.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-01T12:56:20 | Let's Encrypt |
tcl.patagonia.com
|
CT Log | Current | — | 2 | 2026-03-04T12:37:28 | Let's Encrypt |
test.patagonia.com
|
CT Log | Current | — | 3 | 2025-12-16T00:00:00 | DigiCert Inc |
trail-running-blog-europe.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-18T14:27:06 | Let's Encrypt |
trail-running-blog-japan.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-20T10:28:04 | Let's Encrypt |
trail-running-blog.patagonia.com
|
CT Log | Current | — | 6 | 2026-04-18T14:27:26 | Let's Encrypt |
training.patagonia.com
|
DNS | Current | — | 1 | 2025-09-15 | DigiCert Inc |
trk.actionworks-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-12-10T00:00:00 | Amazon |
trk.emea.patagonia.com
|
CT Log | Current | — | 2 | 2025-12-07T00:00:00 | Amazon |
trk.eu.patagonia.com
|
CT Log | Current | — | 1 | 2025-11-30T00:00:00 | Amazon |
trk.na.patagonia.com
|
CT Log | Current | — | 1 | 2025-11-30T00:00:00 | Amazon |
uslsvrt1.patagonia.com
|
CT Log | Current | — | 1 | 2026-03-10T00:00:00 | DigiCert Inc |
usrnowm1.patagonia.com
|
CT Log | Current | — | 1 | 2026-03-10T00:00:00 | DigiCert Inc |
view.email-actionworks.patagonia.com
|
CT Log | Current | — | 2 | 2026-02-03T00:00:00 | DigiCert Inc |
view.email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-06T00:00:00 | DigiCert Inc |
view.eu-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-05T00:00:00 | DigiCert Inc |
view.jp-email.patagonia.com
|
CT Log | Current | — | 2 | 2025-11-06T00:00:00 | DigiCert Inc |
wornwear.patagonia.com
|
CT Log | Current | — | 9 | 2026-04-20T08:53:34 | Let's Encrypt, Google Trust Services |
wornwearjapan.patagonia.com
|
CT Log | Current | — | 5 | 2026-04-19T04:27:42 | Let's Encrypt |
www.patagonia.com
|
CT Log | Current | — | 11 | 2026-04-13T22:06:40 | Let's Encrypt, DigiCert Inc |
DNS Evidence Diff Side-by-side comparison
40.78.19.250
40.78.19.250
v=DMARC1; p=none; rua=mailto:Reports.DMARC@patagonia.com
v=DMARC1; p=none; rua=mailto:Reports.DMARC@patagonia.com
20 patagonia-com.mail.protection.outlook.com.
20 patagonia-com.mail.protection.outlook.com.
ha1.markmonitor.zone.
ha1.markmonitor.zone.
ha2.markmonitor.zone.
ha2.markmonitor.zone.
ha3.markmonitor.zone.
ha3.markmonitor.zone.
ha4.markmonitor.zone.
ha4.markmonitor.zone.
ha1.markmonitor.zone. hostmaster.markmonitor.com. 2026042001 3600 600 604800 172800
ha1.markmonitor.zone. hostmaster.markmonitor.com. 2026042001 3600 600 604800 172800
00DA2000006HiNo=1TBA200000008s1
7F963B3B6BE2948D2233525932D3E7C3689E4501A03B4AE07BCBC81EAAFFB738
B3DF4AD3288D954530FAB876854DF70F6122A5B761425F3D293CAC96B542D649
ZOOM_verify_xf_VaYK0Rfy8ID8E6-0muw
adobe-idp-site-verification=0403b2ad-0cb1-4991-b487-b92e323e129e
amazonses:P94B+64/P2d8fF0tQAeXPITg8kHAf8vDw1HoMwOZOE4=
anthropic-domain-verification-pm4nn7=vsmXBd5uUIsrveKTzRYvsb2mo
apple-domain-verification=OHJ6GgcjdZ25JLfv
apple-domain-verification=YLl9xBiufX0i4jlPJsgEdgK7dvx9TvdU-CTn_qrKYRg
atlassian-domain-verification=cyLuEbYEHOc8WCVIwV2p5ISVxlZjUCttorsktv8Z9GKEb1GWTrqdDODHPmd2BIDu
atlassian-sending-domain-verification=4ea43bbb-7f41-4ea2-a837-16f2f9ff296f
docker-verification=f9447b03-e765-480b-94bb-cc02c69643fe
docusign=20df15bb-437d-44f9-a5e0-5d1f7f594008
docusign=788c695d-756e-4fc5-b186-1bec3d365594
google-site-verification=XbrRE3XS_PCqziGiZzEhm3ruW1q5rcVEwy4SdXzfGgc
google-site-verification=p7j6A-QzLTnzczXccmS_-yvSi2pKrWeIqz7oh-ayAAI
jamf-site-verification=sPOX_ylYYYapxx2D-wDzoQ
klaviyo-site-verification=LCsiXc
klaviyo-site-verification=QWPkcC
klaviyo-site-verification=R5nahS
klaviyo-site-verification=ResBLx
klaviyo-site-verification=U9u3Ce
klaviyo-site-verification=V9jUQR
klaviyo-site-verification=X4VMXR
klaviyo-site-verification=XUvmHz
klaviyo-site-verification=XV67QX
klaviyo-site-verification=XeUwAB
klaviyo-site-verification=YgU9me
lDH5Pvmg5oXzMZxCUX4hb/gjh0RQbRHv79o1KmMSgtFMct4C7NBmEZn2QO+H7Lp2o7TqQgTWsaCq1pJgji4vTw==
logmein-verification-code=6695d73b-237d-450c-9409-25e3d8c72228
mandrill_verify.nt4SdjH_hJnqMhIReoaR4A
miro-verification=a7e809122016f767f3409426152e4c9c8db16e45
nice.demo-9efb53b34600019@incontactemail.com
openai-domain-verification=dv-j8yN7YahiONx3eno1ZF1iwOs
patrootrediectprod.azurewebsites.net
shopify-verification-code=cvhEj0HmL80vFCoN1OJYqBOpwANKAg
v=spf1 ip4:216.245.185.197/32 ip4:20.66.44.240/30 ip4:98.152.10.66/32 ip4:151.106.133.162/32 include:spf.protection.outlook.com include:smp.ne.jp include:_spf2.patagonia.com include:_spf.salesforce.com a:production.na02.patagonia.demandware.net ~all
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.
eea1819dfa3e8aa17679b792d51c69705245320252d768ad73a21461a3bcc6ee3fcbf359b54126c2c8a0ce2f0787cade4cc651b7a7fd532b4d14e346d242b5ba
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-patagonia.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-patagonia.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-patagonia.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-patagonia.com.json
.sha3 file or the checksum API at /api/analysis/15886/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 patagonia.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 patagonia.com A
dig +noall +answer patagonia.com AAAA
dig +noall +answer patagonia.com MX
dig +noall +answer patagonia.com NS
dig +noall +answer patagonia.com TXT
Email Authentication
dig +short patagonia.com TXT | grep -i spf
dig +short _dmarc.patagonia.com TXT
dig +short cm._domainkey.patagonia.com TXT
dig +short dk._domainkey.patagonia.com TXT
dig +short s1._domainkey.patagonia.com TXT
dig +short s2._domainkey.patagonia.com TXT
dig +short salesforce._domainkey.patagonia.com TXT
dig +short selector1._domainkey.patagonia.com TXT
dig +short selector2._domainkey.patagonia.com TXT
Domain Security
dig +dnssec +noall +answer patagonia.com DNSKEY
dig +noall +answer patagonia.com DS
dig +dnssec +cd patagonia.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.patagonia-com.mail.protection.outlook.com TLSA
openssl s_client -starttls smtp -connect patagonia-com.mail.protection.outlook.com:25 -servername patagonia-com.mail.protection.outlook.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.patagonia.com TXT
curl -sL https://mta-sts.patagonia.com/.well-known/mta-sts.txt
dig +short _smtp._tls.patagonia.com TXT
Brand & Trust
dig +short default._bimi.patagonia.com TXT
dig +noall +answer patagonia.com CAA
DNS Records
dig +noall +answer patagonia.com HTTPS
Domain Security
dig +noall +answer patagonia.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/patagonia.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect patagonia-com.mail.protection.outlook.com:25 -servername patagonia-com.mail.protection.outlook.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.patagonia.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://patagonia.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://patagonia.com/llms.txt | head -5
curl -s https://patagonia.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 250.19.78.40.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 patagonia.com A
dig +noall +answer patagonia.com AAAA
dig +noall +answer patagonia.com MX
dig +noall +answer patagonia.com NS
dig +noall +answer patagonia.com TXT
Email Authentication
dig +short patagonia.com TXT | grep -i spf
dig +short _dmarc.patagonia.com TXT
dig +short cm._domainkey.patagonia.com TXT
dig +short dk._domainkey.patagonia.com TXT
dig +short s1._domainkey.patagonia.com TXT
dig +short s2._domainkey.patagonia.com TXT
dig +short salesforce._domainkey.patagonia.com TXT
dig +short selector1._domainkey.patagonia.com TXT
dig +short selector2._domainkey.patagonia.com TXT
Domain Security
dig +dnssec +noall +answer patagonia.com DNSKEY
dig +noall +answer patagonia.com DS
dig +dnssec +cd patagonia.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.patagonia-com.mail.protection.outlook.com TLSA
openssl s_client -starttls smtp -connect patagonia-com.mail.protection.outlook.com:25 -servername patagonia-com.mail.protection.outlook.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.patagonia.com TXT
curl -sL https://mta-sts.patagonia.com/.well-known/mta-sts.txt
dig +short _smtp._tls.patagonia.com TXT
Brand & Trust
dig +short default._bimi.patagonia.com TXT
dig +noall +answer patagonia.com CAA
DNS Records
dig +noall +answer patagonia.com HTTPS
Domain Security
dig +noall +answer patagonia.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/patagonia.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect patagonia-com.mail.protection.outlook.com:25 -servername patagonia-com.mail.protection.outlook.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.patagonia.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://patagonia.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://patagonia.com/llms.txt | head -5
curl -s https://patagonia.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 250.19.78.40.origin.asn.cymru.com TXT
