Hostname
ellenor.org
Last fetched
ellenor.org resolves to 1 IPv4 address operated by AS62217 in GB. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
ellenor.org 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 |
|---|---|---|---|---|
| 194.0.252.52 | 194.0.252.0/24 | AS62217 | — | GB |
WHOIS identity
- Registrar
- iana:1390
- Organization
- boxharry
- Contact emails
Subdomains
1 observed subdomain of ellenor.org.
| Subdomain |
|---|
| www.ellenor.org |
Web-graph footprint
Distinct hostnames that link to or from ellenor.org in the public web crawl.
132 sites link to this hostname.
93 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ellenor.org.
| Mechanism | Target |
|---|---|
| SPF_A | ellenor.org |
| SPF_A | mail.ellenor.org |
| SPF_INCLUDE | _spf.securecollections.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.64.137.4 |
| SPF_IP | 51.52.185.138/28 |
| SPF_MX | ellenor.org |
Related pages
Pivot deeper into the graph from ellenor.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ellenor.org"})-[: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.