Hostname
ekineto.ro
Last fetched
ekineto.ro resolves to 2 IPv4 addresses operated by AS44043 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
ekineto.ro 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 |
|---|---|---|---|---|
| 176.223.121.23 | 176.223.120.0/23 | AS44043 | — | RO |
| 31.14.56.247 | 31.14.56.0/24 | AS203053 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of ekineto.ro.
| Subdomain |
|---|
| mail.ekineto.ro |
| www.ekineto.ro |
Web-graph footprint
Distinct hostnames that link to or from ekineto.ro in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ekineto.ro
SPF policy
15 SPF mechanisms authorising senders for ekineto.ro.
| Mechanism | Target |
|---|---|
| SPF_A | ekineto.ro |
| SPF_A | spf.mxserver.ro |
| SPF_INCLUDE | spf.mxserver.ro |
| SPF_IP | 176.223.120.199 |
| SPF_IP | 176.223.121.23 |
| SPF_IP | 185.92.193.60 |
| SPF_IP | 188.215.245.240 |
| SPF_IP | 31.14.56.247 |
| SPF_IP | 46.102.147.181 |
| SPF_IP | 86.107.43.56 |
| SPF_IP | 89.44.47.29 |
| SPF_IP | 89.44.47.55 |
| SPF_IP | 91.195.28.109 |
| SPF_IP | 93.115.119.100 |
| SPF_MX | ekineto.ro |
Related pages
Pivot deeper into the graph from ekineto.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ekineto.ro"})-[: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.