Hostname
publisher.lanadas.com
Last fetched
publisher.lanadas.com resolves to 4 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
publisher.lanadas.com 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 |
|---|---|---|---|---|
| 23.50.131.138 | 23.50.131.0/24 | AS20940 | — | DE |
| 23.50.131.154 | 23.50.131.0/24 | AS20940 | — | DE |
| 88.221.196.131 | 88.221.196.0/23 | AS20940 | — | DE |
| 88.221.196.170 | 88.221.196.0/23 | AS20940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with publisher.lanadas.com in WhisperGraph.
Subdomains
1 observed subdomain of publisher.lanadas.com.
| Subdomain |
|---|
| admin.publisher.lanadas.com |
Threat posture
History
Related pages
Pivot deeper into the graph from publisher.lanadas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "publisher.lanadas.com"})-[: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.