Hostname
ekaii.fr
Last fetched
ekaii.fr resolves to 4 IPv4 addresses operated by AS16276 in FR. WHOIS lists registrar:gandi as the registrar.
Nutrition Label
Resolution chain
ekaii.fr resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.94.231.69 | 141.94.0.0/16 | AS16276 | — | FR |
| 141.94.231.70 | 141.94.0.0/16 | AS16276 | — | FR |
| 141.94.231.71 | 141.94.0.0/16 | AS16276 | — | FR |
| 141.94.231.72 | 141.94.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- registrar:gandi
- Organization
- ano nymous
- Contact emails
- —
Subdomains
77 observed subdomains of ekaii.fr.
Showing 25 of 77. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for ekaii.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mx.cloudflare.net |
Related pages
Pivot deeper into the graph from ekaii.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ekaii.fr"})-[: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.