Hostname
crypto-xchanger.ca
Last fetched
crypto-xchanger.ca resolves to 2 IPv4 addresses operated by RISQ-AS - Reseau d'Informations Scientifiques du Quebec (RISQ Inc.) in CA.
Nutrition Label
Resolution chain
crypto-xchanger.ca 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 |
|---|---|---|---|---|
| 206.167.240.50 | 206.167.240.0/24 | AS376 | RISQ-AS - Reseau d'Informations Scientifiques du Quebec (RISQ Inc.) | CA |
| 216.24.57.253 | 216.24.57.0/24 | AS397273 | RENDER - Render | US |
WHOIS identity
No WHOIS records are currently associated with crypto-xchanger.ca in WhisperGraph.
Subdomains
1 observed subdomain of crypto-xchanger.ca.
| Subdomain |
|---|
| www.crypto-xchanger.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for crypto-xchanger.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from crypto-xchanger.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crypto-xchanger.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.