Dossier · Private startup · 3 independent sources
Raven.io
Last updated: Sep 1, 2026
Raven.io is an Israeli-founded cybersecurity startup building runtime application security that observes libraries, functions, dependencies, and call paths inside production applications, then detects and can prevent attacks with application-level context rather than relying only on signatures, vulnerability lists, or host-level telemetry.
Visit WebsiteCompany Overview
**Product and the concrete problem it solves.** Raven.io is aimed at a gap between conventional application security and conventional runtime infrastructure security. Organizations can scan source code and dependencies before deployment, inspect hosts and containers while they run, and filter requests at a web boundary, but those controls do not necessarily explain which application library or function actually executed an attacker-controlled path in production. Raven’s product thesis is that the application itself should become observable and protectable while it is running. The practical customer problem is prioritization and response: large teams receive lists of CVEs and suspicious process events, yet cannot reliably tell whether a vulnerable function is loaded, reachable, or being abused in a live service. Raven combines runtime software-composition analysis, application detection and response, and prevention so a security or engineering team can move from an application event to the responsible package, function, and call chain. That is particularly relevant as AI-assisted development increases the volume of code and dependencies entering production faster than manual AppSec review can keep up.
**Core technology and how it actually works.** Raven’s public technical material describes a sensor architecture built on eBPF plus patented library-level monitoring. The intended output is not merely that a Python process spawned a child process or that a container made a network connection; it is a deterministic execution trail showing which application libraries executed, in what order, and where behavior deviated. Raven says it can observe runtime software components and connect an observed action to a language runtime, package, library, function, and call path. Its examples span Java and JVM languages, JavaScript and Node.js, Python, Go, Ruby, C++, C, Rust, PHP, Scala, and Kotlin. The company emphasizes no code injection, no request replay, and no data-exfiltration pipeline as part of its production design, although those claims require independent performance and security testing. The engineering challenge is substantial: runtime instrumentation must preserve latency and availability, maintain context across language runtimes and native libraries, handle containers and modern deployment patterns, and avoid collecting sensitive application data. A successful implementation would turn execution evidence into both detection and an explanation suitable for remediation, whereas a noisy or high-overhead sensor would be difficult to deploy in high-throughput services.
**Market, customers, and go-to-market.** Raven sells into the overlap of application security, cloud security, vulnerability management, and security operations. Its natural buyers include CISOs and AppSec leaders who need to reduce a backlog of dependency findings, cloud-security teams that need more context than process and network events provide, and engineering organizations responsible for fixing production risk without taking services offline. The go-to-market is initially enterprise and U.S.-oriented: Raven’s March 2026 funding coverage says the capital would accelerate product development, U.S. go-to-market activity, and hiring. Geektime reported that the company already had a double-digit number of customers, mostly large organizations in finance, banking, and insurance; that is a useful early traction signal, but it is media-reported and does not establish customer names, recurring revenue, retention, or production scale. Raven’s technical blog is also a distribution asset: it explains the runtime-application-security category in concrete terms and positions the company against EDR, cloud workload protection, WAF, and software-composition analysis. The sales wedge is credible because teams can use runtime evidence to make existing security investments more actionable, but a new runtime sensor still has to earn deployment approval, integrate with CI/CD and SOC workflows, and prove that it reduces incidents or remediation time rather than adding another console.
**Traction, funding, and third-party validation.** Raven emerged publicly with a combined $20 million Seed and post-Seed financing, reported in March 2026. The Seed was led by Norwest Venture Partners and the post-Seed extension by Elron Ventures, with participation reported from UpWest, RedSeed, SentinelOne, Jibe Ventures, Dnipro VC, and Elron’s CyberFuture microfund. SentinelOne’s participation is strategically notable because an endpoint-security incumbent is also a potential partner, channel, or future competitor. The company says it is built for production and has published language-support and runtime-ADR material, while independent coverage describes a double-digit customer base concentrated in large financial institutions. These are meaningful validation signals for a young Israeli cyber company, but the public record is still thin on hard operating metrics. No audited revenue, annual recurring revenue, renewal rate, customer list, deployment count, false-positive rate, benchmark suite, or independently reproduced exploit-prevention result was found in the sources reviewed. Raven’s patent claim is also described publicly but the specific patent numbers, jurisdictions, claim scope, and freedom-to-operate position are not disclosed in the material used here. The appropriate conclusion is that Raven has credible technical and financing validation and early customer adoption, not that its product-market fit or defensive moat is already proven.
**Founders and team background.** Raven was founded in 2023 by Roi Abitboul, Guy Franco, and Omer Yair. Abitboul is identified as chief executive, Franco as chief technology officer, and Yair as chief research officer. The three founders previously worked together at Javelin Networks, an Israeli endpoint-protection company founded by Abitboul and Franco that was acquired by Symantec; after that transaction they held senior roles connected to Symantec’s endpoint-detection and cloud-protection work. Public reporting also describes the founders as veterans of Israeli military technology and cyber units, and Geektime identifies a shared project involving the Israeli Air Force and Unit 9900. That combination gives Raven unusually direct experience with detection engineering, endpoint telemetry, malware research, and enterprise security product development. It also makes the Javelin relationship a diligence point: Javelin Networks is a historical, acquired company already represented separately in this database, while Raven is a new legal and product venture formed years later, not a rebrand or surviving product line. The team’s strongest apparent asset is problem familiarity across low-level security and commercial productization. The missing evidence is equally important: the size and composition of Raven’s current engineering team, the depth of its language-runtime expertise, its security research staffing, and its experience operating a global enterprise-support function are not publicly quantified.
**Competitive dynamics.** Raven faces competition from both specialists and platform vendors. Contrast Security offers application security testing and runtime protection with a strong established brand; Datadog and Dynatrace can extend application observability into security for customers already using their agents; Snyk and Endor Labs compete for dependency intelligence, reachability analysis, and developer workflow; and Wiz, Palo Alto Networks, Aqua Security, Sysdig, and CrowdStrike can bundle cloud, workload, or application controls into broader security platforms. Raven’s most direct Israeli comparisons include Oligo Security, which also uses runtime evidence to connect vulnerable components to observed execution, and Sweet Security, which correlates workload, application, identity, and AI behavior in a broader CNAPP model. Raven’s differentiation is narrower and potentially deeper: it claims to see inside the application at library and function level, not only the surrounding process, container, or cloud account. The strongest potential edges are 1) precise execution context for vulnerability prioritization, 2) detection of attacks that do not map cleanly to known CVEs or signatures, 3) a single approach across many programming languages, and 4) prevention or response tied to the code path that caused the behavior. The main competitive risk is convergence. If observability, CNAPP, SCA, and EDR platforms add comparable function-level context, Raven must show that its data is more accurate, its overhead lower, and its workflow outcomes materially better.
**Defense, security, and resilience dual-use relevance.** Raven’s core technology credibly serves both commercial and security-sensitive contexts, although no public source reviewed here establishes a defense contract, classified deployment, or government program. Modern defense contractors, government agencies, aerospace firms, banks, hospitals, and critical-infrastructure operators all run software assembled from open-source packages, third-party libraries, cloud services, and internally developed applications. Runtime proof can help these organizations distinguish a theoretical dependency exposure from a reachable execution path, investigate exploitation in a live mission-support service, and contain malicious behavior without waiting for a complete rebuild or patch window. The capability is especially relevant to software supply-chain resilience: an application-level sensor may reveal that a compromised or unexpected library is executing a dangerous function even when a package name looks legitimate and no conventional signature exists. It could also support software assurance for AI-enabled services, where generated code and agent frameworks introduce fast-moving dependencies and behavior. The calibration matters. Raven is not publicly presented as a weapons, military-autonomy, or classified-network company. Defense adoption would require evidence of on-premises or disconnected operation, secure sensor updates, strict data minimization, compliance and supply-chain review, predictable behavior under availability constraints, and integration with government SOC and incident-response systems. Until those points are demonstrated, the dual-use thesis is a strong cyber-resilience adjacency rather than fielded defense capability.
**Growth stage, trajectory, and key diligence risks.** Raven is best classified as early: it is a 2023-founded private company, has recently emerged from stealth, has raised substantial early capital, and reports initial enterprise customers, but it has not disclosed the commercial and technical metrics associated with a mature scale-up. The trajectory is attractive if runtime application evidence becomes the missing connective tissue between AppSec findings, cloud telemetry, and SOC response. The company could expand from vulnerability prioritization into exploit prevention, runtime policy, software assurance, and AI-application protection, while its founders’ prior exit may help with enterprise hiring and distribution. The diligence risks are significant: 1) sensor performance, latency, memory overhead, and failure behavior in production; 2) false negatives against obfuscated, fileless, supply-chain, and logic-abuse attacks; 3) false positives that cause a security control to disrupt a business-critical service; 4) privacy and data-residency exposure from observing application execution; 5) integration friction across languages, frameworks, serverless workloads, containers, and proprietary runtimes; 6) competition from bundled platforms with larger installed bases; and 7) limited public proof on revenue quality, retention, patents, headcount, and customer concentration. The most important milestones are independently measured overhead and detection results, additional named reference customers, repeatable deployment across heterogeneous stacks, evidence of converting runtime findings into remediation, and a restricted-environment offering that would turn cyber-resilience adjacency into credible strategic deployment.
Dual-Use Assessment
Raven's runtime application-security technology has credible commercial and strategic cyber-resilience applicability because defense, government, aerospace, financial, healthcare, and critical-infrastructure systems all depend on complex software and third-party libraries. Its function- and call-path-level execution evidence could help distinguish reachable exposure from theoretical CVE presence, detect supply-chain or logic abuse, and contain attacks in production. The public record does not establish a defense contract, classified deployment, or government authorization, so the dual-use case is capability adjacency that requires restricted-environment, data-minimizing, availability-safe validation.
Strategic Fit Assessment
Priority signal means this entry may be worth researching within the Claw & Talon thesis. It does not mean investable, suitable, endorsed, available, or likely to produce returns.
Raven is a high-priority internal signal because it combines a precise unresolved problem, a technically differentiated runtime thesis, an unusually experienced repeat-founder team, and $20 million of early financing from Norwest, Elron Ventures, and strategic cyber participants. The founders previously built Javelin Networks and worked on enterprise endpoint and cloud protection at Symantec, which is relevant execution evidence but does not guarantee a second success. The commercial opportunity is broad: software teams need to connect vulnerability inventories to real execution, while security teams need application-level context that EDR, WAF, and cloud posture tools often lack. The counterweights are material. Public evidence is still limited on revenue, retention, customer names, benchmark performance, sensor overhead, patent scope, and government readiness; Oligo, Contrast, CNAPP vendors, and observability platforms can attack the same budget; and prevention inside a production application carries asymmetric availability risk. The flag is a legacy priority signal for strategic diligence, not an investment recommendation.
Strategic Value to U.S.-Israel Alliance
Raven's strategic value is concentrated in software assurance and cyber resilience rather than in a direct defense product. Application-level execution evidence could improve the protection of mission-support software, defense-industrial supply chains, financial systems, health systems, and critical infrastructure by showing which code paths are actually reachable and active during an incident. That can shorten the gap between a theoretical vulnerability and an operational response, especially when patch windows are constrained or dependencies are difficult to replace. The Israeli founder base and prior experience in endpoint and cyber systems add ecosystem relevance, while the participation of SentinelOne and Elron's CyberFuture fund provides credible security-industry validation. Realized strategic value depends on safe performance, on-premises or disconnected deployment, secure updates, auditable telemetry, data minimization, and demonstrated government or critical-infrastructure adoption; none of those higher-assurance outcomes is publicly confirmed yet.
Key Technologies
- eBPF-based runtime telemetry for production application and workload behavior
- Patented library-level monitoring that traces executed dependencies, functions, and call paths
- Runtime software-composition analysis linking vulnerable components to observed execution
- Application Detection and Response for function-level exploit and deviation evidence
- Runtime prevention controls for blocking malicious application behavior as it executes
- Language-agnostic coverage across Java, JavaScript, Python, Go, Ruby, C/C++, Rust, PHP, Scala, and Kotlin
- Production security instrumentation designed without code injection, request replay, or data-exfiltration pipelines
Use Cases & Applications
- Prioritizing dependency and CVE remediation by showing which vulnerable functions actually execute in production
- Detecting exploitation of application libraries and frameworks before a conventional signature or CVE is available
- Investigating cloud-native incidents from application call paths rather than only process, host, or network events
- Containing malicious or unexpected behavior from legitimate packages, dependencies, and third-party components
- Supporting software-supply-chain assurance for financial, healthcare, government, and defense-contractor applications
- Monitoring AI-generated code, agent frameworks, and application-layer tool calls for unsafe runtime behavior
- Reducing AppSec and SOC investigation time by attributing runtime activity to the responsible library and function
- Providing runtime evidence for legacy applications where immediate patching or full rebuilds are impractical
Sources and verification
This profile is based on public-source research, Claw & Talon curation, and editorial judgment. Inclusion does not imply endorsement, partnership, investment, or a recommendation to transact. Readers should still confirm current status, customers, funding, and product claims before relying on this profile. The editorial policy explains how profiles are researched, where automated drafting is used, and how corrections work; the research methodology documents how evidence is graded, what counts as an independent source, and why some profiles are excluded from search indexing.
This record lists 8 public references used for company identity, status, positioning, or material-claim review.
Public sources
The links below are visible public references used for source discipline around company identity, status, funding, customer, acquisition, public-company, or other material claims where available.
- Raven.io official company page Verifies Raven's mission, runtime-focused cloud-native application-security positioning, the three founders, their Symantec and Israeli cyber backgrounds, and the company history leading to the current venture.
- Raven.io Runtime Application Detection and Response Verifies the product's application-level visibility, library and function-level forensics, eBPF and patented library-level monitoring claims, supported programming languages, and runtime ADR workflow.
- Raven.io Runtime Security: Protecting Running Applications Verifies Raven's distinction between infrastructure runtime security and runtime application security, including call-chain evidence, runtime SCA, application detection and response, and production-security framing.
- After Symantec exit, Javelin founders raise $20 million for new cyber bet Raven (CTech / Calcalist) Verifies Raven's 2023 founding, the Roi Abitboul, Guy Franco, and Omer Yair founding team, the combined Seed and post-Seed $20M financing, named investors and leads, the U.S. go-to-market plan, and the runtime-application-security thesis.
- RAVEN.IO raises $20 million to expand real-time app security platform (Ynet) Corroborates the $20M Seed and post-Seed financing, the Norwest and Elron leads, founder backgrounds and prior Javelin Networks exit, 2023 founding date, and the reported double-digit customer base in finance, banking, and insurance.
- המפתח שהתחיל לעבוד במיקרוסופט בגיל 15 חושף עכשיו את הסטארטאפ החדש שלו (Geektime) Provides additional Israeli reporting on the founders' shared Israeli technology-unit background, Javelin and Symantec history, $20M financing, and reported early customer profile.
- Elron Ventures Invests in Raven.io with $20M Funding Round Verifies Elron's public investment announcement, the three founders, and the prior Javelin Networks acquisition context.
- Official website
- Profile update timestamp Last updated in the Claw & Talon database on Sep 1, 2026.
Investor Lens
What this entry is
Private startup
Why it may matter
Raven.io may matter as a Cybersecurity entry with not currently an investable standalone company for Israeli technology research.
How an independent investor should read this
Not currently an investable standalone company. Read this profile as a starting point for independent verification, not as a recommendation or suitability assessment.
Evidence to verify
- Verify current status
- Verify traction
- Verify cap table/funding
- Verify technical claims
- Verify regulatory/export-control issues
- Verify customer concentration
Main investor questions
- Is the company currently active, independently financeable, and raising or not raising on terms you can verify?
- What customer, revenue, product, and technical evidence supports the company story?
- What valuation, cap table, rights, and follow-on assumptions would govern any private exposure?
- Does the dual-use claim map to actual commercial and government/defense/resilience buyer evidence?
- What evidence would change the thesis or show that the profile is stale?
What not to infer
- Inclusion does not imply endorsement.
- Inclusion does not imply allocation availability or current fundraising.
- Scores do not indicate investment suitability or expected returns.
- Strategic importance does not automatically imply venture return potential.
Diligence questions
- What evidence verifies Raven.io's current customer traction, deployment status, and revenue concentration?
- Which technical claims are independently demonstrable today, and which remain roadmap or pilot-stage assertions?
- Where does the product create real defense, intelligence, critical-infrastructure, or emergency-response value beyond ordinary commercial adoption?
- How does the platform integrate into existing SOC, cloud, identity, or compliance workflows without adding operational burden?
- What would disconfirm the priority signal: weak customer references, thin technical differentiation, poor capital efficiency, or limited allied-market access?
Related sector
See the Cybersecurity sector page for market context, related subcategories, and other Israeli companies in this part of the database.
Related companies
Need a diligence readout?
Use the profile and related checklists as a starting point. If the decision needs more context, request a company screen, founder-call prep, diligence memo, or sector readout.