Hostname
cartea3d.ro
Last fetched
cartea3d.ro resolves to 2 IPv4 addresses operated by AS203053 in RO. WHOIS lists registrar:claus web srl as the registrar.
Nutrition Label
Resolution chain
cartea3d.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 |
|---|---|---|---|---|
| 86.107.78.145 | 86.107.111.0/24 | AS203053 | — | RO |
| 91.213.11.55 | 91.213.31.0/24 | AS49468 | — | RO |
WHOIS identity
- Registrar
- registrar:claus web srl
- Organization
- —
- Contact emails
- —
Subdomains
16 observed subdomains of cartea3d.ro.
Web-graph footprint
Distinct hostnames that link to or from cartea3d.ro in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- cartea3d.ro
SPF policy
10 SPF mechanisms authorising senders for cartea3d.ro.
| Mechanism | Target |
|---|---|
| SPF_A | cartea3d.ro |
| SPF_IP | 188.212.252.254 |
| SPF_IP | 31.14.56.155 |
| SPF_IP | 85.204.69.252 |
| SPF_IP | 86.105.228.180 |
| SPF_IP | 86.107.43.55 |
| SPF_IP | 86.107.43.63 |
| SPF_IP | 86.107.78.145 |
| SPF_IP | 91.213.188.9 |
| SPF_MX | cartea3d.ro |
Related pages
Pivot deeper into the graph from cartea3d.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cartea3d.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.