Skip to content

Hostname

t8d.link

Last fetched

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.linkRouting diversity3.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.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.

IPPrefixASNOperatorCountry
13.32.241.2713.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.5413.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.7213.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.8713.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.155.107.3218.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.107.4818.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.107.5918.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.107.7918.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
3.167.227.1013.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.1193.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.593.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.853.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.7418.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.5918.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.2318.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.13.3518.67.12.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Threat posture

History

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.