Hostname
lakdev.de
Last fetched
lakdev.de resolves to 2 IPv4 addresses operated by AS34788 in DE.
Nutrition Label
Resolution chain
lakdev.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 |
|---|---|---|---|---|
| 85.13.146.62 | 85.13.146.0/24 | AS34788 | — | DE |
| 91.107.226.224 | 91.107.128.0/17 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with lakdev.de in WhisperGraph.
Subdomains
42 observed subdomains of lakdev.de.
Web-graph footprint
Distinct hostnames that link to or from lakdev.de in the public web crawl.
28 sites link to this hostname.
60 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for lakdev.de.
| Mechanism | Target |
|---|---|
| SPF_A | lakdev.de |
| SPF_INCLUDE | spf.kasserver.com |
| SPF_MX | lakdev.de |
Related pages
Pivot deeper into the graph from lakdev.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lakdev.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.