Hostname
googlecloudapi.com
Last fetched
googlecloudapi.com resolves to 6 IPv4 addresses operated by AlexHost - ALEXHOST SRL in CH. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
googlecloudapi.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 |
|---|---|---|---|---|
| 2.59.219.23 | 2.59.219.0/24 | AS200019 | AlexHost - ALEXHOST SRL | CH |
| 38.180.85.39 | 38.180.84.0/23 | AS51852 | PLI-AS - Private Layer INC | CH |
| 67.159.17.42 | 67.159.17.0/24 | AS30058 | FDCSERVERS - FDCservers.net | AT |
| 83.228.223.148 | 83.228.192.0/18 | AS29222 | Infomaniak-AS - Infomaniak Network SA | CH |
| 149.33.15.225 | 149.33.15.0/24 | AS51852 | PLI-AS - Private Layer INC | CH |
| 185.114.117.218 | 185.114.117.0/24 | AS51852 | PLI-AS - Private Layer INC | CH |
WHOIS identity
- Registrar
- iana:625
- Organization
- gooele admin
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from googlecloudapi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "googlecloudapi.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.