Skip to content

Hostname

us-west-2.stage.docs-api.gov-dev.bindgapi.com

Last fetched

us-west-2.stage.docs-api.gov-dev.bindgapi.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · us-west-2.stage.docs-api.gov-dev.bindgapi.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/us-west-2.stage.docs-api.gov-dev.bindgapi.com

Resolution chain

us-west-2.stage.docs-api.gov-dev.bindgapi.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
35.160.88.14635.184.160.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
44.226.126.14445.2.232.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.27.211.22952.46.23.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.39.111.1752.46.38.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.89.94.252.94.5.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.138.23454.174.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with us-west-2.stage.docs-api.gov-dev.bindgapi.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from us-west-2.stage.docs-api.gov-dev.bindgapi.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "us-west-2.stage.docs-api.gov-dev.bindgapi.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.