Skip to main content

Engineer's DNS Intelligence Report

hortongroup.com
9 Feb 2026, 19:31 UTC · 24.2s ·v26.10.88 · SHA-3-512: 29b9✱✱✱✱ Verify
Recon ModeRecon Mode Snapshot Re-analyze New Domain
DNS Security & Trust Posture
Risk Level: PARTIAL
1 protocols configured, 6 not configured Why we go beyond letter grades
Suggested Scanner Configuration High Confidence
Based on 19 historical scans of this domain
Parameter Current Suggested Severity Rationale
timeout_seconds 5s 8s low Average scan duration is 54.7s, 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.
Email Spoofing
Partial
Brand Impersonation
Not Setup
DNS Tampering
Enterprise
Certificate Control
Open
Configured
DKIM (1 selector(s), 2048-bit)
Not Configured
DNSSEC (DNS response signing), DANE not available on Google Workspace — deploy MTA-STS as the recommended transport security alternative, CAA (certificate authority control), MTA-STS (email TLS policy), TLS-RPT (TLS delivery reporting), BIMI (brand logo in inboxes)
Priority Actions 5 total Achievable posture: STRONG
High Escalate DMARC from monitoring to enforcement

Change your DMARC policy from p=none to p=quarantine (then p=reject). Review your DMARC aggregate reports first to ensure legitimate senders pass authentication.

v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@yourdomain.com
Medium Deploy MTA-STS policy

Publish an MTA-STS DNS record and host a policy file at https://mta-sts.yourdomain.com/.well-known/mta-sts.txt. This tells senders to require TLS when delivering mail to your domain.

_mta-sts.yourdomain.com TXT "v=STSv1; id=20240101"
Low Add CAA records

Publish CAA DNS records to restrict which Certificate Authorities can issue TLS certificates for your domain. Specify your preferred CA (e.g., letsencrypt.org, digicert.com).

yourdomain.com CAA 0 issue "letsencrypt.org"
Low Add TLS-RPT reporting

Publish a TLS-RPT DNS record to receive reports about TLS delivery failures to your domain.

_smtp._tls.yourdomain.com TXT "v=TLSRPTv1; rua=mailto:tls-reports@yourdomain.com"
Low Enable DNSSEC

Enable DNSSEC at your DNS provider and add the DS record at your registrar. Many DNS providers (Cloudflare, Route 53, etc.) offer one-click DNSSEC activation.

Registrar (RDAP) LIVE
GoDaddy.com, LLC (Registrant: Registration Private)
Where domain was purchased
Email Service Provider
Google Workspace
Email: Enabled
Web Hosting
Amazon Route 53
Where website is hosted
DNS Hosting
Amazon Route 53 Enterprise
Where DNS records are edited
Email Security Methodology Can this domain be impersonated by email? Partially
Verdict: Partial email authentication configured - some spoofed messages may be delivered.

SPF Record RFC 7208 §4 Verified

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

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

v=spf1 include:_spf.google.com include:amazonses.com include:_spf.freshbooks.com include:spf.zoho.com include:transmail.net include:e2ma.net include:convertkit.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 has DMARC p=none (monitoring only). Enforcing quarantine or reject is recommended to gain real protection.
Legacy Record — Safe to Delete This is a Sender ID record (spf2.0/pra) from a Microsoft experiment circa 2006 that was never standardized. RFC 7208 §A explicitly deprecates it. No modern mail receiver processes this record. It is safe to delete.
spf2.0/pra include:amazonses.com include:_spf.google.com ~all

DMARC Policy RFC 7489 §6.3 Verified

Are spoofed emails rejected or quarantined? Monitoring only
Warning p=none

DMARC in monitoring mode (p=none) - spoofed mail still delivered, no enforcement

v=DMARC1; p=none; rua=mailto:dmarc@webservice.team
Policy p=none provides no protection - spoofed emails reach inboxes
Escalate DMARC from monitoring to enforcement: DMARC p=none only monitors — spoofed emails are still delivered to inboxes. Enforcement (quarantine/reject) is require...
v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@yourdomain.com
RFC 7489 Present — DMARC record published per RFC 7489 §6.3.
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 Verified

