Hostname
cloudwise.nl
Last fetched
cloudwise.nl resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:previder b.v. as the registrar.
Nutrition Label
Resolution chain
cloudwise.nl 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 |
|---|---|---|---|---|
| 116.203.0.143 | 116.203.0.0/16 | AS24940 | — | DE |
| 89.106.200.1 | 89.106.200.0/24 | AS209626 | — | NL |
WHOIS identity
- Registrar
- registrar:previder b.v.
- Organization
- —
- Contact emails
- —
Subdomains
52 observed subdomains of cloudwise.nl.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cloudwise.nl in the public web crawl.
158 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
29 SPF mechanisms authorising senders for cloudwise.nl.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.40.229.156/32 |
| SPF_IP | 162.13.216.162 |
| SPF_IP | 178.79.161.227 |
| SPF_IP | 20.50.220.144/28 |
| SPF_IP | 2001:1690:65::/64 |
| SPF_IP | 2001:67c:6b8::/48 |
| SPF_IP | 213.249.66.58 |
| SPF_IP | 217.114.102.160/27 |
| SPF_IP | 217.114.97.128/28 |
| SPF_IP | 2a01:1b0::/32 |
| SPF_IP | 35.214.193.15 |
| SPF_IP | 40.127.253.48/28 |
| SPF_IP | 52.169.0.179/32 |
| SPF_IP | 62.165.65.0/24 |
| SPF_IP | 80.65.96.0/24 |
| SPF_IP | 81.173.72.166 |
| SPF_IP | 83.137.145.0/24 |
| SPF_IP | 83.137.149.0/24 |
| SPF_IP | 87.249.107.128/27 |
| SPF_IP | 89.188.0.0/19 |
| SPF_IP | 89.200.200.0/21 |
| SPF_IP | 95.170.70.246 |
Related pages
Pivot deeper into the graph from cloudwise.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudwise.nl"})-[: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.