Hostname
cloud.edesign.my
Last fetched
cloud.edesign.my resolves to 2 IPv4 addresses operated by AS4788 in MY.
Nutrition Label
Resolution chain
cloud.edesign.my 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 |
|---|---|---|---|---|
| 124.13.140.136 | 124.13.128.0/18 | AS4788 | — | MY |
| 60.50.7.84 | 60.50.0.0/18 | AS4788 | — | MY |
WHOIS identity
No WHOIS records are currently associated with cloud.edesign.my in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cloud.edesign.my in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cloud.edesign.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud.edesign.my"})-[: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.