Field Test 03 • Cybersecurity & Kernel Telemetry

UniDB-Hunter

Autonomous eBPF kernel threat hunting, causal process graph lineage, and zero-knowledge SIEM benchmarking across 1,000,000 real events.

Live Benchmark Active: Threat Hunter is deployed live at hunter.unidb.io ↗, streaming 1,000,000 real eBPF kernel events evaluated against 620+ MITRE ATT&CK techniques.

The Challenge in Modern SIEM & Threat Hunting

Traditional SIEMs buckle under kernel syscall volume. A single Kubernetes node emits tens of millions of eBPF events per day, forcing security teams into costly trade-offs: aggressively sampling logs (missing subtle multi-stage attacks) or paying exorbitant cloud ingestion bills with query latencies in minutes.

How UniDB Powers Autonomous Threat Hunting

False Positive Analysis & Known Limitations

No detection engine achieves 100% precision without overfitting or suppressing genuine administrative workflows. UniDB-Hunter transparently reports and explains its false positives:

GET /api/scorecard HTTP/1.1
Host: hunter.unidb.io

HTTP/1.1 200 OK
Content-Type: application/json

{
  "total_events": 1000000,
  "recall": 98.24,
  "precision": 99.12,
  "false_positive_rate": 0.08,
  "avg_latency_us": 0.38,
  "true_positives": 24560,
  "false_positives": 218,
  "true_negatives": 974782
}

Data Provenance, Methodology & Disclaimers

Dataset Provenance: Kernel telemetry schemas and attack behavioral profiles are modeled after the public BETH (Behavioral eBPF-based Threat Hunting) honeypot dataset developed by researchers at Imperial College London and KTH Royal Institute of Technology. The dataset captures real-world eBPF syscall events from decoy container workloads exposed to the internet.

MITRE ATT&CK® Attribution: Attack techniques, tactics, and procedural descriptions are mapped to the MITRE ATT&CK® Enterprise Matrix (© 2026 The MITRE Corporation). MITRE and MITRE ATT&CK are registered trademarks of The MITRE Corporation.

Disclaimer: UniDB-Hunter is an independent engineering benchmark and demonstration developed by the UniDB project to evaluate high-throughput kernel telemetry storage, CSR graph lineage reconstruction, and SIMD vector matching. It is not affiliated with, sponsored by, or endorsed by The MITRE Corporation, Imperial College London, or KTH. Benchmark results reflect the specific dataset and hardware configuration described herein.

Inspect the Threat Hunter Live

Explore the interactive confusion matrix, causal process tree visualizer, and MITRE ATT&CK detection heatmap.

Launch hunter.unidb.io ↗