Hostname
kikakuya.net
Last fetched
kikakuya.net resolves to 5 IPv4 addresses operated by AS63949 in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
kikakuya.net resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.237.146.39 | 172.237.128.0/19 | AS63949 | — | US |
| 210.48.242.167 | 210.48.224.0/19 | AS2514 | — | JP |
| 52.223.13.41 | 52.223.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 172.237.146.46 | 172.237.128.0/19 | AS63949 | — | US |
| 172.237.146.18 | 172.237.128.0/19 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- kikakuya .inc
- Contact emails
Subdomains
3 observed subdomains of kikakuya.net.
Web-graph footprint
Distinct hostnames that link to or from kikakuya.net in the public web crawl.
7 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for kikakuya.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 192.168.0.0/16 |
| SPF_IP | 210.48.242.128/25 |
Related pages
Pivot deeper into the graph from kikakuya.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kikakuya.net"})-[: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.