Fundraising Fox

Bitbison

New York, US Β· Founded 2025 Β· Delaware corporation Β· 6 employees on LinkedIn Β· 3 known investors

Bitbison builds a system of record that captures a complete, causal history of activity across systems β€” from developer workstation through build to production β€” to enable runtime security detection, policy enforcement and audit. It works at the kernel, networking and storage layer to capture events with low overhead for infrastructure security teams.

Founders & leadership

Bitbison was founded in 2025 by Samy Al Bahra.

SA
Samy Al BahraCo-founder
GPGabriel Parmer
Gabriel ParmerCo-founder

Board

SDSunil Dhaliwal
Sunil Dhaliwalin𝕏Board directorFounder, Fastly at Amplify Partners

Investors Β· 3

Reported raises Β· per SEC filings

Form D private placements

$5.7M disclosed across 1 round Β· 2026

β–Ά$5.7MraisedApr 2026 Β· 3 investors Β· Other
Rule 506(b)
Officers, directors & promoters on the filing
  • Samy Al BahraExecutive Officer, Director, Promoter
  • Gabriel ParmerExecutive Officer, Director
  • Sunil DhaliwalDirector
Offering amount
$6M
Amount sold
$5.7M
First sale
Apr 2026
Incorporated
Corporation, Delaware, 2025
Federal exemptions
06b
Full filing on SEC EDGAR β†—

Source: SEC EDGAR Form D. Amounts as filed; amended filings shown once at their latest values.

Company profile

researched Aug 2026

