Hostname
beof.dk
Last fetched
beof.dk resolves to 1 IPv4 address operated by BORNFIBER in DK.
Nutrition Label
Resolution chain
beof.dk 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 |
|---|---|---|---|---|
| 185.109.89.242 | 185.109.88.0/22 | AS24800 | BORNFIBER | DK |
WHOIS identity
- Registrar
- —
- Organization
- bornholms energi og forsyning a/s
- Contact emails
Subdomains
13 observed subdomains of beof.dk.
Web-graph footprint
Distinct hostnames that link to or from beof.dk in the public web crawl.
73 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for beof.dk.
| Mechanism | Target |
|---|---|
| SPF_A | beof.dk |
| SPF_INCLUDE | mailmailmail.net |
| SPF_INCLUDE | spf.defgo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 135.225.28.104 |
| SPF_IP | 178.63.74.233 |
| SPF_IP | 185.109.89.242 |
| SPF_IP | 185.109.89.245 |
| SPF_IP | 185.158.60.200 |
| SPF_IP | 80.196.190.58 |
| SPF_MX | beof.dk |
Related pages
Pivot deeper into the graph from beof.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beof.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.