Hostname
wave.gravera.lt
Last fetched
wave.gravera.lt resolves to 1 IPv4 address operated by AS136787 in BE.
Nutrition Label
Resolution chain
wave.gravera.lt 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 |
|---|---|---|---|---|
| 217.9.252.69 | 217.9.252.0/24 | AS136787 | — | BE |
| 217.9.252.69 | 217.9.252.0/24 | AS136787 | — | BE |
WHOIS identity
No WHOIS records are currently associated with wave.gravera.lt in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for wave.gravera.lt.
| Mechanism | Target |
|---|---|
| SPF_A | int.evispa.lt |
| SPF_IP | 193.189.87.112 |
| SPF_IP | 193.189.87.121 |
| SPF_IP | 217.9.252.69 |
| SPF_IP | 82.140.133.141 |
| SPF_IP | 85.255.58.214 |
| SPF_MX | wave.gravera.lt |
Related pages
Pivot deeper into the graph from wave.gravera.lt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wave.gravera.lt"})-[: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.