Skip to content

Hostname

mail.honorwindow.com

Last fetched

mail.honorwindow.com resolves to 3 IPv4 addresses operated by EXPEDIENT - Expedient in US.

Nutrition Label

WHISPER CANON · mail.honorwindow.comRouting diversity3.0/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/mail.honorwindow.com

Resolution chain

mail.honorwindow.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
216.37.42.103216.37.0.0/18AS17054EXPEDIENT - ExpedientUS
31.43.160.631.43.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.NL
31.43.161.631.43.161.0/24AS16509AMAZON-02 - Amazon.com, Inc.NL

WHOIS identity

No WHOIS records are currently associated with mail.honorwindow.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

8 SPF mechanisms authorising senders for mail.honorwindow.com.

MechanismTarget
SPF_Amail.honorwindow.com
SPF_INCLUDEamazonses.com
SPF_INCLUDErelay.mailchannels.net
SPF_IP216.37.42.103
SPF_IP216.37.42.35
SPF_IP23.89.204.190
SPF_IP69.50.229.162
SPF_MXmail.honorwindow.com

Related pages

Pivot deeper into the graph from mail.honorwindow.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mail.honorwindow.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.