Skip to content

Hostname

lets.shop

Last fetched

lets.shop resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1659 as the registrar.

Nutrition Label

WHISPER CANON · lets.shopRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/lets.shop

Resolution chain

lets.shop resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.142.23108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.142.42108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.142.48108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.142.70108.157.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.244.214.12918.244.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.244.214.318.244.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.244.214.8618.244.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.244.214.9718.244.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.227.1013.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.1173.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.223.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.893.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:1659
Organization
Contact emails

Web-graph footprint

Distinct hostnames that link to or from lets.shop in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from lets.shop.

Cypher and MCP

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

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