Hostname
vidalis.eu
Last fetched
vidalis.eu resolves to 2 IPv4 addresses operated by AS62240 in DE. WHOIS lists registrar:enom, inc as the registrar.
Nutrition Label
Resolution chain
vidalis.eu 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 |
|---|---|---|---|---|
| 45.140.42.151 | 45.140.42.0/24 | AS62240 | — | DE |
| 81.4.124.35 | 81.4.124.0/22 | AS198203 | — | NL |
WHOIS identity
- Registrar
- registrar:enom, inc
- Organization
- —
- Contact emails
- —
Subdomains
12 observed subdomains of vidalis.eu.
Web-graph footprint
Distinct hostnames that link to or from vidalis.eu 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
4 SPF mechanisms authorising senders for vidalis.eu.
| Mechanism | Target |
|---|---|
| SPF_A | vidalis.eu |
| SPF_INCLUDE | mxroute.com |
| SPF_IP | 81.4.124.35 |
| SPF_MX | vidalis.eu |
Related pages
Pivot deeper into the graph from vidalis.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vidalis.eu"})-[: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.