Misp Docker

MISP Docker (XME edition)
Alternatives To Misp Docker
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Traefik42,26418a day ago160September 16, 2022606mitGo
The Cloud Native Application Proxy
Awesome Compose22,256
2 days ago7April 23, 202199cc0-1.0HTML
Awesome Docker Compose samples
Nginx Proxy16,901
3 days ago448mitPython
Automated nginx proxy for Docker containers using docker-gen
Apisix11,520
17 hours ago655apache-2.0Lua
The Cloud-Native API Gateway
Telepresence5,692412 hours ago355September 23, 2022403otherGo
Local development against a remote Kubernetes or OpenShift cluster
Proxypool4,411
a month ago33mitPython
An Efficient ProxyPool with Getter, Tester and Server
Netflix Proxy3,430
4 months ago5mitPython
Smart DNS proxy to watch Netflix
Gluetun3,101
a day ago51April 25, 2021125mitGo
VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
Lamda2,482
8 days ago3Python
⚡️ Android reverse engineering & automation framework | 史上最强安卓抓包/逆向/HOOK & 云手机/远程桌面/自动化辅助框架,你的工作从未如此简单快捷。
Proxy.py2,3647915 hours ago37June 28, 202270bsd-3-clausePython
⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 "Proxy Server" framework • 🌐 "Web Server" framework • ➵ ➶ ➷ ➠ "PubSub" framework • 👷 "Work" acceptor & executor framework
Alternatives To Misp Docker
Select To Compare


Alternative Project Comparisons
Readme

MISP Docker

The files in this repository are used to create a Docker container running a MISP ("Malware Information Sharing Platform") instance.

I rewrote the Docker file to split the components in multiple containers (which is more in the philosophy of Docker). Therefore there is no longer a Dockerfile in the root directory.

The MISP container needs at least a MySQL container to store the data. By default it listen to port 443 and port 80, which is redirected to 443.

The build is based on Ubuntu and will install all the required components, using the INSTALL script provided in the MISP repository.

Using the Install script has the advantage that we can rely on a tested installation routine which is maintained and kept up to date. The amount of custom work to be done in the Dockerfile and run.sh files is limited to the necessary to make MISP container compliant.

The following configuration steps are performed automatically:

  • Reconfiguration of the base URL in config.php
  • Generation of a new salt in config.php
  • Generation of a self-signed certificate
  • Optimization of the PHP environment (php.ini) to match the MISP recommended values
  • Creation of the MySQL database
  • Generation of the admin PGP key
  • Installation of misp modules

Building your image

Fetch files

$ git clone https://github.com/MISP/misp-docker
$ cd misp-docker
# Copy template.env to .env (on the root directory) and edit the environment variables at .env file
$ cp template.env .env
$ vi .env

Build the containers

$ docker-compose build
or
$ docker-compose -f docker-compose.yml build

Run containers

$ docker-compose up
or
$ docker-compose -f docker-compose.yml up
Popular Docker Projects
Popular Proxy Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Docker
Proxy
Nginx
Certificate
Generation
Ssl