Skip to content

Hostname

kwave.store

Last fetched

kwave.store resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:244 as the registrar.

Nutrition Label

WHISPER CANON · kwave.storeRouting diversity4.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/kwave.store

Resolution chain

kwave.store resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.124.102.13113.124.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
15.165.253.8815.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.34.112.233.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.36.169.1333.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.200.89.3143.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.211.5043.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.86.6343.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
52.79.57.17852.79.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:244
Organization
contact privacy inc. customer 0170062388
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from kwave.store.

Cypher and MCP

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

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