Hostname
lvr.de
Last fetched
lvr.de resolves to 2 IPv4 addresses operated by AS3209 in DE.
Nutrition Label
Resolution chain
lvr.de 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 |
|---|---|---|---|---|
| 194.149.241.112 | 194.149.241.0/24 | AS3209 | — | DE |
| 194.149.241.114 | 194.149.241.0/24 | AS3209 | — | DE |
WHOIS identity
No WHOIS records are currently associated with lvr.de in WhisperGraph.
Subdomains
1,258 observed subdomains of lvr.de.
Showing 25 of 1,258. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lvr.de in the public web crawl.
1,977 sites link to this hostname.
1,240 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for lvr.de.
| Mechanism | Target |
|---|---|
| SPF_A | lvr.de |
| SPF_A | mail30.lvr.de |
| SPF_A | mail40.lvr.de |
| SPF_INCLUDE | spf.u2d.de |
| SPF_IP | 193.174.240.41/32 |
| SPF_IP | 195.37.138.179 |
| SPF_MX | lvr.de |
Related pages
Pivot deeper into the graph from lvr.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lvr.de"})-[: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.