Skip to content

Hostname

mortimore.com

Last fetched

mortimore.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · mortimore.comRouting diversity4.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/mortimore.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.218.188.15134.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.223.152.1434.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.167.3.20835.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.80.199.23035.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
50.112.205.18150.112.192.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.106.19152.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.239.16754.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.68.85.4254.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
angela downey
Contact emails

Subdomains

2 observed subdomains of mortimore.com.

Web-graph footprint

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

5 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for mortimore.com.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from mortimore.com.

Cypher and MCP

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

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