FREESanctions, PEP & AML/CFT screening database. Search any name.
[ 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 kernel
ES · eBPF · ETW
nemesis-sense
ring buffer (Rust)
deterministic rules
LOLBin · shadow-copy · mass-rename
on-device ML
EMBER + private corpus
chain matcher
60s sliding window
respond
<1s rollback
Verdict 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.

Questions

Does Nemesis Blue use a kernel driver?

No. Detection runs in userspace on a kernel-sourced event stream (EndpointSecurity on macOS, eBPF on Linux, ETW on Windows), so a bad update cannot panic or brick the machine the way a loadable kernel driver can.

Which platforms does Nemesis Blue protect?

macOS, Windows and Linux endpoints, plus Kubernetes (a privileged eBPF DaemonSet) and VMware vCenter/ESXi (agentless ransomware detection), all managed from one console.

How does it stop ransomware, and can it roll back?

Behavior-led detection plus on-device ML (EMBER) flag the encryption behavior, then Nemesis Blue neutralizes it and automatically rolls the files back from APFS, Btrfs or VSS snapshots, typically in under a second.

How is it different from signature antivirus?

It leads with behavior and on-device machine learning rather than signatures, so it catches novel and fileless attacks a signature list misses, with a verdict in under 50 ms.

Is Nemesis Blue free?

Yes. The free tier ships the full engine for one device, local-only with no telemetry. Paid tiers are Pro $39/yr, Family $69/yr and Business $4 per endpoint per month, with MSSP wholesale.

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.