LogoLogo
BlogHomepage
  • Quick Start
    • Onboarding Guide Walkthrough
  • Introduction
    • What is Garnet?
  • The Garnet Ecosystem
    • Jibril & Garnet Platform
    • Key Differences
  • Key Concepts
    • Environments
    • Jibril: Runtime Security Engine
    • Integrations
    • Events & Detections
  • Getting Started with Garnet Platform
    • Prerequisites
    • Step 1: Generate API Key
    • Step 2: Agent Setup
      • GitHub Actions Integration
      • Kubernetes Integration
    • Step 3: Configure Notifications
  • Using the Garnet Platform
    • Dashboard Overview
    • The Issues Page
    • Viewing Events
    • Understanding Alerts
  • Jibril Sensor: The Engine
    • Architecture & Technology (eBPF)
    • Core Capabilities (Detection & Blocking)
    • Deployment & Configuration
  • Use Cases
    • Securing CI/CD Pipelines
    • Runtime Protection in Production
  • Troubleshooting & Support
    • Troubleshooting Guide
    • Support Channels
  • Resources
    • Security
    • Community
      • Discord
    • Roadmap
    • Conclusion
Powered by GitBook

© 2025 Garnet Labs Inc.

On this page
  • Jibril: The Runtime Security Sensor (Free)
  • Garnet Platform: Multi-Agent Security Management (Commercial)
  1. The Garnet Ecosystem

Jibril & Garnet Platform

Last updated 16 days ago

Understanding the two parts of Garnet is key to leveraging its full potential.

Jibril: The Runtime Security Sensor (Free)

  • What it is: Jibril is the core, standalone eBPF-based security engine that performs the actual monitoring, behavioral detection (e.g., for malicious network calls, crypto miners), and blocking on a host system.

  • Functionality: Collects behavioral data (network, file, process) and uses behavioral detection to identify known threats and novel anomalies, and can actively block malicious actions. Its high-performance, low-overhead design makes it uniquely suitable for both build-time analysis and demanding production workloads.

  • Performance: Designed for high performance and extremely low overhead, making it suitable even for resource-constrained environments or high-throughput production systems. This is a key differentiator compared to other runtime security tools.

  • Deployment: Can be deployed as a standalone agent in various formats (CLI, Docker, Systemd, Kubernetes) for monitoring a single environment. Ideal for developers or teams to evaluate Garnet's core detection and blocking capabilities.

  • Tier: Free to use for a single agent deployment. Ideal for individual developers, small projects, or evaluating Garnet's core capabilities.

(See for more technical details)

Garnet Platform: Multi-Agent Security Management (Commercial)

  • What it is: The Garnet Platform is a commercial offering that acts as a centralized control plane for managing fleets of Jibril sensors, enabling security for software releases and production environments at scale.

  • Functionality: Provides a unified dashboard for visibility across multiple environments, simplifies agent deployment and configuration (e.g., for Kubernetes), aggregates alerts, and integrates with CI/CD (like GitHub Actions for securing software releases) and notification systems (Slack, for actionable alerts). Offers managed threat intelligence and includes enterprise support, catering to both DevOps/Platform Engineering (pipeline security, K8s management) and SOC/IR (centralized visibility, incident context) needs.

  • Target Audience: Designed for teams and organizations needing to secure multiple applications, environments (dev, staging, prod), or CI/CD pipelines.

  • Deployment: Accessed via a web interface. Jibril agents connect back to the platform using an API key.

  • Tier: Commercial, subscription-based. Required for multi-agent management, GitHub Actions integration, advanced alerting, and centralized control.

Jibril Sensor: The Engine Powering Garnet