Skip to content

Hostname

zappos.com

Last fetched

zappos.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · zappos.comRouting diversity3.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint6.3/10canon.whisper.security/host/zappos.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.216.70.1618.216.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.139.132.673.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.228.192.15544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.151.4552.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:292
Organization
domain administrator
Contact emails

Subdomains

109 observed subdomains of zappos.com.

Web-graph footprint

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

10,855 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for zappos.com.

MechanismTarget
SPF_INCLUDEamazon.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEcust-spf.exacttarget.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf1.amazon.com
SPF_INCLUDEspf2.amazon.com
SPF_INCLUDEus._netblocks.mimecast.com
SPF_IP208.91.39.125/32
SPF_MXzappos.com

Related pages

Pivot deeper into the graph from zappos.com.

Cypher and MCP

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

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