Skip to content

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

WHISPER CANON · api-meta-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-meta-grpc.lightstep.com

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.

IPPrefixASNOperatorCountry
34.135.239.18234.138.96.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.136.192.20834.139.64.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.28.72.13334.32.0.0/11AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.31.132.4234.50.64.0/18AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.68.255.5234.70.160.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.71.132.18634.73.48.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.223.16.19935.224.208.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.225.105.10435.227.16.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

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 20

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