Hostname
stream.nagacloud.io
Last fetched
stream.nagacloud.io resolves to 6 IPv4 addresses operated by AS136907 in BR.
Nutrition Label
Resolution chain
stream.nagacloud.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 119.8.249.223 | 119.8.249.0/24 | AS136907 | — | BR |
| 119.8.249.225 | 119.8.249.0/24 | AS136907 | — | BR |
| 129.227.87.158 | 129.227.64.0/19 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
| 219.76.20.222 | 219.76.0.0/19 | AS4760 | — | HK |
| 38.60.178.95 | 38.60.178.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | MX |
| 38.60.178.96 | 38.60.178.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | MX |
WHOIS identity
No WHOIS records are currently associated with stream.nagacloud.io in WhisperGraph.
Subdomains
1 observed subdomain of stream.nagacloud.io.
| Subdomain |
|---|
| bangga.stream.nagacloud.io |
Threat posture
History
Related pages
Pivot deeper into the graph from stream.nagacloud.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stream.nagacloud.io"})-[: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.