Hostname
servercow.de
Last fetched
servercow.de resolves to 2 IPv4 addresses operated by MEER-AS meerfarbig GmbH & Co. KG in DE.
Nutrition Label
Resolution chain
servercow.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.1.76.5 | 5.1.76.0/24 | AS34549 | MEER-AS meerfarbig GmbH & Co. KG | DE |
| 5.1.92.145 | 5.1.92.0/24 | AS34549 | MEER-AS meerfarbig GmbH & Co. KG | DE |
WHOIS identity
No WHOIS records are currently associated with servercow.de in WhisperGraph.
Subdomains
27 observed subdomains of servercow.de.
Showing 25 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from servercow.de in the public web crawl.
50 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for servercow.de.
| Mechanism | Target |
|---|---|
| SPF_A | servercow.de |
| SPF_INCLUDE | mx-out.servercow.de |
| SPF_INCLUDE | spf.mailcow.de |
| SPF_IP | 2a00:f820:417:0:0:0:e12:892d |
| SPF_IP | 2a00:f820:417:0:0:0:e12:892e |
| SPF_IP | 5.1.76.57 |
| SPF_IP | 5.1.76.58 |
| SPF_MX | servercow.de |
Related pages
Pivot deeper into the graph from servercow.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "servercow.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.