Skip to content

Hostname

mail.alexthemover.ca

Last fetched

mail.alexthemover.ca resolves to 2 IPv4 addresses operated by IWEB-AS - Leaseweb Canada Inc. in CA.

Nutrition Label

WHISPER CANON · mail.alexthemover.caRouting diversity2.4/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/mail.alexthemover.ca

Resolution chain

mail.alexthemover.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
184.107.178.165184.144.16.0/24AS32613IWEB-AS - Leaseweb Canada Inc.CA
192.185.48.200192.185.192.0/21AS19871NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLCUS

WHOIS identity

No WHOIS records are currently associated with mail.alexthemover.ca in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for mail.alexthemover.ca.

MechanismTarget
SPF_Amail.alexthemover.ca
SPF_IP184.107.178.165
SPF_MXmail.alexthemover.ca

Related pages

Pivot deeper into the graph from mail.alexthemover.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.alexthemover.ca"})-[: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.