Hostname
ms-clouds.net
Last fetched
ms-clouds.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ms-clouds.net has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- identity protection service
- Contact emails
- 046e2696-cfa3-4270-90b4-a0d138ec5b4c@identity-protect.org
- 051275da-709d-41f3-a91a-49e98640bdba@identity-protect.org
- 1514144a-4cda-4696-b430-fca789f58ea7@identity-protect.org
- 3a8aed47-46db-49e2-84e9-2a67e669bb0b@identity-protect.org
- d4226d8b-a623-4484-bdc2-50fc5612c255@identity-protect.org
- dbf2a0e5-ab3d-44ac-8f5a-4c2d6edb5236@identity-protect.org
Subdomains
16 observed subdomains of ms-clouds.net.
Threat posture
History
Related pages
Pivot deeper into the graph from ms-clouds.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ms-clouds.net"})-[: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.