Hostname
rti.ci
Last fetched
rti.ci resolves to 1 IPv4 address operated by OVH in FR. WHOIS lists registrar:artci reserved as the registrar.
Nutrition Label
Resolution chain
rti.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 |
|---|---|---|---|---|
| 5.39.121.20 | 5.39.0.0/17 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- registrar:artci reserved
- Organization
- artci
- Contact emails
Subdomains
32 observed subdomains of rti.ci.
Showing 21 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rti.ci in the public web crawl.
233 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for rti.ci.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 102.215.253.27 |
| SPF_IP | 102.215.253.68 |
| SPF_IP | 154.68.41.161 |
| SPF_IP | 154.68.41.170 |
| SPF_IP | 160.120.170.125 |
| SPF_IP | 160.120.170.134 |
| SPF_IP | 160.120.170.139 |
| SPF_IP | 160.120.170.184 |
| SPF_IP | 160.155.190.120 |
| SPF_IP | 213.136.102.84 |
Related pages
Pivot deeper into the graph from rti.ci.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rti.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.