Skip to content

Hostname

app-meta.lightstep.com

Last fetched

app-meta.lightstep.com resolves to 8 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.

Nutrition Label

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

Resolution chain

app-meta.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.135.224.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.136.192.20834.136.192.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.28.72.13334.28.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.31.132.4234.31.0.0/16AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.68.255.5234.68.240.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
34.71.132.18634.71.128.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.223.16.19935.223.16.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
35.225.105.10435.225.96.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

No WHOIS records are currently associated with app-meta.lightstep.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from app-meta.lightstep.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "app-meta.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.