Hostname
cleancloudapp.com
Last fetched
cleancloudapp.com resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
cleancloudapp.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.59.111.103 | 13.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.59.41.146 | 13.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.59.68.139 | 13.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.116.168.216 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.117.54.7 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.190.231.209 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.190.6.178 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.224.122.26 | 18.224.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.130.93.0 | 3.130.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.132.68.29 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.134.199.47 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.136.99.35 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.14.57.220 | 3.14.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.140.51.196 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.150.48.80 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.150.57.190 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.134.166 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.142.67 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.18.51.48 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.19.207.246 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from cleancloudapp.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for cleancloudapp.com.
| Mechanism | Target |
|---|---|
| SPF_A | cleancloudapp.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_MX | cleancloudapp.com |
Related pages
Pivot deeper into the graph from cleancloudapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cleancloudapp.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.