Hostname
0-o.ca
Last fetched
0-o.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
0-o.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.51.55 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.59 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.68 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.138.51.8 | 108.138.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 65.8.180.114 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.180.20 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.180.75 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.180.99 | 65.8.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- one pixel off incorporated canada
- Contact emails
Subdomains
1 observed subdomain of 0-o.ca.
| Subdomain |
|---|
| www.0-o.ca |
Web-graph footprint
Distinct hostnames that link to or from 0-o.ca in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 0-o.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0-o.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.