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.
AS

beenuar/AiSOC

AI Agent

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

2.3k Stars245 Forks6 Open Issues2.3k WatchersPythonMIT
AI AgentDeveloper Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

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
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • Python teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

2.3k Stars

Reuse

245 Forks

Attention

2.3k Watchers

Maintenance

active

License

MIT

Open issues

6

Overview

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.

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

Developer Tool

Tools that improve coding, testing, build, and local workflow

Quick Start
npx aisoc triage --demo
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

May 2, 2026

Created

Aug 11, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+0

Today's growth

+0

7-day growth

+0

30-day growth

Aug 13, 2026Aug 13, 2026
Community Health
245

Forks

6

Open

2.3k

Watchers

Owner
AS

beenuar

GitHub profile
Topics & Language
Pythonagentic-aiai-securityalert-triageclickhousecybersecuritydetection-engineeringincident-responseinvestigation-ledgerlanggraphmitre-attackneo4jopen-sourcepurple-teamsecurity-operationsself-hostedsiemsoarsocthreat-detectionthreat-intelligence
Ecosystem & Usage
GitHub Repository Project Website
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k

practical-tutorials/project-based-learning

Curated list of project-based tutorials

279k

obra/superpowers

An agentic skills framework & software development methodology that works.

273k

react/react

The library for web and native user interfaces.

247k
License
MIT
CreatedMay 2, 2026
Last pushAug 11, 2026
Last syncedAug 13, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis