Hostname
vdella.com
Last fetched
vdella.com resolves to 1 IPv4 address operated by AS20860 in GB. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
vdella.com 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 |
|---|---|---|---|---|
| 5.77.36.91 | 5.77.32.0/19 | AS20860 | — | GB |
WHOIS identity
- Registrar
- iana:48
- Organization
- vaggelis athanasiou
- Contact emails
Subdomains
7 observed subdomains of vdella.com.
Web-graph footprint
Distinct hostnames that link to or from vdella.com in the public web crawl.
12 sites link to this hostname.
303 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- vdella.com
SPF policy
7 SPF mechanisms authorising senders for vdella.com.
| Mechanism | Target |
|---|---|
| SPF_A | vdella.com |
| SPF_INCLUDE | specialservers.com |
| SPF_IP | 151.236.51.40 |
| SPF_IP | 5.77.36.91 |
| SPF_IP | 92.48.101.118 |
| SPF_IP | 92.48.101.119 |
| SPF_MX | vdella.com |
Related pages
Pivot deeper into the graph from vdella.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vdella.com"})-[: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.