Skip to content

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

WHISPER CANON · api-dev.docrelay.comRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api-dev.docrelay.com

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.

IPPrefixASNOperatorCountry
108.157.32.129108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
108.157.32.34108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
108.157.32.64108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
108.157.32.71108.157.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
3.162.232.1203.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
3.162.232.343.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
3.162.232.693.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
3.162.232.953.162.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.CL
54.230.124.2554.230.124.0/24AS16509AMAZON-02 - Amazon.com, Inc.PE
54.230.124.2754.230.124.0/24AS16509AMAZON-02 - Amazon.com, Inc.PE
54.230.124.4654.230.124.0/24AS16509AMAZON-02 - Amazon.com, Inc.PE
54.230.124.654.230.124.0/24AS16509AMAZON-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.