Skip to content

Repository files navigation

Sentinel Kit

🛡️ Sentinel Kit: Unified security platform for SOC & DFIR

Sentinel Kit is a comprehensive security platform designed to provide Security Operations Center (SOC) and Digital Forensics and Incident Response (DFIR) capabilities with unparalleled deployment simplicity.

Built for real-time security monitoring, threat detection, and incident response, this integrated platform enables collection, analysis, detection, and immediate response to security threats.

Sentinel-Kit homepage


✨ Core Capabilities

Sentinel Kit provides a complete security monitoring and response ecosystem:

🔍 Real-Time Threat Detection

  • Sigma Rules Engine: Advanced detection rules for log-based threat hunting
  • Alert Management: Real-time alert processing and triage workflow
  • Custom Detection Logic: Create and manage custom detection rules

📊 Security Monitoring & Analytics

  • Unified Dashboard: Centralized security metrics and KPIs
  • Data Source Monitoring: Track log ingestion and data source health
  • Service Health Monitoring: Platform component status and performance

📁 Log Collection & Analysis

  • Multi-Source Ingestion: FluentBit-based log collection from various sources
  • Elasticsearch Storage: Scalable log storage and indexing
  • Advanced Search: Powerful querying and filtering capabilities

🎯 Integrated Analysis Tools

  • Native Alert Viewer: Built-in alert analysis and investigation tools
  • Kibana Integration: Advanced log exploration and custom dashboards
  • Grafana Dashboards: Infrastructure monitoring and metrics visualization

🚀 Quick Start

Prerequisites

  • Operating System: Windows 10/11, Linux, or macOS
  • Docker & Docker Compose (or Docker Desktop)
  • Memory: Minimum 8 GB RAM (16 GB recommended)
  • Storage: At least 20 GB free disk space
  • Network: Internet access for initial container downloads

One-Command Deployment

  1. Clone and Start:

    git clone https://github.com/codeyourweb/sentinel-kit.git
    cd sentinel-kit
    # Windows PowerShell
    ./launcher.ps1 build
    # Linux/macOS
    ./launcher.sh build

    After an initial build. Startup could be done with start command

  2. Configure DNS (Local Development): Use the integrated console command as Administrator:

    ./launcher.sh local-dns-install

    Or, manually add to your hosts file :

     127.0.0.1 sentinel-kit.local
    127.0.0.1 backend.sentinel-kit.local
    127.0.0.1 phpmyadmin.sentinel-kit.local
    127.0.0.1 kibana.sentinel-kit.local
    127.0.0.1 grafana.sentinel-kit.local
    
  3. Access the Platform:

First Steps

  1. Configure and create an admin user
  2. Add new data sources and ingest logs
  3. Create detection rules
  4. Monitor and analyze alerts

🏗️ Architecture Overview

Sentinel Kit follows a microservices architecture with the following core components:

ComponentPurposeTechnology Stack
Web InterfaceMain dashboard and management consoleVue.js, Nginx
Backend APICore business logic and data managementPHP Symfony, PHP-FPM
Detection EngineSigma rules processing and alert generationElastalert, Python
Log StorageCentralized log repository and indexingElasticsearch
Log IngestionMulti-source log collection and forwardingFluentBit
DatabasePlatform configuration and user managementMySQL
MonitoringInfrastructure metrics and dashboardsPrometheus, Grafana
Service DiscoveryReverse proxy and SSL terminationCaddy

📚 Documentation

User Guides


🔄 Management Commands

The included launcher provides simplified platform management:

=============================================
Sentinel-Kit Management Script =============================================
USAGE:
.\launcher <command>
COMMANDS:
start Start the Docker stack
stop Stop the running Docker stack
build Build and start the Docker stack
clean-data Clean all user data and stop containers
console Access Sentinel-Kit console
logs Show Docker container logs
status Show container status
local-dns-install Install local DNS entries to hosts file
local-dns-uninstall Remove local DNS entries from hosts file
help Show this help message
OPTIONS:
-Follow Follow log output (for logs command)

🛟 Support & Community

  • Documentation: Complete guides available in the docs/ directory
  • Issues: Report bugs via GitHub Issues
  • Discussions: Community support and feature discussions
  • Security Issues: Report security vulnerabilities privately

📄 License

This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. See LICENSE for details.


🙏 Acknowledgments

  • Sigma Project for the detection rule format and community rules
  • Elastic Stack for the powerful search and analytics engine
  • FluentBit for efficient and lightweight log processing
  • Vue.js Community for the reactive frontend framework
  • Symfony for this powerfull PHP framework, core of Sentinel-Kit backend

Sentinel Kit - Simplifying Security Operations through Unified Platform Management

About

Easy to deploy stack for Detection and Incident Response (SOC & DFIR)

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages