Hostname
cloudindo.co.id
Last fetched
cloudindo.co.id resolves to 2 IPv4 addresses operated by SHOCK-1 - Shock Hosting LLC in SG. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
cloudindo.co.id resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.159.65.51 | 103.159.64.0/23 | AS395092 | SHOCK-1 - Shock Hosting LLC | SG |
| 192.250.235.76 | 192.250.235.0/24 | AS204800 | — | SG |
WHOIS identity
- Registrar
- iana:1
- Organization
- —
- Contact emails
- —
Subdomains
25 observed subdomains of cloudindo.co.id.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from cloudindo.co.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudindo.co.id"})-[: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.