Hostname
cloudonix.io
Last fetched
cloudonix.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
cloudonix.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.116.100 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.106 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.13 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.116.98 | 18.164.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.31.19 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.27 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.82 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.98 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.166.181.101 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.28 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.57 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.61 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
74 observed subdomains of cloudonix.io.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cloudonix.io in the public web crawl.
23 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cloudonix.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.sendinblue.com |
Related pages
Pivot deeper into the graph from cloudonix.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudonix.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.