All hostnames api.samplicio.us resolves to 18 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api.samplicio.us Routing diversity 6.0/10 Peering density 9.7/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.samplicio.us Resolution chain api.samplicio.us resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 13.218.254.40 13.216.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 3.65.160.156 3.64.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. DE 34.192.204.68 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.196.185.244 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.200.83.111 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.231.80.174 34.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 44.208.69.254 44.192.0.0/11 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.22.202.129 52.20.0.0/14 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.28.50.10 52.28.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. DE 54.152.162.40 54.152.0.0/16 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.88.160.188 54.88.0.0/16 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.90.34.114 54.90.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 63.178.207.80 63.176.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 75.101.192.92 75.101.128.0/17 AS14618 AMAZON-AES - Amazon.com, Inc. US 98.87.37.87 98.80.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 63.182.239.29 63.180.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 63.184.144.11 63.184.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 63.182.243.105 63.180.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE
WHOIS identity No WHOIS records are currently associated with api.samplicio.us in WhisperGraph.
Related pages Pivot deeper into the graph from api.samplicio.us.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.samplicio.us"})-[: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 .