Hostname
eucsyd.dk
Last fetched
eucsyd.dk resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
eucsyd.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 |
|---|---|---|---|---|
| 20.126.78.209 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- —
- Organization
- euc syd
- Contact emails
- —
Subdomains
17 observed subdomains of eucsyd.dk.
Web-graph footprint
Distinct hostnames that link to or from eucsyd.dk in the public web crawl.
252 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for eucsyd.dk.
| Mechanism | Target |
|---|---|
| SPF_A | massmail.scannet.dk |
| SPF_INCLUDE | _spf.illumi.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.94.232.90/32 |
| SPF_IP | 185.16.17.219 |
| SPF_IP | 185.16.17.220 |
| SPF_IP | 195.231.242.115/32 |
| SPF_IP | 212.37.142.20 |
| SPF_IP | 212.37.142.28 |
| SPF_IP | 40.118.61.36 |
| SPF_IP | 46.32.40.41 |
| SPF_IP | 83.91.91.0/26 |
| SPF_IP | 89.184.150.166 |
| SPF_IP | 89.221.167.132 |
| SPF_IP | 94.138.76.180 |
| SPF_IP | 94.138.76.44 |
| SPF_IP | 94.138.76.52 |
| SPF_IP | 94.138.77.92 |
Related pages
Pivot deeper into the graph from eucsyd.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eucsyd.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.