Hostname
energy.cloud
Last fetched
energy.cloud resolves to 8 IPv4 addresses operated by CDSC-AS1 - CDS Global Cloud Co., Ltd in KR. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
energy.cloud 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 |
|---|---|---|---|---|
| 164.52.64.15 | 164.52.64.0/23 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | KR |
| 164.52.64.16 | 164.52.64.0/23 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | KR |
| 216.6.5.51 | 216.6.0.0/17 | AS6453 | — | SG |
| 216.6.5.52 | 216.6.0.0/17 | AS6453 | — | SG |
| 23.251.120.88 | 23.251.120.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
| 23.251.120.91 | 23.251.120.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
| 59.153.158.75 | 59.153.158.0/24 | AS138915 | — | SG |
| 59.153.158.76 | 59.153.158.0/24 | AS138915 | — | SG |
WHOIS identity
- Registrar
- iana:1599
- Organization
- nan jing de rui neng yuan yan jiu yuan you xian gong si
- Contact emails
- —
Subdomains
34 observed subdomains of energy.cloud.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from energy.cloud in the public web crawl.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for energy.cloud.
| Mechanism | Target |
|---|---|
| SPF_MX | energy.cloud |
Related pages
Pivot deeper into the graph from energy.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "energy.cloud"})-[: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.