Skip to content

Hostname

mail.compas.ca

Last fetched

mail.compas.ca resolves to 1 IPv4 address operated by HUT8-EAST - Hut 8 Mining Corp. in CA.

Nutrition Label

WHISPER CANON · mail.compas.caRouting diversity1.5/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/mail.compas.ca

Resolution chain

mail.compas.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
199.68.177.41199.68.176.0/22AS912HUT8-EAST - Hut 8 Mining Corp.CA

WHOIS identity

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

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for mail.compas.ca.

MechanismTarget
SPF_Amail.compas.ca
SPF_IP199.68.177.110
SPF_IP199.68.177.41
SPF_IP199.68.181.3
SPF_MXmail.compas.ca

Related pages

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

Cypher and MCP

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

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