Hostname
maps.abmi.ca
Last fetched
maps.abmi.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.
Nutrition Label
Resolution chain
maps.abmi.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 |
|---|---|---|---|---|
| 18.239.208.21 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 18.239.208.24 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 18.239.208.28 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 18.239.208.90 | 18.239.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 3.162.199.116 | 3.162.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.199.33 | 3.162.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.199.39 | 3.162.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.199.57 | 3.162.198.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
WHOIS identity
No WHOIS records are currently associated with maps.abmi.ca in WhisperGraph.
Subdomains
2 observed subdomains of maps.abmi.ca.
Web-graph footprint
Distinct hostnames that link to or from maps.abmi.ca in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from maps.abmi.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "maps.abmi.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.