Hostname
kokoist.com
Last fetched
kokoist.com resolves to 1 IPv4 address operated by AS131965 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
kokoist.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.226.37.4 | 202.230.0.0/16 | AS131965 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- koko international co,ltd.
- Contact emails
Subdomains
1 observed subdomain of kokoist.com.
| Subdomain |
|---|
| www.kokoist.com |
Web-graph footprint
Distinct hostnames that link to or from kokoist.com in the public web crawl.
31 sites link to this hostname.
117 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for kokoist.com.
| Mechanism | Target |
|---|---|
| SPF_A | kokoist.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | kokoist.com |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_IP | 162.43.118.0/24 |
| SPF_IP | 202.226.37.0/24 |
| SPF_MX | kokoist.com |
Related pages
Pivot deeper into the graph from kokoist.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kokoist.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.