Hostname
itu.dk
Last fetched
itu.dk resolves to 1 IPv4 address operated by FSKNET-DK Forskningsnettet - Danish network for Research and Education in DK.
Nutrition Label
Resolution chain
itu.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 |
|---|---|---|---|---|
| 130.226.142.241 | 130.226.0.0/16 | AS1835 | FSKNET-DK Forskningsnettet - Danish network for Research and Education | DK |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from itu.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for itu.dk.
| Mechanism | Target |
|---|---|
| SPF_A | mx2.itu.dk |
| SPF_INCLUDE | mailmailmail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 130.226.132.32 |
| SPF_IP | 130.226.140.45 |
| SPF_IP | 130.226.143.24 |
| SPF_IP | 193.162.253.130/32 |
| SPF_IP | 20.71.116.37 |
| SPF_IP | 46.36.204.50/32 |
| SPF_IP | 46.36.206.110 |
Related pages
Pivot deeper into the graph from itu.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itu.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.