All hostnames t8d.link resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label WHISPER CANON · t8d.link Routing diversity 3.5/10 Peering density 9.3/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 3.3/10 Resolver footprint 4.6/10 canon.whisper.security/host/t8d.link Resolution chain t8d.link 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 13.32.241.27 13.32.241.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 13.32.241.54 13.32.241.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 13.32.241.72 13.32.241.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 13.32.241.87 13.32.241.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 18.155.107.32 18.155.106.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. IN 18.155.107.48 18.155.106.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. IN 18.155.107.59 18.155.106.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. IN 18.155.107.79 18.155.106.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.167.227.101 3.167.224.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.167.227.119 3.167.224.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.167.227.59 3.167.224.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.167.227.85 3.167.224.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.67.13.74 18.67.12.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.67.13.59 18.67.12.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.67.13.23 18.67.12.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE 18.67.13.35 18.67.12.0/23 AS16509 AMAZON-02 - Amazon.com, Inc. DE
WHOIS identity Registrar iana:468 Organization identity protection service Contact emails — Related pages Pivot deeper into the graph from t8d.link.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "t8d.link"})-[: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 .