Hostname
berria.eus
Last fetched
berria.eus resolves to 1 IPv4 address operated by HETZNER-AS in FI. WHOIS lists iana:1403 as the registrar.
Nutrition Label
Resolution chain
berria.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 |
|---|---|---|---|---|
| 65.109.182.122 | 65.109.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
- Registrar
- iana:1403
- Organization
- berria
- Contact emails
Subdomains
12 observed subdomains of berria.eus.
Web-graph footprint
Distinct hostnames that link to or from berria.eus in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for berria.eus.
| Mechanism | Target |
|---|---|
| SPF_A | berria.eus |
| SPF_INCLUDE | 167714b5b.spf2.netcorecloud.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 152.228.220.142/32 |
| SPF_IP | 212.55.4.139/32 |
| SPF_IP | 212.55.4.143/32 |
| SPF_IP | 212.55.4.144/32 |
| SPF_MX | berria.eus |
Related pages
Pivot deeper into the graph from berria.eus.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "berria.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.