Skip to content

Hostname

api.dream-test.devops.games

Last fetched

api.dream-test.devops.games resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · api.dream-test.devops.gamesRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.dream-test.devops.games

Resolution chain

api.dream-test.devops.games resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.55.204.10713.54.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
16.176.248.21216.176.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
3.24.230.1303.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
52.62.107.14452.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
52.62.227.22452.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
52.63.231.19952.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
54.206.130.21254.206.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.252.112.19154.252.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.79.152.6854.79.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with api.dream-test.devops.games in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.dream-test.devops.games.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.dream-test.devops.games"})-[: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.