[ BLUE ]

An EDR that cannot panic the kernel,
cannot fail silent, and is not paywalled.

Behavioral detection on a kernel-sourced event stream — led by behavior and on-device ML, backed by YARA and threat-intel IOCs. Not signature-only AV, not a cloud-pipelined heuristic, not a third-party kernel driver waiting for the next bad update. Written in Rust; releases signed and hash-verified.

How an event becomes a verdict

OS kernelES · eBPF · ETWnemesis-sensering buffer (Rust)deterministic rulesLOLBin · shadow-copy · mass-renameon-device MLEMBER + private corpuschain matcher60s sliding windowrespond<1s rollbackVERDICT IN < 50 ms

The OS hands us a curated event stream over a documented ABI. If our agent panics, the OS reaps the process. The kernel never goes down.

Why we don't ship a kernel driver

On 19 July 2024 a single channel-file update from a kernel-mode driver crashed an estimated 8.5 million Windows machines [1]. Airports. Hospitals. Banks. 911 dispatch. Recovery required physical access and a manual safe-mode visit per machine. The driver was the most widely deployed EDR in enterprise.

That outage was not a software bug. It was a structural choice. A product whose worst-case failure mode is bricking the host it's supposed to defend made a tradeoff that, in retrospect, no operator would consent to if it were stated explicitly at purchase.

Blue uses each OS's sanctioned instrumentation API, and the actual detection logic runs in userspace on all three:

The Rust core, four cooperating crates

Local verdict in <50ms. End-to-end neutralize-and-rollback in <1s on an M2 Air, 16 GB.

Beyond the endpoint: Kubernetes + VMware

The same engine protects the infrastructure your endpoints run on — one enrolled device per node or per hypervisor, in the same console.

Both normalize to OCSF and enroll into the same console as every endpoint — runtime detections, control-plane audit, and hypervisor alerts land in one timeline.

Tamper as alarm

The honest answer to “what if attacker kills the agent first?” is that, eventually, they probably can. So we treat silence as the loudest signal. Blue heartbeats out-of-band every 30 seconds. Missed heartbeats from an enrolled endpoint page the SOC immediately. A killed agent doesn't produce a comforting all-clear. It produces an alert.

Free tier is the full engine

The free tier ships the same rules, the same ML classifier, the same rollback. What it doesn't have is the cloud console, multi-device fleet view, and AI threat-intel triage. One device, strictly local, no telemetry leaves the machine. We monetize the cloud, not safety.

Pro / Family billed yearly (or $4.99 / $7.99 per month). Business is per active endpoint, 3 minimum; pay yearly and save ~2 months.

What Blue does not claim

Blue is the wrong choice if you need the F500-tier fleet-intelligence graph that Falcon's 23,000 customers feed into. Or an integrated SOC service. We sell tooling, not a managed SOC.

What Blue claims is to be the only EDR architected from day one for the constraints above. Not retrofitted into them after a market incident. See the trust center for the threat model and residual-risk list.

See it in action

The cloud console for managing your fleet, and the endpoint app that runs on every device. Click any shot to zoom.

Download Blue →Trust center

Sources

  1. Microsoft, “Helping our customers through the CrowdStrike outage” (20 July 2024). Reports 8.5M Windows devices affected.
  2. Apple, EndpointSecurity framework reference. Userspace API for security-relevant kernel events.
  3. eBPF.io, “What is eBPF?” In-kernel programmable runtime without loadable modules.