Hostname
elcatalan.es
Last fetched
elcatalan.es resolves to 1 IPv4 address operated by NICALIAINTERNET - Nicalia Internet, S.L.U.
Nutrition Label
Resolution chain
elcatalan.es 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 |
|---|---|---|---|---|
| 92.60.33.48 | 92.60.32.0/23 | AS208769 | NICALIAINTERNET - Nicalia Internet, S.L.U | — |
WHOIS identity
No WHOIS records are currently associated with elcatalan.es in WhisperGraph.
Subdomains
8 observed subdomains of elcatalan.es.
Web-graph footprint
Distinct hostnames that link to or from elcatalan.es in the public web crawl.
127 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for elcatalan.es.
| Mechanism | Target |
|---|---|
| SPF_A | elcatalan.es |
| SPF_IP | 85.208.102.116 |
| SPF_MX | elcatalan.es |
Related pages
Pivot deeper into the graph from elcatalan.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elcatalan.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.