Hostname
cloudvalueacademy.services
Last fetched
cloudvalueacademy.services resolves to 1 IPv4 address operated by NETINTACT in NL. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
cloudvalueacademy.services resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.126.110.79 | 188.126.96.0/20 | AS38983 | NETINTACT | NL |
WHOIS identity
- Registrar
- iana:151
- Organization
- copaco cloud b.v.
- Contact emails
- —
Subdomains
5 observed subdomains of cloudvalueacademy.services.
Web-graph footprint
Distinct hostnames that link to or from cloudvalueacademy.services in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for cloudvalueacademy.services.
| Mechanism | Target |
|---|---|
| SPF_A | cloudvalueacademy.services |
| SPF_INCLUDE | spf.cloudnet.services |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | cloudvalueacademy.services |
Related pages
Pivot deeper into the graph from cloudvalueacademy.services.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudvalueacademy.services"})-[: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.