Hostname
randers.dk
Last fetched
randers.dk resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
randers.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.178.24.186 | 52.160.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- —
- Organization
- randers kommune
- Contact emails
Subdomains
298 observed subdomains of randers.dk.
Showing 25 of 298. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from randers.dk in the public web crawl.
650 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for randers.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.presscloud.com |
| SPF_INCLUDE | mailmailmail.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.cicero-lms.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 131.165.63.89/32 |
| SPF_IP | 131.165.67.22/32 |
| SPF_IP | 147.29.236.1/32 |
| SPF_IP | 147.29.238.1/32 |
| SPF_IP | 185.46.36.0/22 |
| SPF_IP | 194.182.26.15/32 |
| SPF_IP | 23.90.117.24 |
| SPF_IP | 23.90.118.74 |
| SPF_IP | 81.7.188.200 |
| SPF_IP | 93.191.152.206/32 |
| SPF_IP | 93.90.112.0/21 |
Related pages
Pivot deeper into the graph from randers.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "randers.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.