{"id":13876025,"url":"https://github.com/coolacid/docker-misp","last_synced_at":"2026-02-10T09:52:46.215Z","repository":{"id":40464670,"uuid":"224048259","full_name":"coolacid/docker-misp","owner":"coolacid","description":"A (nearly) production ready Dockered MISP","archived":false,"fork":false,"pushed_at":"2024-01-12T14:55:26.000Z","size":167,"stargazers_count":232,"open_issues_count":47,"forks_count":92,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-17T11:04:17.220Z","etag":null,"topics":["docker","misp","security","security-tools","threat-intelligence","threat-sharing"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coolacid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["coolacid"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-11-25T21:51:07.000Z","updated_at":"2025-06-05T15:26:20.000Z","dependencies_parsed_at":"2024-01-12T19:49:35.836Z","dependency_job_id":null,"html_url":"https://github.com/coolacid/docker-misp","commit_stats":null,"previous_names":[],"tags_count":104,"template":false,"template_full_name":null,"purl":"pkg:github/coolacid/docker-misp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolacid%2Fdocker-misp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolacid%2Fdocker-misp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolacid%2Fdocker-misp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolacid%2Fdocker-misp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coolacid","download_url":"https://codeload.github.com/coolacid/docker-misp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolacid%2Fdocker-misp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29297076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T09:11:24.369Z","status":"ssl_error","status_checked_at":"2026-02-10T09:10:47.789Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","misp","security","security-tools","threat-intelligence","threat-sharing"],"created_at":"2024-08-06T06:00:57.561Z","updated_at":"2026-02-10T09:52:46.174Z","avatar_url":"https://github.com/coolacid.png","language":"Shell","readme":"# This repo is here for history and no longer required \n\nUse the offical one https://github.com/MISP/misp-docker\n\n# CoolAcid's MISP Docker images\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e9b0c08774a84b9e8e0454f3ac83651f)](https://app.codacy.com/manual/coolacid/docker-misp?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=coolacid/docker-misp\u0026utm_campaign=Badge_Grade_Dashboard)\n[![CodeFactor](https://www.codefactor.io/repository/github/coolacid/docker-misp/badge/master)](https://www.codefactor.io/repository/github/coolacid/docker-misp/overview/master)\n[![Build Status](https://travis-ci.org/coolacid/docker-misp.svg?branch=master)](https://travis-ci.org/coolacid/docker-misp)\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/MISP/Docker)\n\nA (nearly) production ready Dockered MISP\n\nThis is based on some of the work from the DSCO docker build, nearly all of the details have been rewritten.\n\n-   Components are split out where possible, currently this is only the MISP modules\n-   Over writable configuration files\n-   Allows volumes for file store\n-   Cron job runs updates, pushes, and pulls - Logs go to docker logs\n-   Docker-Compose uses off the shelf images for Redis and MySQL\n-   Images directly from docker hub, no build required\n-   Slimmed down images by using build stages and slim parent image, removes unnecessary files from images\n\n## Docker Tags\n\n[Docker hub](https://hub.docker.com/r/coolacid/misp-docker) builds the images automatically based on git tags. I try and tag using the following details\n\n***v\\[MISP Version]\\[Our build version]***\n\n-   MISP version is the MISP tag we're building\n-   Our build version is the iteration for our changes with the same MISP version\n-   Core and modules are split into \\[core]-version and \\[modules]-version respectively\n\n## Getting Started\n\n### Development/Test\n\n-   Grab the `docker-compose.yml` and `server-configs/email.php` files (Keep directory structure)\n\n-   A dry run will create sane default configurations\n\n-   `docker-compose up`\n\n-   Login to `https://localhost`\n    -   User: `admin@admin.test`\n    -   Password: `admin`\n\n-   Profit\n\n### Using the image for development\n\nPull the entire repository, you can build the images using `docker-compose -f docker-compose.yml -f build-docker-compose.yml build`\n\nOnce you have the docker container up you can access the container by running `docker-compose exec misp /bin/bash`.\nThis will provide you with a root shell. You can use `apt update` and then install any tools you wish to use.\nFinally, copy any changes you make outside of the container for commiting to your branch. \n`git diff -- [dir with changes]` could be used to reduce the number of changes in a patch file, however, becareful when using the `git diff` command.\n\n### Updating\n\nUpdating the images should be as simple as `docker-compose pull` which, unless changed in the `docker-compose.yml` file will pull the latest built images.\n\n### Production\n-   It is recommended to specify which build you want to be running, and modify that version number when you would like to upgrade\n\n-   Use docker-compose, or some other config management tool\n\n-   Directory volume mount SSL Certs `./ssl`: `/etc/ssl/certs`\n    -   Certificate File: `cert.pem`\n    -   Certificate Key File: `key.pem`\n    -   CA File for Cert Authentication (optional) `ca.pem`\n\n-   Directory volume mount and create configs: `/var/www/MISP/app/Config/`\n\n-   Additional directory volume mounts:\n    -   `/var/www/MISP/app/files`\n    -   `/var/www/MISP/.gnupg`\n    -   `/var/www/MISP/.smime`\n\n### Building\n\nIf you are interested in building the project from scratch - `git clone` or download the entire repo and run `docker-compose -f build-docker-compose.yml build` \n\n## Image file sizes\n\n-   Core server(Saved: 2.5GB)\n    -   Original Image: 3.17GB\n    -   First attempt: 2.24GB\n    -   Remove chown: 1.56GB\n    -   PreBuild python modules, and only pull submodules we need: 800MB\n    -   PreBuild PHP modules: 664MB\n\n-   Modules (Saved: 640MB)\n    -   Original: 1.36GB\n    -   Pre-build modules: 750MB\n","funding_links":["https://github.com/sponsors/coolacid"],"categories":["Shell","security-tools"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolacid%2Fdocker-misp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoolacid%2Fdocker-misp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolacid%2Fdocker-misp/lists"}