Skip to content

Hostname

ckzy3.com

Last fetched

ckzy3.com resolves to 11 IPv4 addresses operated by PEG-SV - PEG TECH INC in CN.

Nutrition Label

WHISPER CANON · ckzy3.comRouting diversity4.5/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ckzy3.com

Resolution chain

ckzy3.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
142.4.123.3142.4.96.0/19AS54600PEG-SV - PEG TECH INCCN
142.4.123.37142.4.96.0/19AS54600PEG-SV - PEG TECH INCCN
107.148.207.25107.148.206.0/23AS54600PEG-SV - PEG TECH INCUS
137.175.2.193137.175.2.0/24AS54600PEG-SV - PEG TECH INCUS
107.148.202.65107.148.202.0/23AS54600PEG-SV - PEG TECH INCUS
137.175.31.73137.175.31.0/24AS54600PEG-SV - PEG TECH INCUS
173.231.21.26173.231.0.0/18AS18450WEBNX - WebNX, Inc.US
173.231.21.28173.231.0.0/18AS18450WEBNX - WebNX, Inc.US
173.231.21.29173.231.0.0/18AS18450WEBNX - WebNX, Inc.US
173.231.21.27173.231.0.0/18AS18450WEBNX - WebNX, Inc.US
216.158.74.130216.158.64.0/19AS18450WEBNX - WebNX, Inc.US

WHOIS identity

No WHOIS records are currently associated with ckzy3.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ckzy3.com.

Cypher and MCP

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

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