Skip to content

Hostname

demo-api.aglide.com

Last fetched

demo-api.aglide.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · demo-api.aglide.comRouting diversity5.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/demo-api.aglide.com

Resolution chain

demo-api.aglide.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.52.160.3413.52.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
13.57.90.13413.57.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.228.74.6718.228.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
184.169.255.245184.169.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
52.53.146.13552.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.183.128.8954.183.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.193.106.7154.193.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.233.68.654.233.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.114.5656.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.135.24956.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR
56.125.36.10556.125.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with demo-api.aglide.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from demo-api.aglide.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "demo-api.aglide.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.