Skip to content

Hostname

sandbox.gradientj.com

Last fetched

sandbox.gradientj.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.33.235.12913.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.2313.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.6513.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.813.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.170.221.203.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.233.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.633.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.703.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with sandbox.gradientj.com in WhisperGraph.

Subdomains

1 observed subdomain of sandbox.gradientj.com.

Threat posture

History

Related pages

Pivot deeper into the graph from sandbox.gradientj.com.

Cypher and MCP

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

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