Hostname
api-platform.stream.co.jp
Last fetched
api-platform.stream.co.jp resolves to 8 IPv4 addresses operated by KDDI KDDI CORPORATION in JP.
Nutrition Label
Resolution chain
api-platform.stream.co.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 111.108.184.60 | 111.108.0.0/16 | AS2516 | KDDI KDDI CORPORATION | JP |
| 111.108.184.61 | 111.108.0.0/16 | AS2516 | KDDI KDDI CORPORATION | JP |
| 202.247.51.71 | 202.247.0.0/17 | AS2518 | BIGLOBE BIGLOBE Inc. | JP |
| 202.247.51.72 | 202.247.0.0/17 | AS2518 | BIGLOBE BIGLOBE Inc. | JP |
| 202.79.240.66 | 202.79.240.0/21 | AS24253 | J-STREAM J-Stream Inc. | JP |
| 202.79.240.67 | 202.79.240.0/21 | AS24253 | J-STREAM J-Stream Inc. | JP |
| 202.79.241.60 | 202.79.240.0/21 | AS24253 | J-STREAM J-Stream Inc. | JP |
| 202.79.241.70 | 202.79.240.0/21 | AS24253 | J-STREAM J-Stream Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with api-platform.stream.co.jp in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-platform.stream.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-platform.stream.co.jp"})-[: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.