Hostname
eyeka.com
Last fetched
eyeka.com resolves to 3 IPv4 addresses operated by AS205787 in DE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
eyeka.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 |
|---|---|---|---|---|
| 185.206.180.148 | 185.206.180.0/24 | AS205787 | — | DE |
| 52.157.242.135 | 52.152.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 185.206.180.180 | 185.206.180.0/24 | AS205787 | — | DE |
WHOIS identity
- Registrar
- iana:106
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of eyeka.com.
| Subdomain |
|---|
| ns1.eyeka.com |
| www.eyeka.com |
Web-graph footprint
Distinct hostnames that link to or from eyeka.com in the public web crawl.
65 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for eyeka.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.migadu.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from eyeka.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eyeka.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.