Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A self-hosted sandbox for red teams to test payloads against modern detection before deployment. MCP integration lets an LLM agent drive analysis end to end.
| Date | Stars |
|---|---|
| 2026-07-31 | 1498 |
| 2026-08-06 | 1511 |
Today
+13 stars today
This week
— stars this week
This month
— stars this month
Momentum
7.0
growth rate 0.00%/day
# LitterBox  []() []() []() []() []() [](https://deepwiki.com/BlackSnufkin/LitterBox) [](https://github.com/BlackSnufkin/LitterBox/stargazers) A self-hosted payload-analysis sandbox for red teams. Upload a sample, run static / dynamic / EDR analysis against it, get a Detection Score and a triggering-indicators breakdown — decide whether the payload is field-ready before it leaves the lab. LitterBox can also dispatch payloads to a separate EDR-instrumented Windows VM (Elastic Defend or Fibratus) and pull the correlated detection alerts back into the results page. > While designed primarily for red teams, LitterBox is equally useful for blue teams running the same tools in their malware-analysis workflows. ## Documentation Operator and developer documentation lives in the **[LitterBox Wiki](../../wiki)**. | Topic | Wiki page | |---|---| | How everything fits together | [Application Architecture](../../wiki/Application-Architecture) | | Run static + every reachable EDR in parallel | [All in One Pipeline](../../wiki/All-in-One-Pipeline) | | Dispatch payloads to a real EDR VM | [EDR Integration](../../wiki/EDR-Integration) → [Elastic Defend](../../wiki/Elastic-Defend-Setup) / [Fibratus](../../wiki/Fibratus-Setup) | | Whiskers agent (install, endpoints, build) | [Whiskers Agent](../../wiki/Whiskers-Agent) | | Every HTTP endpoint | [HTTP API Reference](../../wiki/HTTP-API-Reference) | | CLI / Python lib / MCP for LLMs | [GrumpyCats CLI](../../wiki/GrumpyCats-CLI) · [GrumpyCats Library](../../wiki/GrumpyCats-Library) · [LitterBoxMCP](../../wiki/LitterBoxMCP) | | What feeds the Detection Score | [Detection Score Explained](../../wiki/Detection-Score-Explained) | | Configure scanners / paths / timeouts | [Configuration Reference](../../wiki/Configuration-Reference) | | Add custom YARA rules / scanners | [YARA Rules Management](../../wiki/YARA-Rules-Management) · [New Scanner](../../wiki/New-Scanner) | ## Installation ### Windows ```bash git clone https://github.com/BlackSnufkin/LitterBox.git cd LitterBox python -m venv venv .\venv\Scripts\Activate.ps1 pip install -r requirements.txt python litterbox.py # add --debug for verbose logging ``` Open `http://127.0.0.1:1337`. Requires Python 3.11+ and an admin shell. ### Linux (Docker) ```bash git clone https://github.com/BlackSnufkin/LitterBox.git cd LitterBox/Docker chmod +x setup.sh ./setup.sh ``` The setup script provisions a Windows 10 container with KVM and runs LitterBox inside. Initial build takes ~1 hour. - **Install monitor**: `http://localhost:8006` - **RDP**: `localhost:3389` (creds in the docker compose file) - **LitterBox UI**: `http://127.0.0.1:1337` once setup completes ### EDR setup (optional) Drop one or more profile YAMLs under `Config/edr_profiles/` and the upload page picks them up at boot. Full walkthroughs in the wiki: [Whiskers Agent](../../wiki/Whiskers-Agent) → [Elastic Defend Setup](../../wiki/Elastic-Defend-Setup) or [Fibratus Setup](../../wiki/Fibratus-Setup). ## Scanners Bundled binaries under `Scanners/`. Versions and last-update dates tracked here so operators can tell at a glance whether a scanner is current. | Scanner | Version | Last updated | Source | |---|---|---|---| | [PE-Sieve](https://github.com/hasherezade/pe-sieve) | 0.4.1.2 (`f1dc39d`) | 2026-05-02 | hashe
Excerpt of 7,773 characters
Read on GitHub176
9
4
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9d4b16cd805a8041, topic:mcp, topic:mcp-server