Skip to content

Hostname

live-data.stage.aio.zone

Last fetched

live-data.stage.aio.zone resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · live-data.stage.aio.zoneRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/live-data.stage.aio.zone

Resolution chain

live-data.stage.aio.zone resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.224.125.10813.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.3713.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.9413.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.9913.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.181.2018.160.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.181.2818.160.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.181.8918.160.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.181.9218.160.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.86.159.3299.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.5799.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.6799.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.7999.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT

WHOIS identity

No WHOIS records are currently associated with live-data.stage.aio.zone in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from live-data.stage.aio.zone.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "live-data.stage.aio.zone"})-[: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.