Hostname
sta-api.decided.org
Last fetched
sta-api.decided.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
sta-api.decided.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.144.189.135 | 15.254.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.208.224.194 | 34.124.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.81.195.205 | 34.140.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.230.191.160 | 43.252.206.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.245.68.122 | 43.252.206.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.187.240.178 | 52.144.42.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.201.152.95 | 52.216.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.212.160.76 | 52.216.95.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with sta-api.decided.org in WhisperGraph.
Subdomains
1 observed subdomain of sta-api.decided.org.
| Subdomain |
|---|
| docs.sta-api.decided.org |
Threat posture
History
Related pages
Pivot deeper into the graph from sta-api.decided.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sta-api.decided.org"})-[: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.