Hostname
vd42.net
Last fetched
vd42.net resolves to 2 IPv4 addresses operated by AS208677 in RU. WHOIS lists iana:3806 as the registrar.
Nutrition Label
Resolution chain
vd42.net 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 |
|---|---|---|---|---|
| 213.171.28.82 | 213.171.24.0/21 | AS208677 | — | RU |
| 92.242.61.208 | 92.242.61.0/24 | AS197695 | — | RU |
WHOIS identity
- Registrar
- iana:3806
- Organization
- domain admin
- Contact emails
Subdomains
29 observed subdomains of vd42.net.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vd42.net in the public web crawl.
5 sites link to this hostname.
365 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for vd42.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.vd42.net |
| SPF_INCLUDE | postbox.cloud.yandex.net |
Related pages
Pivot deeper into the graph from vd42.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vd42.net"})-[: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.