Skip to content

Hostname

mapquest.ca

Last fetched

mapquest.ca resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:centralnic canada inc as the registrar.

Nutrition Label

WHISPER CANON · mapquest.caRouting diversity4.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/mapquest.ca

Resolution chain

mapquest.ca resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.189.1100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.209.200.20418.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.227.130.583.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.20.74.6852.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.62.18852.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
13.219.2.12713.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:centralnic canada inc
Organization
mapquest, inc. - tma-586287
Contact emails

Subdomains

1 observed subdomain of mapquest.ca.

Web-graph footprint

Distinct hostnames that link to or from mapquest.ca in the public web crawl.

247 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from mapquest.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mapquest.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.