Hostname
csnet.es
Last fetched
csnet.es appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
csnet.es has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with csnet.es in WhisperGraph.
Subdomains
63 observed subdomains of csnet.es.
Showing 25 of 63. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from csnet.es in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for csnet.es.
| Mechanism | Target |
|---|---|
| SPF_IP | 141.94.160.221/32 |
| SPF_IP | 141.94.243.19/32 |
| SPF_IP | 149.202.23.213/32 |
| SPF_IP | 176.31.47.12/30 |
| SPF_IP | 178.32.146.188/30 |
| SPF_IP | 178.33.117.37/32 |
| SPF_IP | 178.33.163.58/32 |
| SPF_IP | 178.33.86.8/30 |
| SPF_IP | 188.165.135.68/32 |
| SPF_IP | 37.59.159.208/32 |
| SPF_IP | 46.105.89.72/30 |
| SPF_IP | 5.135.201.38/32 |
| SPF_IP | 51.254.80.199/32 |
| SPF_IP | 51.255.220.236/32 |
| SPF_IP | 51.255.71.171/32 |
| SPF_IP | 51.68.67.26/32 |
| SPF_IP | 51.83.94.18/32 |
| SPF_IP | 51.91.25.135/32 |
| SPF_IP | 57.128.96.13/32 |
| SPF_IP | 87.98.227.39/32 |
| SPF_IP | 94.23.81.36/32 |
Related pages
Pivot deeper into the graph from csnet.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "csnet.es"})-[: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.