Hostname
im.dk
Last fetched
im.dk resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in SE.
Nutrition Label
Resolution chain
im.dk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.232.147.252 | 172.232.128.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | SE |
| 172.233.57.17 | 172.233.32.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | NL |
WHOIS identity
- Registrar
- —
- Organization
- ?konomi- og indenrigsministeriet
- Contact emails
Subdomains
14 observed subdomains of im.dk.
Web-graph footprint
Distinct hostnames that link to or from im.dk in the public web crawl.
250 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for im.dk.
| Mechanism | Target |
|---|---|
| SPF_A | epost.sm.dk |
| SPF_INCLUDE | _spf.sitnet.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ubivox.com |
| SPF_INCLUDE | umint.sitnet.dk |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 5.179.94.107 |
| SPF_IP | 5.179.94.120 |
| SPF_IP | 5.179.94.127 |
| SPF_IP | 92.43.124.146 |
| SPF_MX | im.dk |
Related pages
Pivot deeper into the graph from im.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "im.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.