Skip to content

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

WHISPER CANON · googlecloudapi.comRouting diversity4.2/10Peering density8.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint6.0/10canon.whisper.security/host/googlecloudapi.com

Resolution chain

googlecloudapi.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
2.59.219.232.59.219.0/24AS200019AlexHost - ALEXHOST SRLCH
38.180.85.3938.180.84.0/23AS51852PLI-AS - Private Layer INCCH
67.159.17.4267.159.17.0/24AS30058FDCSERVERS - FDCservers.netAT
83.228.223.14883.228.192.0/18AS29222Infomaniak-AS - Infomaniak Network SACH
149.33.15.225149.33.15.0/24AS51852PLI-AS - Private Layer INCCH
185.114.117.218185.114.117.0/24AS51852PLI-AS - Private Layer INCCH

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.