Hostname
kaiwave.com
Last fetched
kaiwave.com resolves to 2 IPv4 addresses operated by AS50840 in PL. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
kaiwave.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 85.204.27.187 | 85.204.27.0/24 | AS50840 | — | PL |
| 92.113.19.234 | 92.113.16.0/21 | AS47583 | — | DE |
WHOIS identity
- Registrar
- iana:433
- Organization
- contact privacy inc. customer 0145551092
- Contact emails
Subdomains
2 observed subdomains of kaiwave.com.
| Subdomain |
|---|
| investor.kaiwave.com |
| www.kaiwave.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for kaiwave.com.
| Mechanism | Target |
|---|---|
| SPF_A | kaiwave.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | kaiwave.com |
Related pages
Pivot deeper into the graph from kaiwave.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kaiwave.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.