Hostname
distinct.ro
Last fetched
distinct.ro resolves to 2 IPv4 addresses operated by AS48067 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
distinct.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 |
|---|---|---|---|---|
| 185.251.28.193 | 185.251.28.0/23 | AS48067 | — | RO |
| 185.251.29.199 | 185.251.28.0/23 | AS48067 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
38 observed subdomains of distinct.ro.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from distinct.ro in the public web crawl.
11 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for distinct.ro.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.251.28.74/32 |
| SPF_IP | 185.251.28.94/32 |
| SPF_IP | 188.209.213.10/32 |
| SPF_IP | 188.209.213.11/32 |
| SPF_IP | 193.84.69.20/32 |
| SPF_IP | 193.84.69.71/32 |
| SPF_IP | 93.113.192.20/32 |
| SPF_IP | 93.113.192.71/32 |
| SPF_IP | 93.113.193.220/32 |
| SPF_IP | 93.113.193.74/32 |
| SPF_IP | 93.113.193.94/32 |
| SPF_MX | distinct.ro |
Related pages
Pivot deeper into the graph from distinct.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "distinct.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.