Hostname
api-staging-grpc.lightstep.com
Last fetched
api-staging-grpc.lightstep.com resolves to 8 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
api-staging-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.122.44.240 | 34.122.32.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.31.221.210 | 34.31.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.72.138.200 | 34.72.128.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.188.185.161 | 35.188.176.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.194.34.242 | 35.194.32.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.224.31.70 | 35.224.16.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.232.107.246 | 35.232.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.238.206.77 | 35.238.192.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with api-staging-grpc.lightstep.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-staging-grpc.lightstep.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-staging-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.