Skip to content

OpenBAS-Platform/docker

Repository files navigation

OpenBAS Docker Deployment

Welcome to the OpenBAS Docker deployment guide! This guide provides resources and information to help you deploy and manage OpenBAS using Docker.


📚 Documentation

For detailed instructions on installing OpenBAS using Docker, refer to the OpenBAS documentation space.


👥 Community

🛠️ Status & Bugs

OpenBAS is actively under development. If you encounter bugs, have feature requests, or need help, please report them using the GitHub Issues module. We appreciate your feedback and contributions to improve the platform.

💬 Discussions

Join our community to engage in discussions, share ideas, and get support:

  • Slack Channel: Connect with us on Slack

🔧 Deployment Overview

Quick Start with Docker Compose

The OpenBAS stack is modular and uses multiple Docker Compose files for easier configuration:

To start OpenBAS with the essential services, run:

   docker compose -f docker-compose.yml up -d

To start OpenBAS with Atomic Red Team threat library, run:

   docker compose -f docker-compose.yml -f docker-compose.atomic-red-team.yml up -d

To start OpenBAS with Caldera, run:

   docker compose -f docker-compose.yml -f docker-compose.caldera.yml up -d

Build Your Own Stack

OpenBAS allows you to customize your stack by selecting specific collectors and injectors to meet your unique needs:

  • Additional Collectors: Explore a variety of collectors available here.
  • Additional Injectors: Discover injectors to enhance your simulations here.

About

OpenBAS is a product designed and developed by the company Filigran.

About

OpenBAS Docker deployment helpers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published