Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
AS

beenuar/AiSOC

Open-source AI-powered Security Operations Center — alert fusion, purple-team drills, agent-assisted triage, MITRE ATT&CK investigation. MIT-licensed, self-hostable.

stars
2.3k
Language
Python
GitHub
Source and compliance noteLast synced: Aug 13, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

AiSOC is an open-source, self-hostable AI-powered Security Operations Center (SOC) that automates alert triage, investigation, and response. It fuses alerts, runs purple-team drills, and provides agent-assisted triage with MITRE ATT&CK mapping, all while logging every agent action for replay and audit. Its core value proposition is delivering an enterprise-grade AI SOC that is transparent, MIT-licensed, and deployable on your own infrastructure.

Installation

Quick start: `npx aisoc triage --demo` (no install needed) or `pip install -e packages/aisoc-sandbox && aisoc-sandbox demo` for offline Python, or `git clone https://github.com/beenuar/AiSOC && cd AiSOC && pnpm aisoc:demo` for the full Docker stack.

Problem solved

Traditional SOCs are overwhelmed by alert noise and require expensive human analysts for repetitive triage. AiSOC solves this by using a deterministic scoring engine and AI agents to automatically suppress false positives (e.g., 85.5% noise reduction in demo) and escalate true positives, while providing full transparency through step-by-step logging. It also democratizes AI security operations by being open-source and self-hostable, unlike proprietary commercial SOC platforms.

What you can build

Developers can build a complete AI-driven SOC pipeline that ingests alerts, triages them, investigates incidents using MITRE ATT&CK, and even runs purple-team drills to test detection. Real-world use cases include automated phishing triage, lateral movement detection, AWS credential exfiltration, Kubernetes privilege escalation, and GitHub token theft. The ceiling is high: with the full stack (Postgres, Redis, Kafka, API, agents, web UI), you can deploy a production-grade SOC that handles thousands of alerts, integrates with existing SIEMs, and provides replayable audit trails for compliance.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

AiSOC is ideal for security teams and developers who want a transparent, self-hostable AI SOC to reduce alert noise and automate triage without vendor lock-in. It is not for those seeking a fully managed, turnkey commercial solution or those without the infrastructure to self-host. The key trade-off is between the flexibility and cost savings of open-source self-hosting versus the convenience and support of commercial alternatives.

Analyzed by Git-Stars - 8/13/2026