Skip to content

Hostname

ip-88.dsquared2.com

Last fetched

ip-88.dsquared2.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

WHISPER CANON · ip-88.dsquared2.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ip-88.dsquared2.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.33.153.10913.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.2113.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.4613.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.8713.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.173.154.12718.173.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.154.5718.173.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.154.618.173.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.154.7818.173.154.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with ip-88.dsquared2.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ip-88.dsquared2.com.

Cypher and MCP

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

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