Bitbison develops a Linux security platform whose core premise is the continuous capture of a complete causal record of system activity β€” threads, processes, files, network connections and other system objects β€” rather than a sampled subset of coarse-grained events. The company positions this record as the basis for detection, investigation and policy enforcement, arguing that conventional runtime security tools observe only a few hundred events per host per hour and therefore cannot detect or reconstruct activity that was never recorded. Its site states that existing approaches miss over 99% of what happens on a host, and cites external research (eAudit at IEEE S&P 2024, IBM's Cost of a Data Breach 2024, Mandiant M-Trends 2024, and a USENIX Security 2022 study on false positives) to frame the problem of dropped audit data, long breach detection times and high false-positive rates.

A second element is a policy language expressed over the causal graph. Alongside conventional rule constructs, Bitbison introduces a provenance operator that asserts an action provably flowed from a specified origin β€” for example, permitting only Ansible driven from a corporate bastion host to write a configuration file that a network-facing service subsequently loads, and alerting on anything else with the full causal chain attached as evidence. The company contrasts this with pattern-matching approaches based on signatures, rules or behavioral analytics, which it describes as approximating chains of cause and effect using discrete, disconnected events.

The company also publishes threat research using its own instrumentation. One post analyzes a standalone Linux build of the Shai-Hulud supply-chain worm recovered from a research fleet instrumented with Bitbison, where a genuinely vulnerable React Server Components stack was exposed to the internet; the analysis covers React2Shell-based initial access, three in-process HTTP command handlers injected into a Next.js process, an SSH worm, Global Socket reverse-shell persistence, attacker SSH keys, and VS Code and Claude Code hooks added to compromised repositories, along with build-artifact evidence (an embedded Bun 1.3.14 runtime, bun build --compile, standalone polyfill modules and an unresolvable OpenSearch commit reference) used to date the payload.

Traction

The website presents measured production comparisons against competing agents across multiple host classes (a build server fleet of 13 hosts, a web service fleet of 10,537 hosts and a control plane of 189 hosts), and the company operates an internet-exposed research fleet instrumented with its own product that captured a live Shai-Hulud and React2Shell compromise. Access to the product is offered via an early-access request.

Latest developments

In a blog post covering activity dated May 2026, Bitbison reported recovering a new "Mini Shai-Hulud" variant compiled as a standalone Linux post-exploitation executable that retains the worm's credential theft and GitHub and npm propagation without requiring a malicious package install or build workflow. The analysis describes React2Shell exploitation of a Next.js server for initial access, three simultaneously installed in-process HTTP handlers for payload delivery, SSH worm propagation, and persistence via attacker SSH keys and Global Socket startup hooks, and places the payload's likely build date at 12–15 May 2026 based on an embedded Bun 1.3.14 runtime and staging-host presence.

β–ΈFull profile β€” market position, technology, go-to-market

Market position

Bitbison describes itself as the first Linux security platform built on a complete causal record of systems, differentiating from incumbent runtime security and endpoint agents that it characterizes as capturing under 1% of system cause-and-effect. Its published benchmarks compare it against unnamed industry-leading agents on production servers.

The stated differentiators are total event capture without sampling at low resource overhead, and a policy primitive that expresses provable causal flow between events β€” asserting, for example, that a file write actually originated from a specific bastion host β€” which the company says no other platform can express and which cannot be defeated by spoofed attributes. Because the full causal chain behind each alert is already recorded, the company argues investigations cannot reach dead ends caused by missing telemetry.

Technology

The platform records system activity continuously at production scale with no sampling, producing a full causal graph of processes, threads, files, connections and other system objects. Captured event fields shown on the company's site include timestamp, event ID, action (for example process launched, process terminated, ancestry family tree map, local and neighbor IP address records, host resource metrics heartbeat), user, image path and command line. The company reports capturing on the order of 95,481 events per hour per host against an industry standard of about 200, and presents production comparisons against competing agents on build servers, web services and control planes showing higher event volumes at lower CPU, memory and disk cost, including 100% capture at 6% CPU and 80 MB disk where an alternative agent captured 50% at 100% CPU and 9.2 GB. Policy is expressed as declarative rules over the causal graph using a provenance operator that asserts an action demonstrably flowed from a given source rather than relying on spoofable attributes. Research work uses fleets of hosts instrumented with the product to observe live intrusions end to end.

Go-to-market

The product is presented on the company's website with a "Request early access" call to action, indicating a pre-general-availability or invite-based rollout. The company also publishes technical threat-intelligence analyses on its blog based on data from its own instrumented research fleet.

Organizations running Linux production infrastructure β€” build servers, web services and control planes β€” and the security operations and infrastructure security teams responsible for runtime detection, investigation and policy enforcement on those systems.

Compiled by commissioned research from 8 cited public sources β€” announcements, filings, and press listed under research sources below.

Key figures

latest reported
Events captured per hour per hostJan 202695,481 events/hour/host
Industry standard events captured per hour per host (comparison)Jan 2026200 events/hour/host
Share of system cause and effect captured by existing runtime security tools (coJan 2026<1%

Company-reported or press-reported figures, each dated to when it was claimed β€” not independently audited.

Timeline Β· 1

launches, deals, and filings
May 2026
Bitbison publishes analysis of a standalone Linux Shai-Hulud stealer variant

Bitbison's blog documented a new "Mini Shai-Hulud" variant recovered from a research fleet instrumented with its product, packaged as a standalone Linux post-exploitation executable compiled with bun build --compile and embedding Bun 1.3.14. The campaign used React2Shell for initial remote code execution on a Next.js server, installed three in-process HTTP command handlers, deployed a separate SSH worm, and established persistence through an attacker authorized_keys entry, Global Socket startup hooks and VS Code and Claude Code SessionStart hooks in compromised repositories. The likely build date is placed at 12-15 May 2026.

source β†—

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Legal entities Β· 1

corporate structure
BitbisonDelaware

β–ΈResearch sources Β· 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Bitbison do?
Bitbison is a Linux runtime security platform built on a complete causal record of system activity.
Who founded Bitbison?
Bitbison was founded by Samy Al Bahra in 2025.
Who are Bitbison's investors?
Bitbison's investors include Amplify Partners CV, Work-Bench, Amplify Partners.
How much funding has Bitbison raised?
Bitbison has disclosed $5.7M raised across 1 round.
Where is Bitbison headquartered?
Bitbison is headquartered in New York, US.