Hostname
eleiko.com
Last fetched
eleiko.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
eleiko.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:73
- Organization
- eleiko group ab
- Contact emails
Subdomains
23 observed subdomains of eleiko.com.
Web-graph footprint
Distinct hostnames that link to or from eleiko.com in the public web crawl.
578 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for eleiko.com.
| Mechanism | Target |
|---|---|
| SPF_A | relay2.hostnet.se |
| SPF_INCLUDE | 8842163.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | mail3.litiumdrift.se |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.81.82.183 |
| SPF_IP | 20.73.16.0 |
| SPF_IP | 31.193.252.110 |
| SPF_IP | 46.59.120.20 |
Related pages
Pivot deeper into the graph from eleiko.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eleiko.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.