Skip to content

Hostname

d6k.link

Last fetched

d6k.link resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · d6k.linkRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/d6k.link

Resolution chain

d6k.link resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.227.192.1113.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.1813.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.5413.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.5513.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
18.64.211.7418.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.64.211.2318.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.64.211.4018.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.64.211.2718.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
52.84.118.2952.84.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.118.11752.84.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.118.9252.84.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.118.4852.84.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:468
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from d6k.link.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "d6k.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.