Hostname
lizenzo.de
Last fetched
lizenzo.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
lizenzo.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 |
|---|---|---|---|---|
| 78.46.102.150 | 78.46.0.0/15 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with lizenzo.de in WhisperGraph.
Subdomains
26 observed subdomains of lizenzo.de.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lizenzo.de in the public web crawl.
8 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for lizenzo.de.
| Mechanism | Target |
|---|---|
| SPF_A | lizenzo.de |
| SPF_A | lz1.server-performance.net |
| SPF_A | lz2.server-performance.net |
| SPF_A | lz3.server-performance.net |
| SPF_A | lz4.server-performance.net |
| SPF_A | lz5.server-performance.net |
| SPF_A | lz6.server-performance.net |
| SPF_IP | 136.243.176.38 |
| SPF_IP | 136.243.71.196 |
| SPF_IP | 144.76.27.77 |
| SPF_IP | 148.251.235.53 |
| SPF_IP | 46.4.27.55 |
| SPF_IP | 78.46.102.150 |
| SPF_MX | lizenzo.de |
Related pages
Pivot deeper into the graph from lizenzo.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lizenzo.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.