Hostname
vds.ca
Last fetched
vds.ca resolves to 1 IPv4 address operated by AS-CLOUDLI-01 - Cloudli Communications Corp. in CA. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
vds.ca 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 |
|---|---|---|---|---|
| 198.38.7.15 | 198.38.7.0/24 | AS18637 | AS-CLOUDLI-01 - Cloudli Communications Corp. | CA |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- babytel
- Contact emails
Subdomains
40 observed subdomains of vds.ca.
Web-graph footprint
Distinct hostnames that link to or from vds.ca in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for vds.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 168.151.26.8 |
| SPF_IP | 198.38.7.0/24 |
| SPF_IP | 204.225.128.0/24 |
Related pages
Pivot deeper into the graph from vds.ca.
- IP · 198.38.7.15
- ASN · AS18637AS-CLOUDLI-01 - Cloudli Communications Corp.
- Registrar · registrar:tucows.com co.
- Country · CA
- Email · domain-name-admin@babytel.net
- TLD · .ca
- Browse hostnames · vd…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vds.ca"})-[: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.