Hostname
moonbix.io
Last fetched
moonbix.io resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
moonbix.io 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 |
|---|---|---|---|---|
| 13.158.189.237 | 13.158.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 176.34.48.93 | 176.34.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.179.98.203 | 18.179.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.180.174.191 | 18.180.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.114.210.89 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.114.35.110 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.76.158.207 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.192.37.183 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.194.23.122 | 52.194.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.195.57.121 | 52.194.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.178.200.2 | 54.178.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.248.108.47 | 54.248.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.95.61.161 | 54.95.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.143.21 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.182.204.103 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of moonbix.io.
| Subdomain |
|---|
| www.moonbix.io |
Threat posture
History
Related pages
Pivot deeper into the graph from moonbix.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moonbix.io"})-[: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.