Hostname
dfi.dk
Last fetched
dfi.dk resolves to 1 IPv4 address operated by COMBELL-AS in BE.
Nutrition Label
Resolution chain
dfi.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.135.13.116 | 185.135.12.0/23 | AS34762 | COMBELL-AS | BE |
WHOIS identity
- Registrar
- —
- Organization
- det danske filminstitut
- Contact emails
Subdomains
18 observed subdomains of dfi.dk.
Web-graph footprint
Distinct hostnames that link to or from dfi.dk in the public web crawl.
1,952 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for dfi.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spfi.dfi.dk |
| SPF_IP | 135.225.28.104 |
| SPF_IP | 188.64.157.0/28 |
| SPF_IP | 194.182.109.192/26 |
| SPF_IP | 217.116.221.193/26 |
| SPF_IP | 77.243.56.130 |
| SPF_IP | 86.48.84.162 |
| SPF_IP | 93.160.60.228/31 |
| SPF_IP | 94.143.8.102 |
Related pages
Pivot deeper into the graph from dfi.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dfi.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.