Hostname
wg-cloud.net
Last fetched
wg-cloud.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
wg-cloud.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
- 083b8495-4499-46c0-a3c1-61fc6875b897@identity-protect.org
- 4249f368-dbaa-48a0-b0b9-ddbdafffc090@identity-protect.org
- 8769f291-397a-4089-a786-d5faa956e025@identity-protect.org
- 93bb4570-7643-495a-a39d-493947342d19@identity-protect.org
- a29eee16-6270-4979-8e27-82cd3ba1c1e4@identity-protect.org
- b83eb7a1-5283-4e0c-9168-4849ac464bc6@identity-protect.org
- e34a94eb-a08d-400f-a5a1-708291d97b54@identity-protect.org
- owner-10541664@wg-cloud.net.whoisprivacyservice.org
Subdomains
6 observed subdomains of wg-cloud.net.
Threat posture
History
Related pages
Pivot deeper into the graph from wg-cloud.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wg-cloud.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.