Skip to content

Hostname

ads-ws-dev.sternum.cloud

Last fetched

ads-ws-dev.sternum.cloud resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ads-ws-dev.sternum.cloudRouting diversity4.2/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ads-ws-dev.sternum.cloud

Resolution chain

ads-ws-dev.sternum.cloud resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.207.70.22218.238.30.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
18.232.209.17418.238.64.0/22AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.37.13854.192.0.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
54.162.5.8454.192.2.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
98.82.205.7298.97.20.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
98.89.177.19298.97.24.0/21AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ads-ws-dev.sternum.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ads-ws-dev.sternum.cloud.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ads-ws-dev.sternum.cloud"})-[: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.