All hostnames api.userway.org resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api.userway.org Routing diversity 6.5/10 Peering density 9.2/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 4.6/10 canon.whisper.security/host/api.userway.org Resolution chain api.userway.org resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 100.23.38.116 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 18.246.111.150 18.246.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.209.107.74 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.212.156.63 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.155.236.33 35.155.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.155.7.88 35.155.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.161.10.172 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.163.240.160 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.167.115.253 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.167.173.90 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.83.93.244 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.228.165.140 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.235.127.178 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.237.128.61 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.250.74.70 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.252.219.46 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.255.223.140 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.24.99.90 52.24.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.25.189.169 52.24.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.32.95.67 52.32.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with api.userway.org in WhisperGraph.
Subdomains 1 observed subdomain of api.userway.org.
Web-graph footprint Distinct hostnames that link to or from api.userway.org in the public web crawl.
138 sites link to this hostname.
Related pages Pivot deeper into the graph from api.userway.org.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.userway.org"})-[: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 .