Hostname
lsvs.de
Last fetched
lsvs.de resolves to 1 IPv4 address operated by AS9067 in DE.
Nutrition Label
Resolution chain
lsvs.de 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 |
|---|---|---|---|---|
| 212.82.33.135 | 212.82.32.0/21 | AS9067 | — | DE |
WHOIS identity
No WHOIS records are currently associated with lsvs.de in WhisperGraph.
Subdomains
12 observed subdomains of lsvs.de.
Web-graph footprint
Distinct hostnames that link to or from lsvs.de in the public web crawl.
266 sites link to this hostname.
248 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for lsvs.de.
| Mechanism | Target |
|---|---|
| SPF_A | lsvs.de |
| SPF_A | mail.gubse.com |
| SPF_INCLUDE | gubse.com |
| SPF_INCLUDE | spf.inbyin.de |
| SPF_IP | 212.18.198.200/29 |
| SPF_IP | 212.82.33.129 |
| SPF_IP | 212.82.33.147/32 |
| SPF_IP | 212.82.34.22/32 |
| SPF_IP | 2a04:6c0:4:10:0:0:0:8 |
| SPF_IP | 2a04:6c0:4:2e:0:0:0:1 |
| SPF_IP | 2a04:6c0:4:7:0:0:0:1 |
| SPF_IP | 31.177.120.19/32 |
| SPF_IP | 31.177.120.9 |
| SPF_IP | 80.237.130.214/32 |
| SPF_MX | lsvs.de |
Related pages
Pivot deeper into the graph from lsvs.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lsvs.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.