Hostname
luebeck.de
Last fetched
luebeck.de resolves to 2 IPv4 addresses operated by AS29014 in DE.
Nutrition Label
Resolution chain
luebeck.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 |
|---|---|---|---|---|
| 212.108.163.98 | 212.108.160.0/20 | AS29014 | — | DE |
| 136.243.223.239 | 136.243.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with luebeck.de in WhisperGraph.
Subdomains
144 observed subdomains of luebeck.de.
Showing 25 of 144. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from luebeck.de in the public web crawl.
1,745 sites link to this hostname.
833 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for luebeck.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.lynet.de |
| SPF_A | www.luebeck.de |
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_IP | 89.246.110.128/25 |
| SPF_MX | luebeck.de |
Related pages
Pivot deeper into the graph from luebeck.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "luebeck.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.