Hostname
beru.dk
Last fetched
beru.dk resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in SE.
Nutrition Label
Resolution chain
beru.dk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.232.147.252 | 172.232.128.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | SE |
| 172.233.57.17 | 172.233.32.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | NL |
WHOIS identity
- Registrar
- —
- Organization
- beru a/s
- Contact emails
Subdomains
56 observed subdomains of beru.dk.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from beru.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for beru.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | emsd1.com |
| SPF_IP | 116.202.234.102 |
| SPF_IP | 138.201.83.113 |
| SPF_IP | 148.251.235.105 |
Related pages
Pivot deeper into the graph from beru.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beru.dk"})-[: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.