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
Open-source AI-powered Security Operations Center — alert fusion, purple-team drills, agent-assisted triage, MITRE ATT&CK investigation. MIT-licensed, self-hostable.
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
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.
Deployment reality
The available setup signal starts with: npx aisoc triage --demo. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
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.
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.
beenuar/AiSOC is tracked as a Python project in the AI Agent, Developer Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 2.3k total stars, with +0 today, +591 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 12 days ago, and the open issue queue is 6, about 0.27% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 245 forks and 2.3k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need Python teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 591. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
2.3k Stars
Reuse
245 Forks
Attention
2.3k Watchers
Maintenance
active
License
MIT
Open issues
6
AiSOC is an open-source, self-hostable AI Security Operations Center (SOC) that ingests security events, correlates them, and runs AI-driven investigations, surfacing results in a SOC console. It provides step-by-step logging and replay of agent prompts, tool calls, and rationale, and is MIT-licensed.
Key Features
- Self-hostable AI SOC with agent-driven investigation and a console interface. - Step-by-step logging and replay of agent prompts, tool calls, and rationale. - Multiple quick-start options: CLI, sandbox simulator, Docker Compose, Codespaces, and one-click deploy.
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
Developer Tool
Tools that improve coding, testing, build, and local workflow
npx aisoc triage --demo73
Health Score
Active
Commit Activity
May 2, 2026
Created
Aug 11, 2026
Last push
+0
Today's growth
+0
7-day growth
+0
30-day growth
Forks
Open
Watchers
beenuar
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
obra/superpowers
An agentic skills framework & software development methodology that works.
react/react
The library for web and native user interfaces.
✓
License
✓
Forked
✓ Active
Maintained
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.
Capabilities
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.
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.