Are outbound emails cryptographically signed? Yes — verified
Found 2048-bit

Found DKIM for 1 selector(s) with strong keys (2048-bit)

google._domainkey Google Workspace 2048-bit
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDe4scR2mRBb2OVvPMIeNTkyDgJmISfv+yLWkjM5YwaTQrmwUI3MdQnVQfze+tNfuH9TFxh6HZrtZ+yBUTkzBCqEPwpu0X/yOeS5HMstnK8UFSd0PRLT/DKdTiE1apU4DRH6vZRT/KRF+r1xRzzJ0PbTn/K6gsUZDM4rkFjEYJEQIDAQAB
RFC 6376 Conformant — DKIM keys and signatures conform to RFC 6376 §3.6 (Internet Standard).
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 Verified

Can attackers downgrade SMTP to intercept mail? Not prevented
Warning

No valid MTA-STS record found

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

TLS-RPT RFC 8460 §3 Verified

Will failures in TLS delivery be reported? No reporting
Warning

No valid TLS-RPT record found


DANE / TLSA Verified Recon Methodology Can mail servers establish identity without a public CA? No
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 uses shared, multi-tenant MX infrastructure (aspmx.l.google.com) with certificate rotation. Google does not publish TLSA records for its MX hosts and does not allow customers to do so. Google also does not validate DANE/TLSA when sending outbound mail.

Recommended alternative: MTA-STS


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 has neither DANE nor MTA-STS. Since Google Workspace does not support inbound DANE, deploy MTA-STS (RFC 8461) to enforce TLS and protect against downgrade attacks.

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?
Verdict: No brand protection controls - attackers could obtain certificates or impersonate visually.

BIMI BIMI Spec Verified Warning

Is the brand identity verified and displayed in inboxes? No

No valid BIMI record found

CAA RFC 8659 §4 Verified Warning

Does this domain restrict who can issue TLS certificates? No

No CAA records found - any CA can issue certificates



Domain Security Methodology Can DNS responses be tampered with in transit?
Verdict: Delegation is verified but DNS responses are unsigned and could be spoofed.

DNSSEC RFC 4033 §2 Verified Unsigned

DNSSEC not configured - DNS responses are unsigned

Alternative Security: Amazon Route 53 provides enterprise-grade DNS with DDoS protection and monitoring.
Amazon Route 53 (enterprise DNS with DDoS protection)

NS Delegation Verified

4 nameserver(s) configured

Nameservers: ns-1316.awsdns-36.org ns-1771.awsdns-29.co.uk ns-441.awsdns-55.com ns-538.awsdns-03.net
Multi-Resolver Verification Recon: Consensus reached - 4 resolvers (Cloudflare, Google, Quad9, OpenDNS, DNS4EU) agree on DNS records
Traffic & Routing Where does this domain's traffic actually terminate?

AIPv4 Address

45.60.98.150
45.60.22.150
Where the domain points for web traffic

AAAAIPv6 Address

No AAAA records
IPv6 not configured

MXMail Servers

1 aspmx.l.google.com.
10 aspmx3.googlemail.com.
5 alt2.aspmx.l.google.com.
5 alt1.aspmx.l.google.com.
10 aspmx2.googlemail.com.
20 aspmx5.googlemail.com.
20 aspmx4.googlemail.com.
Priority + mail server for email delivery
Google Workspace

SRVServices

