Hostname
ark3ds.ca
Last fetched
ark3ds.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PE.
Nutrition Label
Resolution chain
ark3ds.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.175.45.18 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.36 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.45 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.65 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.120 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.33 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.65 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.66 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
WHOIS identity
No WHOIS records are currently associated with ark3ds.ca in WhisperGraph.
Subdomains
1 observed subdomain of ark3ds.ca.
| Subdomain |
|---|
| www.ark3ds.ca |
Threat posture
History
Related pages
Pivot deeper into the graph from ark3ds.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ark3ds.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.