Skip to content

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

WHISPER CANON · sta-api.decided.orgRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/sta-api.decided.org

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.

IPPrefixASNOperatorCountry
16.144.189.13515.254.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.208.224.19434.124.160.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
35.81.195.20534.140.192.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
44.230.191.16043.252.206.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.245.68.12243.252.206.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.187.240.17852.144.42.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
54.201.152.9552.216.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.212.160.7652.216.95.0/24AS16509AMAZON-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.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.