Skip to content

Hostname

client-data.sweet.io

Last fetched

client-data.sweet.io resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · client-data.sweet.ioRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/client-data.sweet.io

Resolution chain

client-data.sweet.io resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.130.167.123.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.133.72.743.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.6.174.233.12.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN
3.6.219.2093.12.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with client-data.sweet.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from client-data.sweet.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "client-data.sweet.io"})-[: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.