Hostname
vca.nu
Last fetched
vca.nu resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL. WHOIS lists registrar:ascio as the registrar.
Nutrition Label
Resolution chain
vca.nu 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 |
|---|---|---|---|---|
| 167.71.77.51 | 167.71.64.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
WHOIS identity
- Registrar
- registrar:ascio
- Organization
- —
- Contact emails
- —
Subdomains
25 observed subdomains of vca.nu.
Showing 20 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vca.nu in the public web crawl.
145 sites link to this hostname.
157 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for vca.nu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.ymlp.com |
| SPF_IP | 167.71.77.51 |
| SPF_IP | 185.104.28.122 |
| SPF_IP | 185.182.57.56 |
| SPF_IP | 2001:9e0:4:32::119/96 |
| SPF_IP | 212.45.32.0/24 |
| SPF_IP | 217.18.75.72 |
| SPF_IP | 2a06:2ec0:ded1:1:0:0:0:b |
| SPF_IP | 94.103.26.200 |
| SPF_IP | 94.103.26.240 |
Related pages
Pivot deeper into the graph from vca.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vca.nu"})-[: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.