Hostname
api-meta-grpc.lightstep.com
Last fetched
api-meta-grpc.lightstep.com resolves to 8 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
api-meta-grpc.lightstep.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.135.239.182 | 34.138.96.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.136.192.208 | 34.139.64.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.28.72.133 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.31.132.42 | 34.50.64.0/18 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.68.255.52 | 34.70.160.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.71.132.186 | 34.73.48.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.223.16.199 | 35.224.208.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.225.105.104 | 35.227.16.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with api-meta-grpc.lightstep.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-meta-grpc.lightstep.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-meta-grpc.lightstep.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.