Skip to content

Hostname

aces.proqio.com

Last fetched

aces.proqio.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · aces.proqio.comRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/aces.proqio.com

Resolution chain

aces.proqio.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.233.55.10013.232.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
18.161.125.11418.161.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.161.125.6018.161.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.161.125.7618.161.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.161.125.8518.161.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
52.66.60.21052.66.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.IN
65.1.40.10865.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with aces.proqio.com in WhisperGraph.

Subdomains

2 observed subdomains of aces.proqio.com.

Threat posture

History

Related pages

Pivot deeper into the graph from aces.proqio.com.

Cypher and MCP

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

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