Skip to content

Hostname

api-qa.estratis.app

Last fetched

api-qa.estratis.app resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-qa.estratis.appRouting diversity4.5/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-qa.estratis.app

Resolution chain

api-qa.estratis.app resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.214.103.6718.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.219.239.1444.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.219.248.25044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.0.29.22052.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.203.236.18152.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.124.2552.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.161.62.21254.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.94.177.11298.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-qa.estratis.app in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-qa.estratis.app.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-qa.estratis.app"})-[: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.