Hostname
cloudstorage.gog.com
Last fetched
cloudstorage.gog.com resolves to 6 IPv4 addresses operated by OVH in DE.
Nutrition Label
Resolution chain
cloudstorage.gog.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 51.75.90.113 | 51.75.0.0/16 | AS16276 | OVH | DE |
| 54.36.112.253 | 54.36.0.0/16 | AS16276 | OVH | DE |
| 54.36.115.100 | 54.36.0.0/16 | AS16276 | OVH | DE |
| 54.36.117.1 | 54.36.0.0/16 | AS16276 | OVH | DE |
| 54.36.117.89 | 54.36.0.0/16 | AS16276 | OVH | DE |
| 54.37.76.250 | 54.37.0.0/16 | AS16276 | OVH | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from cloudstorage.gog.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudstorage.gog.com"})-[: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.