Hostname
microserver.de
Last fetched
microserver.de resolves to 1 IPv4 address operated by AS200548 in DE.
Nutrition Label
Resolution chain
microserver.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 |
|---|---|---|---|---|
| 45.87.188.125 | 45.87.188.0/22 | AS200548 | — | DE |
WHOIS identity
No WHOIS records are currently associated with microserver.de in WhisperGraph.
Subdomains
844 observed subdomains of microserver.de.
Showing 25 of 844. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for microserver.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.52.223.0/24 |
| SPF_IP | 195.63.103.0/24 |
| SPF_IP | 195.63.61.0/24 |
| SPF_IP | 212.172.221.0/24 |
| SPF_IP | 212.172.50.0/24 |
| SPF_IP | 212.172.54.0/24 |
| SPF_IP | 62.144.206.0/24 |
| SPF_IP | 62.26.112.0/24 |
| SPF_IP | 62.26.185.0/24 |
| SPF_IP | 62.26.219.0/24 |
| SPF_IP | 62.27.118.0/24 |
| SPF_IP | 62.27.21.0/24 |
| SPF_MX | microserver.de |
Related pages
Pivot deeper into the graph from microserver.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "microserver.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.