Skip to content

Hostname

mail.hello-square.com

Last fetched

mail.hello-square.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.

Nutrition Label

WHISPER CANON · mail.hello-square.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.hello-square.com

Resolution chain

mail.hello-square.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.169.16.13520.160.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
66.135.19.2266.135.0.0/19AS20473AS-VULTR - The Constant Company, LLCUS

WHOIS identity

No WHOIS records are currently associated with mail.hello-square.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for mail.hello-square.com.

MechanismTarget
SPF_Amail.hello-square.com
SPF_IP141.95.173.5
SPF_IP149.202.72.18
SPF_IP20.163.57.246
SPF_IP20.169.16.135
SPF_IP4.155.255.0
SPF_IP45.76.12.234
SPF_IP94.23.162.234
SPF_MXmail.hello-square.com

Related pages

Pivot deeper into the graph from mail.hello-square.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.hello-square.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.