Hostname
cares.vn
Last fetched
cares.vn resolves to 6 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in VN.
Nutrition Label
Resolution chain
cares.vn resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 122.10.222.206 | 122.10.222.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | VN |
| 149.104.101.36 | 149.104.101.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | VN |
| 149.104.101.40 | 149.104.101.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | VN |
| 149.104.101.42 | 149.104.101.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | VN |
| 149.104.101.43 | 149.104.101.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | VN |
| 149.104.81.34 | 149.104.81.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | VN |
WHOIS identity
No WHOIS records are currently associated with cares.vn in WhisperGraph.
Subdomains
1 observed subdomain of cares.vn.
| Subdomain |
|---|
| www.cares.vn |
Web-graph footprint
Distinct hostnames that link to or from cares.vn in the public web crawl.
49 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cares.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from cares.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cares.vn"})-[: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.