Hostname
dtu.dk
Last fetched
dtu.dk resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
dtu.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 |
|---|---|---|---|---|
| 52.236.166.178 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- —
- Organization
- danmarks tekniske universitet
- Contact emails
Subdomains
346 observed subdomains of dtu.dk.
Showing 25 of 346. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dtu.dk in the public web crawl.
4,354 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for dtu.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.dtu.dk |
| SPF_IP | 193.162.253.0/24 |
| SPF_IP | 89.221.166.0/24 |
| SPF_IP | 93.90.115.122 |
| SPF_IP | 94.231.107.21 |
| SPF_IP | 94.231.107.25 |
| SPF_IP | 95.128.24.167 |
Related pages
Pivot deeper into the graph from dtu.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dtu.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.