Skip to content

Hostname

sandbox.entitymgmt.com

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.172.4.3118.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
18.172.4.6118.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
18.172.4.8518.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
18.172.4.8618.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
3.175.179.113.175.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE
3.175.179.1263.175.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE
3.175.179.1283.175.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE
3.175.179.733.175.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KE

WHOIS identity

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

Subdomains

1 observed subdomain of sandbox.entitymgmt.com.

Threat posture

History

Related pages

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

Cypher and MCP

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

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