Hostname
ekaland.com
Last fetched
ekaland.com resolves to 2 IPv4 addresses operated by AS61173 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
ekaland.com 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 |
|---|---|---|---|---|
| 45.159.112.205 | 45.159.112.0/24 | AS61173 | — | IR |
| 94.23.116.113 | 94.23.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- chunjin
- Contact emails
Subdomains
7 observed subdomains of ekaland.com.
Web-graph footprint
Distinct hostnames that link to or from ekaland.com in the public web crawl.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ekaland.com.
| Mechanism | Target |
|---|---|
| SPF_A | ekaland.com |
| SPF_IP | 45.159.112.205 |
| SPF_IP | 94.23.116.113 |
| SPF_MX | ekaland.com |
Related pages
Pivot deeper into the graph from ekaland.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ekaland.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.