Skip to content

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

WHISPER CANON · moonbix.ioRouting diversity5.6/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.5/10canon.whisper.security/host/moonbix.io

Resolution chain

moonbix.io resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.158.189.23713.158.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
176.34.48.93176.34.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.JP
18.179.98.20318.179.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.JP
18.180.174.19118.180.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
3.114.210.893.112.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
3.114.35.1103.112.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
35.76.158.20735.72.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
52.192.37.18352.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.194.23.12252.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.195.57.12152.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.178.200.254.178.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.248.108.4754.248.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.95.61.16154.95.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
57.181.143.2157.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
57.182.204.10357.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

1 observed subdomain of 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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.