Hostname
chowns.ca
Last fetched
chowns.ca resolves to 6 IPv4 addresses operated by AS63949 in IN. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
chowns.ca resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 170.187.252.224 | 170.187.248.0/21 | AS63949 | — | IN |
| 172.105.19.241 | 172.105.0.0/19 | AS63949 | — | CA |
| 172.234.239.102 | 172.234.224.0/19 | AS63949 | — | US |
| 176.58.116.90 | 176.58.96.0/19 | AS63949 | — | GB |
| 199.204.213.75 | 199.204.213.0/24 | AS812 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
| 23.239.2.120 | 23.239.0.0/21 | AS63949 | — | US |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of chowns.ca.
| Subdomain |
|---|
| dev.chowns.ca |
| dnstest.chowns.ca |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from chowns.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chowns.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.