This repository contains deployment files for the ATT&CK Workbench, a web application for editing ATT&CK data represented in STIX. It is composed of a frontend Single Page App (SPA), a backend REST API, and a database. Optionally, you can deploy a "sidecar service" that makes your Workbench data available over a TAXII 2.1 API.
To quickly create and deploy a custom Workbench instance using Docker Compose use the interactive setup script in the docker/ directory.
See docker/README for detailed instructions.
For production deployments, Kubernetes manifests with Kustomize are available in the k8s/ directory.
See k8s/README for detailed instructions.
- View logs:
docker compose logs -f - Check running containers:
docker compose ps
More tips in docs/troubleshooting.
For questions or issues, visit the GitHub issues page.
- Contribution guide: contribution guide
- Developer guide: developer guide
- License: Apache License 2.0