Hostname
api.order.locate.sa
Last fetched
api.order.locate.sa resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE.
Nutrition Label
Resolution chain
api.order.locate.sa resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.28.114.178 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.28.82.163 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.29.171.59 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 51.112.128.35 | 51.112.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
WHOIS identity
No WHOIS records are currently associated with api.order.locate.sa in WhisperGraph.
Subdomains
2 observed subdomains of api.order.locate.sa.
| Subdomain |
|---|
| v2.api.order.locate.sa |
Showing 1 of 2. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from api.order.locate.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.order.locate.sa"})-[: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.