← すべてのガイド
TheHive
TheHive is a scalable security incident response platform for case and alert management, officially shipped as a Docker Compose bundle backed by Cassandra and Elasticsearch.
このガイドは上記リンク先にあるTheHive公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Install prerequisites
Docker Engine 23+, the Docker Compose plugin 2.20.2+, and jq are required.
2Clone the official Docker templates
git clone https://github.com/StrangeBeeCorp/docker.gitcd docker3Initialize a production profile
Pick a profile directory (e.g. prod1-thehive) — the init script generates certs and config for you.
cd prod1-thehivebash ./scripts/init.sh4Start the stack
docker compose up -ddocker compose ps5Log in
Without DNS set up, browse to https://localhost or your server's IP and accept the self-signed certificate.