Hostname
cojan.ro
Last fetched
cojan.ro resolves to 1 IPv4 address operated by AS3280 in DE. WHOIS lists registrar:netim as the registrar.
Nutrition Label
Resolution chain
cojan.ro 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 |
|---|---|---|---|---|
| 174.136.201.7 | 174.136.201.0/24 | AS3280 | — | DE |
WHOIS identity
- Registrar
- registrar:netim
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of cojan.ro.
Web-graph footprint
Distinct hostnames that link to or from cojan.ro in the public web crawl.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for cojan.ro.
| Mechanism | Target |
|---|---|
| SPF_A | ams-b-01.mx.enginyring.com |
| SPF_A | ams-b-02.mx.enginyring.com |
| SPF_A | ams01-1.nest.familiacojan.ro |
| SPF_A | ams01-2.nest.familiacojan.ro |
| SPF_A | ams01.nest.familiacojan.ro |
| SPF_A | buc01.nest.familiacojan.ro |
| SPF_A | buc02.nest.familiacojan.ro |
| SPF_A | cojan.ro |
| SPF_A | dal01-us.mx.enginyring.com |
| SPF_A | dal02-us.mx.enginyring.com |
| SPF_A | familiacojan.ro |
| SPF_A | mx.cojan.ro |
| SPF_A | nest.familiacojan.ro |
| SPF_IP | 103.214.71.38 |
| SPF_IP | 174.136.200.10 |
| SPF_IP | 174.136.200.14 |
| SPF_IP | 174.136.200.15 |
| SPF_IP | 2.58.14.200 |
| SPF_IP | 216.146.25.47 |
| SPF_IP | 45.140.189.227 |
| SPF_IP | 45.86.162.31 |
| SPF_IP | 46.30.188.158 |
| SPF_IP | 66.118.247.187 |
| SPF_IP | 66.118.247.188 |
| SPF_MX | cojan.ro |
Related pages
Pivot deeper into the graph from cojan.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cojan.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.