Hostname
api-dev.docrelay.com
Last fetched
api-dev.docrelay.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
api-dev.docrelay.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 |
|---|---|---|---|---|
| 108.157.32.129 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.32.34 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.32.64 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.32.71 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.162.232.120 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.34 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.69 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.95 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 54.230.124.25 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.27 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.46 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 54.230.124.6 | 54.230.124.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
WHOIS identity
No WHOIS records are currently associated with api-dev.docrelay.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev.docrelay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev.docrelay.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.