Hostname
diis.dk
Last fetched
diis.dk resolves to 1 IPv4 address operated by AS202053 in NL.
Nutrition Label
Resolution chain
diis.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.110.239 | 94.237.108.0/22 | AS202053 | — | NL |
WHOIS identity
- Registrar
- —
- Organization
- dansk institut for internationale studier (diis)
- Contact emails
Subdomains
15 observed subdomains of diis.dk.
Web-graph footprint
Distinct hostnames that link to or from diis.dk in the public web crawl.
1,032 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for diis.dk.
| Mechanism | Target |
|---|---|
| SPF_A | diis.dk |
| SPF_INCLUDE | _spf.emply.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-eu.exlibrisgroup.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.85.167.197 |
| SPF_IP | 40.113.118.179 |
| SPF_IP | 5.56.151.113/32 |
| SPF_IP | 5.56.151.125/32 |
| SPF_IP | 5.56.151.226 |
| SPF_IP | 54.194.229.108 |
| SPF_IP | 77.233.237.41/32 |
Related pages
Pivot deeper into the graph from diis.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "diis.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.