Skip to content

Hostname

kldai.cc

Last fetched

kldai.cc resolves to 8 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US.

Nutrition Label

WHISPER CANON · kldai.ccRouting diversity4.8/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/kldai.cc

Resolution chain

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

IPPrefixASNOperatorCountry
104.223.85.238104.223.84.0/23AS36352AS-COLOCROSSING - HostPapaUS
107.172.250.197107.172.250.0/24AS36352AS-COLOCROSSING - HostPapaUS
192.227.152.117192.227.152.0/23AS36352AS-COLOCROSSING - HostPapaUS
198.23.133.45198.23.132.0/23AS36352AS-COLOCROSSING - HostPapaUS
207.58.173.177207.58.128.0/18AS30633LEASEWEB-USA-WDC - Leaseweb USA, Inc.US
23.80.81.20423.80.0.0/16AS395954LEASEWEB-USA-LAX - Leaseweb USA, Inc.US
45.41.205.11545.41.204.0/22AS32181ASN-GIGENET - GigeNETUS
94.154.1.15594.154.1.0/24AS207590DE

WHOIS identity

No WHOIS records are currently associated with kldai.cc in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from kldai.cc.

Cypher and MCP

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

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