Hostname
aml-hitachi-dev.jp
Last fetched
aml-hitachi-dev.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
aml-hitachi-dev.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.142.119 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.142.120 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.142.71 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.142.99 | 108.157.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.112 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.113 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.48 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.59 | 13.35.93.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with aml-hitachi-dev.jp in WhisperGraph.
Subdomains
1 observed subdomain of aml-hitachi-dev.jp.
| Subdomain |
|---|
| api.aml-hitachi-dev.jp |
Threat posture
History
Related pages
Pivot deeper into the graph from aml-hitachi-dev.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aml-hitachi-dev.jp"})-[: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.