Hostname
staplesca-ca-api.lab.exchangesolutions.com
Last fetched
staplesca-ca-api.lab.exchangesolutions.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
staplesca-ca-api.lab.exchangesolutions.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.156.43.212 | 15.158.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.157.104.72 | 15.158.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.157.22.171 | 15.158.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 16.52.137.89 | 16.52.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 16.54.81.189 | 16.56.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 52.60.192.42 | 52.70.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with staplesca-ca-api.lab.exchangesolutions.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from staplesca-ca-api.lab.exchangesolutions.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staplesca-ca-api.lab.exchangesolutions.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.