Hostname
bloch.ca
Last fetched
bloch.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
bloch.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 |
|---|---|---|---|---|
| 3.170.131.100 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.25 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.61 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.92 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.65.126 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.23 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.38 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.6 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of bloch.ca.
| Subdomain |
|---|
| www.bloch.ca |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from bloch.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bloch.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.