Hostname
c20.eelserver.com
Last fetched
c20.eelserver.com resolves to 3 IPv4 addresses operated by AS20940 in GB.
Nutrition Label
Resolution chain
c20.eelserver.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.77.161.196 | 104.77.161.0/24 | AS20940 | — | GB |
| 135.181.1.139 | 135.181.0.0/16 | AS24940 | — | FI |
| 135.181.1.182 | 135.181.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with c20.eelserver.com in WhisperGraph.
Subdomains
3 observed subdomains of c20.eelserver.com.
Threat posture
History
Mail and authentication
MX records
- c20.eelserver.com
SPF policy
3 SPF mechanisms authorising senders for c20.eelserver.com.
| Mechanism | Target |
|---|---|
| SPF_A | c20.eelserver.com |
| SPF_IP | 135.181.1.139 |
| SPF_MX | c20.eelserver.com |
Related pages
Pivot deeper into the graph from c20.eelserver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "c20.eelserver.com"})-[: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.