IPv4 prefix
Last fetched
34.192.0.0/10 is an IPv4 announced prefix originated by AS16509 (AMAZON-02 - Amazon.com, Inc.), allocated to US.
No active MOAS conflicts for 34.192.0.0/10. This prefix is announced by its registered originator only.
No IPv4 addresses are currently observed inside 34.192.0.0/10. Possible dark prefix or unobserved address space.
Pivot deeper into the graph from 34.192.0.0/10.
Reproduce the prefix profile directly against graph.whisper.security:
MATCH (ap:ANNOUNCED_PREFIX {name: "34.192.0.0/10"})
OPTIONAL MATCH (ap)-[:ROUTES]->(asn:ASN)
OPTIONAL MATCH (asn)-[:HAS_NAME]->(n:ASN_NAME)
OPTIONAL MATCH (ap)-[:HAS_COUNTRY]->(c:COUNTRY)
RETURN ap.name AS cidr,
asn.name AS asn,
n.name AS network,
c.name AS countryOr query Whisper from your own LLM workflow via the Whisper MCP server.