Hostname
rn.dk
Last fetched
rn.dk resolves to 1 IPv4 address operated by TDC TDC AS in DK.
Nutrition Label
Resolution chain
rn.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 |
|---|---|---|---|---|
| 87.53.131.10 | 87.48.0.0/13 | AS3292 | TDC TDC AS | DK |
WHOIS identity
- Registrar
- —
- Organization
- region nordjylland
- Contact emails
Subdomains
172 observed subdomains of rn.dk.
Showing 25 of 172. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rn.dk in the public web crawl.
643 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
47 SPF mechanisms authorising senders for rn.dk.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_INCLUDE | _spf-hosting.eg.dk |
| SPF_INCLUDE | essprod0.templafy-ess.com |
| SPF_INCLUDE | o._spf.hostedsepo.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.40.144.230 |
| SPF_IP | 147.29.236.1/32 |
| SPF_IP | 147.29.238.1/32 |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 149.72.220.174 |
| SPF_IP | 157.90.15.36 |
| SPF_IP | 176.22.243.23/32 |
| SPF_IP | 176.22.243.91 |
| SPF_IP | 185.101.89.170 |
| SPF_IP | 185.163.188.0/23 |
| SPF_IP | 185.31.76.171 |
| SPF_IP | 185.31.77.170 |
| SPF_IP | 185.31.77.172 |
| SPF_IP | 185.31.78.25/32 |
| SPF_IP | 185.31.79.168 |
| SPF_IP | 185.31.79.183 |
| SPF_IP | 188.244.78.161 |
| SPF_IP | 188.244.78.174 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 199.91.137.8/29 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 212.88.77.41 |
| SPF_IP | 212.88.77.42 |
| SPF_IP | 212.98.103.125 |
| SPF_IP | 5.79.88.64/26 |
| SPF_IP | 5.79.99.192/26 |
| SPF_IP | 62.70.4.47/32 |
| SPF_IP | 76.22.243.91 |
| SPF_IP | 77.247.70.244 |
| SPF_IP | 80.196.242.132 |
| SPF_IP | 80.196.242.133 |
| SPF_IP | 80.196.242.200 |
| SPF_IP | 81.207.100.149 |
| SPF_IP | 86.58.133.128/25 |
| SPF_IP | 87.118.67.8 |
| SPF_IP | 87.53.131.96 |
| SPF_IP | 89.188.72.237 |
| SPF_IP | 93.90.115.1/32 |
| SPF_IP | 93.90.117.1/32 |
| SPF_IP | 94.130.228.67 |
| SPF_IP | 94.231.96.0/20 |
| SPF_IP | 95.128.25.130 |
Related pages
Pivot deeper into the graph from rn.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rn.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.