Hostname
dev-jaybar.planbook.com
Last fetched
dev-jaybar.planbook.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
dev-jaybar.planbook.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.158.65.145 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.52.160.34 | 13.52.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.57.90.134 | 13.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 184.169.255.245 | 184.169.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.193.170.218 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.193.62.220 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.195.70.92 | 52.194.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.53.146.135 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.178.130.92 | 54.178.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.183.128.89 | 54.183.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.193.106.71 | 54.193.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with dev-jaybar.planbook.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from dev-jaybar.planbook.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-jaybar.planbook.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.