Hostname
daisakkai.com
Last fetched
daisakkai.com resolves to 4 IPv4 addresses operated by AS9371 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
daisakkai.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 133.167.109.195 | 133.167.0.0/16 | AS9371 | — | JP |
| 133.18.175.205 | 133.18.0.0/16 | AS24282 | — | JP |
| 160.251.167.139 | 160.251.167.0/24 | AS58791 | — | JP |
| 160.251.174.82 | 160.251.174.0/24 | AS58791 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
1 observed subdomain of daisakkai.com.
| Subdomain |
|---|
| www.daisakkai.com |
Threat posture
History
Related pages
Pivot deeper into the graph from daisakkai.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daisakkai.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.