GitPedia

Rustinel

Open-source cross-platform endpoint detection engine for Windows, macOS, and Linux using ETW, ESF, eBPF, Sigma, YARA, IOCs, and ECS NDJSON alerts.

From Karib0u·Updated June 24, 2026·View on GitHub·

Open-source endpoint detection for Windows, Linux, and macOS. Native telemetry to Sigma, YARA, IOC detection, and SIEM-ready alerts. Written in Rust. The project is written primarily in Rust, distributed under the Apache License 2.0 license, first published in 2026. Key topics include: blue-team, detection-engineering, ebpf, edr, endpoint-detection.

Latest release: v1.1.4Rustinel v1.1.4
June 20, 2026View Changelog →
<p align="center"> <img src="docs/images/logo-rustinel.png" alt="Rustinel" width="240"> </p> <h1 align="center">Rustinel</h1> <p align="center"> <b>Open-source endpoint detection for Windows, Linux, and macOS.</b><br> Native telemetry to Sigma, YARA, IOC detection, and SIEM-ready alerts. Written in Rust. </p> <p align="center"> <a href="https://github.com/Karib0u/rustinel/actions/workflows/ci-cd.yml"><img src="https://github.com/Karib0u/rustinel/actions/workflows/ci-cd.yml/badge.svg?style=flat-square" alt="CI"></a> <a href="https://github.com/Karib0u/rustinel/releases/latest"><img src="https://img.shields.io/github/v/release/Karib0u/rustinel?style=flat-square&color=ff8a3d" alt="Latest release"></a> <a href="https://github.com/Karib0u/rustinel/releases"><img src="https://img.shields.io/github/downloads/Karib0u/rustinel/total?style=flat-square&color=ff8a3d" alt="Downloads"></a> <a href="https://github.com/Karib0u/rustinel/stargazers"><img src="https://img.shields.io/github/stars/Karib0u/rustinel?style=flat-square&color=ff8a3d" alt="Stars"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-ff8a3d?style=flat-square" alt="License"></a> </p> <p align="center"> <a href="https://rustinel.io/">Website</a> | <a href="https://docs.rustinel.io/">Docs</a> | <a href="https://github.com/Karib0u/rustinel/releases/latest">Download</a> | <a href="docs/siem-demos.md">SIEM demos</a> </p> <p align="center"> <img src="docs/images/demo.gif" alt="Rustinel demo" width="860"> </p>

Get Your First Alert

Rustinel ships release archives with a binary, default config, demo rules, and a
logs/ directory.

Windows - from an elevated PowerShell:

powershell
Invoke-WebRequest https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.ps1 -OutFile install-rustinel.ps1 powershell -ExecutionPolicy Bypass -File .\install-rustinel.ps1 -Run

Linux

bash
curl -fsSL https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.sh | sh -s -- --run

macOS (experimental)

bash
curl -fsSL https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.sh | sh cd rustinel

macOS requires a one-time Full Disk Access approval before Endpoint Security can
start. Follow the Getting Started
macOS notes before using it beyond a first test.

bash
sudo ./rustinel run

With the agent running, trigger the bundled demo rule:

bash
whoami

Alerts are written to logs/alerts.json.<date> as ECS NDJSON.

Prefer to inspect first? Download the install script
or a package from the latest release.
Installers only download published release binaries.


Why Rustinel

A transparent endpoint detection engine you can read, run, test, and extend.

  • Native telemetry: ETW on Windows, eBPF on Linux, Endpoint Security and /dev/bpf on macOS.
  • Detection formats: Sigma for behavior, YARA for files and memory, IOC matching for hashes, IPs, domains, and path regexes.
  • Rule reuse: bring existing Sigma and YARA rules instead of rewriting them into a proprietary format.
  • SIEM output: ECS 9.4.0 NDJSON alerts for Elastic, Splunk, and other log pipelines.
  • Operations: hot reload for rules and IOCs, optional active response on Windows and Linux only; macOS is detection-only today. Includes Windows service support and launchd packaging notes.

Platform support

PlatformSensorTelemetryStatus
Windows 10/11, Server 2016+ETWProcess, image load, network, file, registry, DNS, PowerShell, WMI, service, taskStable
Linux 5.8+ (BTF)eBPFProcess, network, file, DNSStable
macOS 11+Endpoint Security + /dev/bpfProcess, file, network, DNSExperimental

Windows coverage is the broadest today. Linux and macOS focus on process,
network, file, and DNS telemetry. macOS remains experimental. Current gaps are
listed in Limitations.


How detection works

text
ETW (Windows) | eBPF (Linux) | ESF + /dev/bpf (macOS) Normalized event model ┌───────────────┼───────────────┐ Sigma YARA IOC behavior files + hashes, IPs, rules memory domains, paths └───────────────┼───────────────┘ ECS NDJSON alerts Optional active response

See the detection docs for rule authoring, YARA memory scanning, and IOC formats.


Detection packs

The bundled rules only prove that the pipeline works. For real coverage, load
curated content from rustinel-rules,
the official versioned detection repository.

text
rustinel -> the engine that collects telemetry and evaluates rules rustinel-rules -> the Sigma, YARA, and IOC packs it loads

Each pack materializes into folders you point config.toml straight at. Browse the pack catalog to get started.


Good for / not for

Use it for detection engineering, rule development and testing, blue-team labs, cross-platform detection research, and SIEM pipeline validation.

It is not a drop-in replacement for a mature commercial EDR. Rustinel does
not provide kernel-level self-protection, pre-execution blocking, anti-tamper
guarantees, or managed response. A sufficiently privileged attacker may interfere
with user-mode telemetry.


Build from source

bash
cargo build --release sudo ./target/release/rustinel run

macOS requires the app-like signed bundle described in Getting Started.


Documentation

Website |
Docs home |
Getting Started |
Configuration |
Detection |
Architecture |
Operations |
Troubleshooting |
FAQ |
Detection rules |
Roadmap


Contributing

Testing, feedback, and detection ideas are welcome. See CONTRIBUTING.md.

License

Apache 2.0.

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from Karib0u/rustinel via the GitHub API.Last fetched: 6/25/2026