Hostname
api.data.wheelpros.com
Last fetched
api.data.wheelpros.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.data.wheelpros.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.226.238.118 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.26 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.58 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.238.63 | 13.226.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.67.114 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.41 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.52 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.64.67.92 | 18.64.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.170.131.12 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.122 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.46 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.77 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.data.wheelpros.com in WhisperGraph.
Subdomains
4 observed subdomains of api.data.wheelpros.com.
| Subdomain |
|---|
| backend.api.data.wheelpros.com |
Showing 1 of 4. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from api.data.wheelpros.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.data.wheelpros.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.