Hostname
inspect.ca
Last fetched
inspect.ca resolves to 1 IPv4 address operated by SHOPIFYASN2 - Shopify, Inc. in US. WHOIS lists registrar:easydns technologies inc. as the registrar.
Nutrition Label
Resolution chain
inspect.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.160.159.110 | 108.160.156.0/22 | AS63410 | SHOPIFYASN2 - Shopify, Inc. | US |
WHOIS identity
- Registrar
- registrar:easydns technologies inc.
- Organization
- —
- Contact emails
- —
Subdomains
23 observed subdomains of inspect.ca.
Showing 15 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from inspect.ca in the public web crawl.
21 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for inspect.ca.
| Mechanism | Target |
|---|---|
| SPF_A | inspect.ca |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 173.209.39.18 |
| SPF_MX | inspect.ca |
Related pages
Pivot deeper into the graph from inspect.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inspect.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.