Hostname
elkar.eus
Last fetched
elkar.eus resolves to 1 IPv4 address operated by SARENET in ES. WHOIS lists iana:1262 as the registrar.
Nutrition Label
Resolution chain
elkar.eus 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 |
|---|---|---|---|---|
| 194.30.78.16 | 194.30.0.0/17 | AS3262 | SARENET | ES |
WHOIS identity
- Registrar
- iana:1262
- Organization
- aduna 2021 s.a.u.
- Contact emails
Subdomains
12 observed subdomains of elkar.eus.
Web-graph footprint
Distinct hostnames that link to or from elkar.eus in the public web crawl.
489 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for elkar.eus.
| Mechanism | Target |
|---|---|
| SPF_A | elkar.eus |
| SPF_INCLUDE | spf-correo.sarenet.es |
| SPF_INCLUDE | spf-relay.sarenet.es |
| SPF_INCLUDE | spf.acumbamail.com |
| SPF_IP | 194.30.78.30 |
| SPF_IP | 194.30.78.5 |
| SPF_MX | elkar.eus |
Related pages
Pivot deeper into the graph from elkar.eus.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elkar.eus"})-[: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.