All hostnames api.segment.io resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api.segment.io Routing diversity 5.0/10 Peering density 9.3/10 MOAS conflict ✓ none Threat-feed listings 6.8/10 WHOIS transparency 0.0/10 Resolver footprint 8.3/10 canon.whisper.security/host/api.segment.io Resolution chain api.segment.io 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 100.21.127.115 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.208.116.103 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.163.39.42 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.166.10.37 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.228.97.117 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.231.35.67 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.232.164.14 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.236.186.200 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.240.160.10 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.246.57.203 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.13.185.92 52.12.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.13.54.113 52.12.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.26.210.209 52.24.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.27.39.229 52.24.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.32.165.214 52.32.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.185.248.173 54.184.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.214.144.241 54.214.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.32.86.246 52.32.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with api.segment.io in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from api.segment.io in the public web crawl.
545 sites link to this hostname.
Related pages Pivot deeper into the graph from api.segment.io.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.segment.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 .