Skip to content

Hostname

kj9.link

Last fetched

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

Nutrition Label

WHISPER CANON · kj9.linkRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/kj9.link

Resolution chain

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

IPPrefixASNOperatorCountry
18.238.49.10218.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.11918.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.7618.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.818.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.79.1253.162.78.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.162.79.1273.162.78.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.162.79.683.162.78.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.162.79.753.162.78.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.99.563.167.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.99.653.167.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.99.843.167.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.99.973.167.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from kj9.link.

Cypher and MCP

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

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