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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 209.97.192.116 | 209.97.192.0/20 | AS912 | HUT8-EAST - Hut 8 Mining Corp. | CA |
| 216.223.125.148 | 216.223.64.0/18 | AS11522 | SUD-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
MX records
SPF policy
4 SPF mechanisms authorising senders for ca.kghm.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.223.79.52 |
| SPF_IP | 64.46.61.20 |
| SPF_IP | 64.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.