Hostname
mvc-test-app.dev.na.bapsapps.org
Last fetched
mvc-test-app.dev.na.bapsapps.org resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
mvc-test-app.dev.na.bapsapps.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 |
|---|---|---|---|---|
| 23.23.106.146 | 23.26.52.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.219.164.199 | 3.192.0.0/10 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.221.58.94 | 3.192.0.0/10 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.93.98.123 | 3.102.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.231.6.145 | 35.25.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 50.17.76.181 | 50.20.196.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.22.250.48 | 52.46.32.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.90.243.60 | 98.96.240.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mvc-test-app.dev.na.bapsapps.org in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from mvc-test-app.dev.na.bapsapps.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mvc-test-app.dev.na.bapsapps.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.