Skip to content

Hostname

control.dev-sandbox.ymshub.com

Last fetched

control.dev-sandbox.ymshub.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · control.dev-sandbox.ymshub.comRouting diversity3.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/control.dev-sandbox.ymshub.com

Resolution chain

control.dev-sandbox.ymshub.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.59.165.19813.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.131.114.1933.131.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.131.60.1863.131.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.134.153.2233.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.148.4.413.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.149.79.393.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with control.dev-sandbox.ymshub.com in WhisperGraph.

Subdomains

1 observed subdomain of control.dev-sandbox.ymshub.com.

Threat posture

History

Related pages

Pivot deeper into the graph from control.dev-sandbox.ymshub.com.

Cypher and MCP

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

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