Hostname
bolignet.dk
Last fetched
bolignet.dk resolves to 2 IPv4 addresses operated by AS44134 in DK.
Nutrition Label
Resolution chain
bolignet.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 |
|---|---|---|---|---|
| 79.142.224.47 | 79.142.224.0/20 | AS44134 | — | DK |
| 79.142.224.48 | 79.142.224.0/20 | AS44134 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- bolignet a/s
- Contact emails
Subdomains
3,568 observed subdomains of bolignet.dk.
Showing 25 of 3,568. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bolignet.dk in the public web crawl.
38 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bolignet.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.bolignet.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ubivox.com |
| SPF_MX | bolignet.dk |
Related pages
Pivot deeper into the graph from bolignet.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bolignet.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.