Skip to content

Hostname

ca.kghm.com

Last fetched

ca.kghm.com resolves to 2 IPv4 addresses operated by HUT8-EAST - Hut 8 Mining Corp. in CA.

Nutrition Label

WHISPER CANON · ca.kghm.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ca.kghm.com

Resolution chain

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

IPPrefixASNOperatorCountry
209.97.192.116209.97.192.0/20AS912HUT8-EAST - Hut 8 Mining Corp.CA
216.223.125.148216.223.64.0/18AS11522SUD-WIREDAS - Greater Sudbury Telecommunications Inc.CA

WHOIS identity

No WHOIS records are currently associated with ca.kghm.com in WhisperGraph.

Subdomains

20 observed subdomains of ca.kghm.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for ca.kghm.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP216.223.79.52
SPF_IP64.46.61.20
SPF_IP64.46.61.28

Related pages

Pivot deeper into the graph from ca.kghm.com.

Cypher and MCP

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

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