Hostname
dbio.dk
Last fetched
dbio.dk resolves to 1 IPv4 address operated by AS202053 in NL. WHOIS lists registrar:dandomain a/s as the registrar.
Nutrition Label
Resolution chain
dbio.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 |
|---|---|---|---|---|
| 94.237.109.27 | 94.237.108.0/22 | AS202053 | — | NL |
WHOIS identity
- Registrar
- registrar:dandomain a/s
- Organization
- danske bioanalytikere
- Contact emails
Subdomains
11 observed subdomains of dbio.dk.
Web-graph footprint
Distinct hostnames that link to or from dbio.dk in the public web crawl.
146 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for dbio.dk.
| Mechanism | Target |
|---|---|
| SPF_A | dbio.dk |
| SPF_INCLUDE | electric.net |
| SPF_INCLUDE | spf.mailanyone.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp.net |
| SPF_IP | 185.59.228.175 |
| SPF_IP | 185.59.228.176 |
| SPF_IP | 85.235.243.64 |
| SPF_IP | 92.241.201.158 |
Related pages
Pivot deeper into the graph from dbio.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dbio.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.