Hostname
rmo.ci
Last fetched
rmo.ci resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists registrar:aviso as the registrar.
Nutrition Label
Resolution chain
rmo.ci resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.134.128.91 | 91.134.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- registrar:aviso
- Organization
- artci
- Contact emails
Subdomains
24 observed subdomains of rmo.ci.
Showing 19 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rmo.ci in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for rmo.ci.
| Mechanism | Target |
|---|---|
| SPF_A | mailgw1.rmo.ci |
| SPF_A | ns3022791.ip-51-254-45.eu |
| SPF_A | ns392235.ovh.net |
| SPF_EXISTS | rmo.ci |
| SPF_IP | 154.68.9.44 |
| SPF_IP | 154.68.9.45 |
| SPF_IP | 2001:41d0:305:2100:0:0:0:3093 |
| SPF_IP | 51.83.98.16 |
| SPF_IP | 51.91.105.196 |
| SPF_MX | rmo.ci |
Related pages
Pivot deeper into the graph from rmo.ci.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rmo.ci"})-[: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.