Hostname
servercloud.farm
Last fetched
servercloud.farm resolves to 1 IPv4 address operated by AS8560 in ES. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
servercloud.farm 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 |
|---|---|---|---|---|
| 82.165.14.31 | 82.165.14.0/24 | AS8560 | — | ES |
WHOIS identity
- Registrar
- iana:433
- Organization
- tesecom
- Contact emails
Subdomains
21 observed subdomains of servercloud.farm.
Showing 20 of 21. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for servercloud.farm.
| Mechanism | Target |
|---|---|
| SPF_A | servercloud.farm |
| SPF_IP | 194.164.175.182 |
| SPF_IP | 194.164.62.233 |
| SPF_IP | 212.132.116.201 |
| SPF_IP | 213.165.86.238 |
| SPF_IP | 217.154.18.207 |
| SPF_IP | 217.160.138.100 |
| SPF_IP | 82.165.14.31 |
| SPF_IP | 85.215.159.14 |
| SPF_IP | 85.215.217.133 |
| SPF_IP | 85.215.77.244 |
| SPF_MX | servercloud.farm |
Related pages
Pivot deeper into the graph from servercloud.farm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "servercloud.farm"})-[: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.