Hostname
public-api-docs-dev.120wateraudit.com
Last fetched
public-api-docs-dev.120wateraudit.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
public-api-docs-dev.120wateraudit.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.67.104 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.28 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.61 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.88 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.110 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.54 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.72 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.156.91 | 18.161.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.198.100 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.198.126 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.198.63 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.198.83 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with public-api-docs-dev.120wateraudit.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from public-api-docs-dev.120wateraudit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "public-api-docs-dev.120wateraudit.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.