Hostname
lienzos.pressing.es
Last fetched
lienzos.pressing.es resolves to 3 IPv4 addresses operated by CYBERNETICOS - Cyberneticos Hosting SL in ES.
Nutrition Label
Resolution chain
lienzos.pressing.es resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 164.138.208.89 | 164.138.208.0/22 | AS198968 | CYBERNETICOS - Cyberneticos Hosting SL | ES |
| 164.138.211.156 | 164.138.208.0/22 | AS198968 | CYBERNETICOS - Cyberneticos Hosting SL | ES |
| 164.138.212.178 | 164.138.212.0/23 | AS198968 | CYBERNETICOS - Cyberneticos Hosting SL | ES |
WHOIS identity
No WHOIS records are currently associated with lienzos.pressing.es in WhisperGraph.
Subdomains
1 observed subdomain of lienzos.pressing.es.
| Subdomain |
|---|
| mail.lienzos.pressing.es |
Threat posture
History
Related pages
Pivot deeper into the graph from lienzos.pressing.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lienzos.pressing.es"})-[: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.