All hostnames api.pgs.io resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api.pgs.io Routing diversity 3.5/10 Peering density 9.4/10 MOAS conflict ✓ none Threat-feed listings 6.0/10 WHOIS transparency 0.0/10 Resolver footprint 8.5/10 canon.whisper.security/host/api.pgs.io Resolution chain api.pgs.io resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 108.156.85.103 108.156.84.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. US 108.156.85.107 108.156.84.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. US 108.156.85.126 108.156.84.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. US 108.156.85.58 108.156.84.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. US 18.66.112.5 18.66.112.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.66.112.60 18.66.112.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.66.112.71 18.66.112.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.66.112.93 18.66.112.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.171.214.107 3.171.212.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.171.214.29 3.171.212.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.171.214.54 3.171.212.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.171.214.97 3.171.212.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. DE 52.85.31.10 52.85.28.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.85.31.62 52.85.28.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.85.31.64 52.85.28.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.85.31.83 52.85.28.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with api.pgs.io in WhisperGraph.
Subdomains 1 observed subdomain of api.pgs.io.
Related pages Pivot deeper into the graph from api.pgs.io.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.pgs.io"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .