Hostname
cdep.ro
Last fetched
cdep.ro resolves to 2 IPv4 addresses operated by AS50252 in RO. WHOIS lists registrar:best it-serv srl as the registrar.
Nutrition Label
Resolution chain
cdep.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 |
|---|---|---|---|---|
| 193.226.121.237 | 193.226.121.0/24 | AS50252 | — | RO |
| 193.226.121.137 | 193.226.121.0/24 | AS50252 | — | RO |
WHOIS identity
- Registrar
- registrar:best it-serv srl
- Organization
- —
- Contact emails
- —
Subdomains
44 observed subdomains of cdep.ro.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cdep.ro in the public web crawl.
2,636 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for cdep.ro.
| Mechanism | Target |
|---|---|
| SPF_A | cdep.ro |
| SPF_A | edge50.cdep.ro |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.tmes.trendmicro.eu |
| SPF_IP | 193.226.121.105 |
| SPF_IP | 193.226.121.160 |
| SPF_IP | 193.226.121.25 |
| SPF_IP | 193.226.121.36 |
| SPF_IP | 193.226.121.90 |
| SPF_MX | cdep.ro |
Related pages
Pivot deeper into the graph from cdep.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdep.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.