Hostname
lavega.gr
Last fetched
lavega.gr resolves to 2 IPv4 addresses operated by AS47583 in DE.
Nutrition Label
Resolution chain
lavega.gr 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 |
|---|---|---|---|---|
| 72.62.55.147 | 72.62.32.0/19 | AS47583 | — | DE |
| 89.116.35.125 | 89.116.35.0/24 | AS47583 | — | FR |
WHOIS identity
No WHOIS records are currently associated with lavega.gr in WhisperGraph.
Subdomains
2 observed subdomains of lavega.gr.
| Subdomain |
|---|
| cpanel.lavega.gr |
| www.lavega.gr |
Web-graph footprint
Distinct hostnames that link to or from lavega.gr in the public web crawl.
5 sites link to this hostname.
14 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 lavega.gr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from lavega.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lavega.gr"})-[: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.