Skip to content

Hostname

a.ak-kk.com

Last fetched

a.ak-kk.com resolves to 11 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in HK.

Nutrition Label

WHISPER CANON · a.ak-kk.comRouting diversity3.0/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/a.ak-kk.com

Resolution chain

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

IPPrefixASNOperatorCountry
192.151.200.106192.151.192.0/18AS40065CNSERVERS - CNSERVERS LLCHK
23.224.158.17823.224.0.0/15AS40065CNSERVERS - CNSERVERS LLCUS
23.224.158.17923.224.0.0/15AS40065CNSERVERS - CNSERVERS LLCUS
23.224.158.18023.224.0.0/15AS40065CNSERVERS - CNSERVERS LLCUS
23.224.158.18123.224.0.0/15AS40065CNSERVERS - CNSERVERS LLCUS
23.224.158.18223.224.0.0/15AS40065CNSERVERS - CNSERVERS LLCUS
23.225.63.5823.225.63.0/24AS40065CNSERVERS - CNSERVERS LLCUS
23.225.63.5923.225.63.0/24AS40065CNSERVERS - CNSERVERS LLCUS
23.225.63.6023.225.63.0/24AS40065CNSERVERS - CNSERVERS LLCUS
23.225.63.6123.225.63.0/24AS40065CNSERVERS - CNSERVERS LLCUS
23.225.63.6223.225.63.0/24AS40065CNSERVERS - CNSERVERS LLCUS

WHOIS identity

No WHOIS records are currently associated with a.ak-kk.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from a.ak-kk.com.

Cypher and MCP

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

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