Skip to content

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

WHISPER CANON · api-staging-grpc.lightstep.comRouting diversity4.8/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-staging-grpc.lightstep.com

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.

IPPrefixASNOperatorCountry
34.122.44.24034.122.32.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.31.221.21034.31.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.72.138.20034.72.128.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.188.185.16135.188.176.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.194.34.24235.194.32.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.224.31.7035.224.16.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.232.107.24635.232.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.238.206.7735.238.192.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

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 20

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