Hostname
cloudzone.io
Last fetched
cloudzone.io resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
cloudzone.io resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.223.4.239 | 52.223.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.15.33 | 76.223.0.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:269
- Organization
- matrix it
- Contact emails
- —
Subdomains
33 observed subdomains of cloudzone.io.
Showing 24 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cloudzone.io in the public web crawl.
57 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for cloudzone.io.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc1112-39.eu.iphmx.com |
| SPF_INCLUDE | 27155409.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 143.244.84.128/28 |
| SPF_IP | 182.50.78.64/28 |
| SPF_IP | 204.14.234.64/28 |
Related pages
Pivot deeper into the graph from cloudzone.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudzone.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.