Hostname
211.ca
Last fetched
211.ca resolves to 2 IPv4 addresses operated by GOOGLE - Google LLC in US. WHOIS lists registrar:go get canada domain registrar ltd. as the registrar.
Nutrition Label
Resolution chain
211.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 |
|---|---|---|---|---|
| 35.209.53.157 | 35.208.0.0/15 | AS15169 | GOOGLE - Google LLC | US |
| 67.210.173.241 | 67.210.160.0/20 | AS812 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
WHOIS identity
- Registrar
- registrar:go get canada domain registrar ltd.
- Organization
- paul totten
- Contact emails
Subdomains
17 observed subdomains of 211.ca.
Web-graph footprint
Distinct hostnames that link to or from 211.ca in the public web crawl.
304 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 211.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "211.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.