Hostname
kaifa.com
Last fetched
kaifa.com resolves to 3 IPv4 addresses operated by AS139018 in CN. WHOIS lists registrar:1331 as the registrar.
Nutrition Label
Resolution chain
kaifa.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.193.216.198 | 1.193.216.0/24 | AS139018 | — | CN |
| 183.253.57.199 | 183.253.0.0/16 | AS9808 | — | CN |
| 211.99.99.52 | 211.99.99.0/24 | AS134543 | — | CN |
WHOIS identity
- Registrar
- registrar:1331
- Organization
- gong gen yuan
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from kaifa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kaifa.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.