Skip to content

Hostname

k8p.click

Last fetched

k8p.click 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 · k8p.clickRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/k8p.click

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.167.26108.138.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.167.28108.138.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.167.41108.138.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.167.78108.138.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.229.112108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.229.120108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.229.34108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.229.85108.157.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
13.227.192.12613.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.1413.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.5013.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.6513.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ

WHOIS identity

Registrar
iana:468
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from k8p.click.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "k8p.click"})-[: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.