Hostname
eika.no
Last fetched
eika.no resolves to 2 IPv4 addresses operated by AS35280 in NL.
Nutrition Label
Resolution chain
eika.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.60.133.137 | 159.60.128.0/20 | AS35280 | — | NL |
| 62.92.136.16 | 62.92.0.0/16 | AS2119 | — | NO |
WHOIS identity
- Registrar
- —
- Organization
- eika gruppen as
- Contact emails
Subdomains
43 observed subdomains of eika.no.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eika.no in the public web crawl.
248 sites link to this hostname.
147 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for eika.no.
| Mechanism | Target |
|---|---|
| SPF_A | eika.no |
| SPF_INCLUDE | _spf.netigate.se |
| SPF_INCLUDE | _spf.sndr.no |
| SPF_INCLUDE | spf-00727601.pphosted.com |
| SPF_INCLUDE | spf.hatteland.com |
| SPF_INCLUDE | spf.ilnet.se |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | ssnc-corp.cloud |
| SPF_IP | 139.111.201.0/29 |
| SPF_IP | 146.192.49.0/24 |
| SPF_IP | 170.40.176.8/29 |
| SPF_IP | 185.168.122.75 |
| SPF_IP | 185.168.122.76 |
| SPF_IP | 195.159.29.0/24 |
| SPF_IP | 199.36.128.184/29 |
| SPF_IP | 212.18.128.0/24 |
| SPF_IP | 217.18.206.0/24 |
| SPF_IP | 3.123.206.219/32 |
| SPF_IP | 3.68.129.51/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 74.241.209.44 |
| SPF_MX | eika.no |
Related pages
Pivot deeper into the graph from eika.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eika.no"})-[: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.