Hostname
ccibv.ro
Last fetched
ccibv.ro resolves to 2 IPv4 addresses operated by AS50939 in RO. WHOIS lists registrar:space ro srl as the registrar.
Nutrition Label
Resolution chain
ccibv.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 |
|---|---|---|---|---|
| 80.96.33.110 | 80.96.32.0/22 | AS50939 | — | RO |
| 86.122.129.119 | 86.120.0.0/13 | AS8708 | — | RO |
WHOIS identity
- Registrar
- registrar:space ro srl
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of ccibv.ro.
Web-graph footprint
Distinct hostnames that link to or from ccibv.ro in the public web crawl.
59 sites link to this hostname.
712 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ccibv.ro.
| Mechanism | Target |
|---|---|
| SPF_A | ccibv.ro |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.223.66.2 |
| SPF_IP | 80.96.32.22 |
| SPF_IP | 80.96.33.110 |
| SPF_MX | ccibv.ro |
Related pages
Pivot deeper into the graph from ccibv.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccibv.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.