Hostname
0l.de
Last fetched
0l.de resolves to 4 IPv4 addresses operated by CDN77 _ in US.
Nutrition Label
Resolution chain
0l.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.199.40.58 | 138.199.40.0/23 | AS60068 | CDN77 _ | US |
| 185.111.111.154 | 185.111.111.0/24 | AS212238 | CDNEXT | DE |
| 185.111.111.155 | 185.111.111.0/24 | AS212238 | CDNEXT | DE |
| 185.111.111.156 | 185.111.111.0/24 | AS212238 | CDNEXT | DE |
WHOIS identity
No WHOIS records are currently associated with 0l.de in WhisperGraph.
Subdomains
74 observed subdomains of 0l.de.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 0l.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 0l.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 2a01:4f8:c0c:ce48::1/128 |
| SPF_IP | 2a09:11c0:200::/44 |
| SPF_IP | 49.13.199.13/32 |
| SPF_MX | mail.0l.de |
Related pages
Pivot deeper into the graph from 0l.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0l.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.