_sip._tls: www.hortongroup.com.
_sip._tls: czzuazy.sitelockcdn.net.
_autodiscover._tcp: www.hortongroup.com.
_autodiscover._tcp: czzuazy.sitelockcdn.net.
_carddavs._tcp: www.hortongroup.com.
_carddavs._tcp: czzuazy.sitelockcdn.net.
_caldavs._tcp: www.hortongroup.com.
_caldavs._tcp: czzuazy.sitelockcdn.net.
_xmpp-client._tcp: www.hortongroup.com.
_xmpp-client._tcp: czzuazy.sitelockcdn.net.
_imaps._tcp: www.hortongroup.com.
_imaps._tcp: czzuazy.sitelockcdn.net.
_submission._tcp: www.hortongroup.com.
_submission._tcp: czzuazy.sitelockcdn.net.
_sipfederationtls._tcp: www.hortongroup.com.
_sipfederationtls._tcp: czzuazy.sitelockcdn.net.
SIP, XMPP, or other service endpoints
Web: Reachable (2 IPv4, 0 IPv6) Mail: 7 servers Services: 16 endpoints
Subdomain Discovery RFC 6962 Recon LIVE What subdomains and infrastructure are exposed in certificate logs? Showing 0 of 1043 discovered
How did we find these?
Certificate Transparency Logs Unavailable The results below are from DNS probing only and may be significantly incomplete. CT logs typically reveal hundreds or thousands of additional subdomains via certificate issuance history (RFC 6962).
1024 certificates analyzed 1 current 1042 expired 1 CNAME Source: Certificate Transparency Logs + DNS Probing
Combines CT log certificates (RFC 6962) with DNS probing of common service names. Does not include internal-only names or uncommon subdomain prefixes.
Wildcard certificate detected: *.hortongroup.com Expired 0 cert
No explicit SANs found on wildcard certificates. Subdomains covered by this wildcard won't appear individually in CT logs (RFC 6962).
DNS probing and CNAME chain traversal were used to discover additional subdomains below.
Subdomain Source Status Provider / CNAME Certificates First Seen Issuer(s)
calendar.hortongroup.com DNS Current ghs.google.com 0
mail.americansilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.chicagosilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.coloradosilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.lasvegassilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.miamisilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.newyorksilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdisco-co.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdisco-us.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscoatlanta-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscocalifornia-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscocharlotte-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscoevents-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscoflorida-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscogear-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdiscotexas-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentfitnessevents-com.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
mail.silentparty-co.silentdomains.wp3.hortongroup.com CT Log Expired 84 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.americansilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.chicagosilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.coloradosilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.lasvegassilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.miamisilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.newyorksilentdisco-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdisco-co.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdisco-us.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscoatlanta-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscocalifornia-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscocharlotte-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscodanceparty-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscoevents-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscoflorida-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscogear-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdisconeworleans-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdiscotexas-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentfitnessevents-com.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
www.silentparty-co.silentdomains.wp3.hortongroup.com CT Log Expired 83 2016-11-16 "cPanel, Let's Encrypt Authority X3
webmail.silentdomains.wp3.hortongroup.com CT Log Expired 73 2018-05-16 Let's Encrypt Authority X3
www.training.hortongroup.com CT Log Expired 22 2016-10-17 Let's Encrypt Authority X3
pay.hortongroup.com CT Log Expired 20 2016-10-16 Let's Encrypt Authority X3
www.pay.hortongroup.com CT Log Expired 20 2016-10-16 Let's Encrypt Authority X3
mail.liberty-old.wp3.hortongroup.com CT Log Expired 12 2017-02-05 Let's Encrypt Authority X3
mail.silent.wp3.hortongroup.com CT Log Expired 12 2017-02-02 Let's Encrypt Authority X3
mail.sundayschool.wp1.hortongroup.com CT Log Expired 12 2016-12-09 "cPanel, Let's Encrypt Authority X3
mail.water-squarespace.wp4.hortongroup.com CT Log Expired 12 2017-01-03 Let's Encrypt Authority X3
www.liberty-old.wp3.hortongroup.com CT Log Expired 12 2017-02-05 Let's Encrypt Authority X3
www.silent.wp3.hortongroup.com CT Log Expired 12 2017-02-02 Let's Encrypt Authority X3
www.sundayschool.wp1.hortongroup.com CT Log Expired 12 2016-12-09 "cPanel, Let's Encrypt Authority X3
www.water-squarespace.wp4.hortongroup.com CT Log Expired 12 2017-01-03 Let's Encrypt Authority X3
mail.htmlsites.d7.hortongroup.com CT Log Expired 11 2017-02-23 Let's Encrypt Authority X3
mail.sumner.wp1.hortongroup.com CT Log Expired 11 2017-02-22 Let's Encrypt Authority X3
www.htmlsites.d7.hortongroup.com CT Log Expired 11 2017-02-23 Let's Encrypt Authority X3
www.sumner.wp1.hortongroup.com CT Log Expired 11 2017-02-22 Let's Encrypt Authority X3
mail.build.fl1.hortongroup.com CT Log Expired 10 2016-11-23 "cPanel, Let's Encrypt Authority X3
mail.liberty.wp3.hortongroup.com CT Log Expired 10 2017-02-23 Let's Encrypt Authority X3
mail.silentdiscodanceparty-com.silentdomains.wp3.hortongroup.com CT Log Expired 10 2016-11-16 "cPanel, Let's Encrypt Authority X3
webmail.htmlsites.d7.hortongroup.com CT Log Expired 10 2017-04-20 Let's Encrypt Authority X3
webmail.liberty-old.wp3.hortongroup.com CT Log Expired 10 2017-04-14 Let's Encrypt Authority X3
webmail.silent.wp3.hortongroup.com CT Log Expired 10 2017-04-15 Let's Encrypt Authority X3
webmail.sundayschool.wp1.hortongroup.com CT Log Expired 10 2017-04-13 Let's Encrypt Authority X3
webmail.water-squarespace.wp4.hortongroup.com CT Log Expired 10 2017-04-12 Let's Encrypt Authority X3
www.build.fl1.hortongroup.com CT Log Expired 10 2016-11-23 "cPanel, Let's Encrypt Authority X3
www.liberty.wp3.hortongroup.com CT Log Expired 10 2017-02-23 Let's Encrypt Authority X3
mail.nai.wp2.hortongroup.com CT Log Expired 9 2017-01-26 Let's Encrypt Authority X3
mail.nosweat.wp4.hortongroup.com CT Log Expired 9 2017-05-30 Let's Encrypt Authority X3
mail.reit.d7.hortongroup.com CT Log Expired 9 2017-08-03 Let's Encrypt Authority X3
mail.silentevents.wp3.hortongroup.com CT Log Expired 9 2017-06-02 Let's Encrypt Authority X3
mail.skw.d8.hortongroup.com CT Log Expired 9 2017-04-28 "cPanel, Let's Encrypt Authority X3
webmail.silentevents.wp3.hortongroup.com CT Log Expired 9 2017-06-02 Let's Encrypt Authority X3
webmail.skw.d8.hortongroup.com CT Log Expired 9 2017-04-28 "cPanel, Let's Encrypt Authority X3
www.nai.wp2.hortongroup.com CT Log Expired 9 2017-01-26 Let's Encrypt Authority X3
www.nosweat.wp4.hortongroup.com CT Log Expired 9 2017-05-30 Let's Encrypt Authority X3
www.reit.d7.hortongroup.com CT Log Expired 9 2017-08-03 Let's Encrypt Authority X3
www.silentevents.wp3.hortongroup.com CT Log Expired 9 2017-06-02 Let's Encrypt Authority X3
www.skw.d8.hortongroup.com CT Log Expired 9 2017-04-28 "cPanel, Let's Encrypt Authority X3
mail.amazing-athletes.wp2.hortongroup.com CT Log Expired 8 2017-07-21 "cPanel, Let's Encrypt Authority X3
mail.bowdoin.wp4.hortongroup.com CT Log Expired 8 2017-08-08 Let's Encrypt Authority X3
mail.gouldturner.wp4.hortongroup.com CT Log Expired 8 2017-07-05 Let's Encrypt Authority X3
mail.landfund.wp3.hortongroup.com CT Log Expired 8 2017-07-03 Let's Encrypt Authority X3
mail.moms.wp5.hortongroup.com CT Log Expired 8 2017-01-02 Let's Encrypt Authority X3
mail.root.wp3.hortongroup.com CT Log Expired 8 2017-08-22 Let's Encrypt Authority X3
mail.sundayschool.wp4.hortongroup.com CT Log Expired 8 2017-05-17 Let's Encrypt Authority X3
mail.uspest.wp4.hortongroup.com CT Log Expired 8 2017-05-04 Let's Encrypt Authority X3
webmail.amazing-athletes.wp2.hortongroup.com CT Log Expired 8 2017-07-21 "cPanel, Let's Encrypt Authority X3
webmail.bowdoin.wp4.hortongroup.com CT Log Expired 8 2017-08-08 Let's Encrypt Authority X3
webmail.landfund.wp3.hortongroup.com CT Log Expired 8 2017-07-03 Let's Encrypt Authority X3
webmail.root.wp3.hortongroup.com CT Log Expired 8 2017-08-22 Let's Encrypt Authority X3
webmail.sundayschool.wp4.hortongroup.com CT Log Expired 8 2017-05-17 Let's Encrypt Authority X3
webmail.uspest.wp4.hortongroup.com CT Log Expired 8 2017-05-04 Let's Encrypt Authority X3
www.amazing-athletes.wp2.hortongroup.com CT Log Expired 8 2017-07-21 "cPanel, Let's Encrypt Authority X3
www.bowdoin.wp4.hortongroup.com CT Log Expired 8 2017-08-08 Let's Encrypt Authority X3
www.gouldturner.wp4.hortongroup.com CT Log Expired 8 2017-07-05 Let's Encrypt Authority X3
www.landfund.wp3.hortongroup.com CT Log Expired 8 2017-07-03 Let's Encrypt Authority X3
www.moms.wp5.hortongroup.com CT Log Expired 8 2017-01-02 Let's Encrypt Authority X3
www.root.wp3.hortongroup.com CT Log Expired 8 2017-08-22 Let's Encrypt Authority X3
www.sundayschool.wp4.hortongroup.com CT Log Expired 8 2017-05-17 Let's Encrypt Authority X3
www.uspest.wp4.hortongroup.com CT Log Expired 8 2017-05-04 Let's Encrypt Authority X3
mail.amazing.wp4.hortongroup.com CT Log Expired 7 2017-10-30 Let's Encrypt Authority X3
Showing 100 of 1043 discovered subdomains, curated by security relevance. Multiple cooperative discovery methods — including CT logs (RFC 6962), DNS probing, and CNAME chain traversal — feed into a unified view. Well-known service names (mail, vpn, api, sso, admin, etc.), DNS-resolving hosts, and subdomains with the most certificate activity are prioritized. 1042 expired-certificate-only subdomains included where relevant. Export Full Recon (CSV)
Δ No Propagation Issues: All DNS records are synchronized between resolver and authoritative nameserver.
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 2 / 0 records
45.60.98.150
45.60.22.150
AAAA 0 / 0 records
No records
No records
CAA RFC 8659 §4 0 / 0 records
No records
No records
DMARC _dmarc.hortongroup.com RFC 7489 §6.3 1 / 0 records
v=DMARC1; p=none; rua=mailto:dmarc@webservice.team
MTA-STS _mta-sts.hortongroup.com RFC 8461 §3 0 / 0 records
No records
No records
MX RFC 5321 7 / 0 records
1 aspmx.l.google.com.
10 aspmx3.googlemail.com.
5 alt2.aspmx.l.google.com.
5 alt1.aspmx.l.google.com.
10 aspmx2.googlemail.com.
20 aspmx5.googlemail.com.
20 aspmx4.googlemail.com.
NS RFC 1035 4 / 0 records
ns-441.awsdns-55.com.
ns-1771.awsdns-29.co.uk.
ns-1316.awsdns-36.org.
ns-538.awsdns-03.net.
SOA RFC 1035 1 / 0 records
ns-538.awsdns-03.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
TLS-RPT _smtp._tls.hortongroup.com RFC 8460 §3 0 / 0 records
No records
No records
TXT RFC 7208 §4 4 / 0 records
spf2.0/pra include:amazonses.com include:_spf.google.com ~all
google-site-verification=gOXnVO7ompZeIHTRM4EAV5IHIPK5tcdSqDkjbrw41p0
v=spf1 include:_spf.google.com include:amazonses.com include:_spf.freshbooks.com include:spf.zoho.com include:transmail.net include:e2ma.net include:convertkit.com ~all
globalsign-domain-verification=B058DD7C6C683334EDA3EFD332A65B9B
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.

