Skip to content

Hostname

checkout.dsquared2.com

Last fetched

checkout.dsquared2.com resolves to 4 IPv4 addresses operated by SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. in IT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
79.140.95.15379.140.80.0/20AS6762SEABONE-NET TELECOM ITALIA SPARKLE S.p.A.IT
79.140.95.17179.140.80.0/20AS6762SEABONE-NET TELECOM ITALIA SPARKLE S.p.A.IT
95.100.252.16995.100.252.0/24AS20940AKAMAI-ASN1FR
95.100.252.17995.100.252.0/24AS20940AKAMAI-ASN1FR

WHOIS identity

No WHOIS records are currently associated with checkout.dsquared2.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from checkout.dsquared2.com.

Cypher and MCP

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

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