Hostname
green-data-center.de
Last fetched
green-data-center.de resolves to 1 IPv4 address operated by AS15817 in DE.
Nutrition Label
Resolution chain
green-data-center.de 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 |
|---|---|---|---|---|
| 185.215.158.186 | 185.215.156.0/22 | AS15817 | — | DE |
WHOIS identity
No WHOIS records are currently associated with green-data-center.de in WhisperGraph.
Subdomains
1 observed subdomain of green-data-center.de.
| Subdomain |
|---|
| www.green-data-center.de |
Web-graph footprint
Distinct hostnames that link to or from green-data-center.de in the public web crawl.
6 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for green-data-center.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.23.79.250/32 |
| SPF_IP | 193.23.79.251/32 |
| SPF_IP | 212.118.192.0/24 |
| SPF_IP | 212.118.192.50/32 |
| SPF_IP | 212.118.192.51/32 |
| SPF_IP | 92.205.192.141/32 |
Related pages
Pivot deeper into the graph from green-data-center.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "green-data-center.de"})-[: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.