Skip to content

Hostname

api01-platform.stream.co.jp

Last fetched

api01-platform.stream.co.jp resolves to 7 IPv4 addresses operated by GIGAINFRA SoftBank Corp. in JP.

Nutrition Label

WHISPER CANON · api01-platform.stream.co.jpRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api01-platform.stream.co.jp

Resolution chain

api01-platform.stream.co.jp resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
101.102.235.62101.102.128.0/17AS17676GIGAINFRA SoftBank Corp.JP
111.108.184.61111.108.0.0/16AS2516KDDI KDDI CORPORATIONJP
111.108.184.62111.108.0.0/16AS2516KDDI KDDI CORPORATIONJP
111.108.184.70111.108.0.0/16AS2516KDDI KDDI CORPORATIONJP
111.108.184.72111.108.0.0/16AS2516KDDI KDDI CORPORATIONJP
202.247.51.62202.247.0.0/17AS2518BIGLOBE BIGLOBE Inc.JP
202.247.51.70202.247.0.0/17AS2518BIGLOBE BIGLOBE Inc.JP

WHOIS identity

No WHOIS records are currently associated with api01-platform.stream.co.jp in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api01-platform.stream.co.jp in the public web crawl.

968 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from api01-platform.stream.co.jp.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "api01-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.