Hostname
datacenter.eu
Last fetched
datacenter.eu resolves to 1 IPv4 address operated by AS24611 in LU. WHOIS lists registrar:name: eurodns s.a.|website: www.eurodns.com|| as the registrar.
Nutrition Label
Resolution chain
datacenter.eu 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 |
|---|---|---|---|---|
| 80.92.72.99 | 80.92.64.0/19 | AS24611 | — | LU |
WHOIS identity
- Registrar
- registrar:name: eurodns s.a.|website: www.eurodns.com||
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of datacenter.eu.
Web-graph footprint
Distinct hostnames that link to or from datacenter.eu in the public web crawl.
42 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for datacenter.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 80.92.64.146 |
| SPF_IP | 80.92.64.162 |
| SPF_IP | 80.92.64.5 |
| SPF_IP | 80.92.67.109 |
| SPF_IP | 80.92.67.170 |
| SPF_IP | 80.92.78.85 |
| SPF_IP | 80.92.90.63/32 |
| SPF_IP | 80.92.90.90 |
| SPF_IP | 80.92.93.20 |
| SPF_IP | 80.92.93.4 |
Related pages
Pivot deeper into the graph from datacenter.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datacenter.eu"})-[: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.