Skip to content

Hostname

es.mapmyrun.com

Last fetched

es.mapmyrun.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CO.

Nutrition Label

WHISPER CANON · es.mapmyrun.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.6/10canon.whisper.security/host/es.mapmyrun.com

Resolution chain

es.mapmyrun.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.163.60.1063.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.163.60.273.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.163.60.373.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.163.60.453.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.174.83.1083.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.83.163.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.83.513.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.83.623.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with es.mapmyrun.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from es.mapmyrun.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for es.mapmyrun.com.

MechanismTarget
SPF_INCLUDE4566937.spf07.hubspotemail.net
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from es.mapmyrun.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "es.mapmyrun.com"})-[: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.