Subdomain curation: 1043 subdomains were discovered — the most security-relevant are displayed, prioritized by: well-known service names (mail, vpn, api, sso, admin, etc.), DNS-resolving hosts, and subdomains with the most certificate activity. CNAME chain resolution and provider identification run on the curated set for accuracy. The complete list is available via CSV export.

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.

29b9fb05db35001cc26b54e8f8eb92298f5006f51bad12a1e23e8288d9cc1cfbd426809c66ceba2971b04b01b70a70820efecf4982746497b4fac3eeabb14d0f
Evaluations reference 12 RFCs. Methods are reproducible using the verification commands provided. Results reflect DNS state at 9 Feb 2026, 19:31 UTC.

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-hortongroup.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-hortongroup.com.json
Python 3 (cross-platform)
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-hortongroup.com.json','rb').read()).hexdigest())"
sha3sum (coreutils 9+)
sha3sum -a 512 dns-intelligence-hortongroup.com.json
Compare the output against the .sha3 file or the checksum API at /api/analysis/475/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 hortongroup.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 hortongroup.com A
Query AAAA records (IPv6) RFC 1035
dig +noall +answer hortongroup.com AAAA
Query MX records (mail servers) RFC 1035
dig +noall +answer hortongroup.com MX
Query NS records (nameservers) RFC 1035
dig +noall +answer hortongroup.com NS
Query TXT records RFC 1035
dig +noall +answer hortongroup.com TXT

