Hostname
bayesspace.com
Last fetched
bayesspace.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
bayesspace.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.15.180.51 | 16.15.176.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.182.50 | 16.15.176.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.191.65 | 16.15.184.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.198.219 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.199.226 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.199.84 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.223.222 | 16.15.216.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.12.22 | 3.5.12.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.217.193.85 | 52.217.192.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.204.181 | 52.217.192.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.83.27 | 52.217.83.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.138.253 | 54.231.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.224.13 | 54.231.224.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.230.157 | 54.231.224.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.235.133 | 54.231.224.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of bayesspace.com owner
- Contact emails
- operator@trikeapps.com
- 512099e8-cd3c-4879-a2a3-4de236c68541@identity-protect.org
- 96fbf65f-4ee8-4cae-ac2f-59f1265ba30e@identity-protect.org
- aedec5b1-a9f0-4c88-aab5-0656badf4650@identity-protect.org
- c65a87ee-0c3a-4849-9f8c-882cc2edd24e@identity-protect.org
- owner-4831672@bayesspace.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from bayesspace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bayesspace.com"})-[: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.