Email Authentication

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

Domain Security

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

Transport Security

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

Brand & Trust

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

DNS Records

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

Domain Security

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

Infrastructure Intelligence

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

Transport Security

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

Infrastructure Intelligence

Search Certificate Transparency logs RFC 6962
curl -s 'https://crt.sh/?q=%25.hortongroup.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://hortongroup.com/.well-known/security.txt | head -20

AI Surface

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

Infrastructure Intelligence

ASN lookup for 45.60.98.150 (Team Cymru)
dig +short 150.98.60.45.origin.asn.cymru.com TXT
ASN lookup for 45.60.22.150 (Team Cymru)
dig +short 150.22.60.45.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 Verified · 9/9 Evaluated
How confident are these results? Each protocol is independently verified against RFC standards. No self-awarded badges.
SPF
Verified 4877 runs
DKIM
Verified 4695 runs
DMARC
Verified 4860 runs
DANE/TLSA
Verified 4679 runs
DNSSEC
Verified 4858 runs
BIMI
Verified 4694 runs
MTA-STS
Verified 4697 runs
TLS-RPT
Verified 4699 runs
CAA
Verified 4691 runs
Maturity: Development Verified Consistent Gold Gold Master
Running Multi-Source Intelligence Audit

hortongroup.com

0s
DNS records — Cloudflare, Google, Quad9, OpenDNS, DNS4EU
Email auth — SPF, DMARC, DKIM selectors
DNSSEC chain of trust & DANE/TLSA
Certificate Transparency & subdomain discovery
SMTP transport & STARTTLS verification
MTA-STS, TLS-RPT, BIMI, CAA
Registrar & infrastructure analysis
Intelligence Classification & Interpretation

Every result includes terminal commands you can run to independently verify the underlying data. No proprietary magic.