misp-website/_pages/download.md

56 lines
2.6 KiB
Markdown
Raw Normal View History

2016-07-23 18:31:16 +02:00
---
layout: page
title: Download
permalink: /download/
2016-08-02 15:31:15 +02:00
toc: true
2016-07-23 18:31:16 +02:00
---
2016-07-23 18:54:38 +02:00
## Download and Install MISP
[MISP source code is available on GitHub](https://github.com/MISP/MISP) including documentation and scripts for installation.
2017-07-03 13:25:09 +02:00
[ChangeLog](/Changelog.txt) contains a detailed list of updates for each software release in the core of the MISP software.
2017-07-03 13:21:58 +02:00
2016-07-23 18:54:38 +02:00
### Requirements
MISP can be easily installed on any standard GNU/Linux distribution. Installation guides for various distributions are included in the [INSTALL directory](https://github.com/MISP/MISP/tree/2.4/INSTALL). If you did a git clone of MISP for the installation, an [UPDATE procedure is available](https://github.com/MISP/MISP/blob/2.4/INSTALL/UPDATE.txt) to keep your MISP up-to-date.
### Virtual images
If you would like to test MISP and don't want to do an installation, CIRCL generates automatically VMware images and VirtualBox at each MISP core commit. Available at the [following location](https://www.circl.lu/misp-images/latest/). The image can be used for production but we highly recommend to change the default credentials and salt pre-configured with such images.
2017-10-12 23:25:18 +02:00
2017-10-28 11:17:25 +02:00
The default credentials for the automatically generated virtual machines are the following:
~~~~
For the MISP web interface -> admin@admin.test:admin
For the system -> misp:Password1234
2018-03-28 07:53:13 +02:00
Please add the following forwards on your VM Host:
VBoxManage controlvm MISP_VM_NAME natpf1 www,tcp,,8080,,80
VBoxManage controlvm MISP_VM_NAME natpf1 ssh,tcp,,2222,,22
VBoxManage controlvm MISP_VM_NAME natpf1 dashboard,tcp,,8001,,8001
2017-10-28 11:17:25 +02:00
~~~~
2017-07-08 11:05:21 +02:00
### Vagrant
[misp-vagrant](https://github.com/MISP/misp-vagrant) deploys MISP project software with Vagrant.
2017-01-01 11:46:03 +01:00
### Docker containers
2016-07-23 19:19:15 +02:00
2017-01-01 11:46:03 +01:00
- A [docker container for MISP](https://github.com/xme/misp-docker) is maintained by Xavier Mertens.
- Another [MISP docker container](https://github.com/harvard-itsecurity/docker-misp) is maintained by Ventz Petkov.
2016-07-23 19:19:15 +02:00
2017-07-21 10:56:21 +02:00
### Puppet
- [puppet-misp](https://github.com/voxpupuli/puppet-misp) This module installs and configures MISP (Malware Information Sharing Platform) on CentOS 7.
2017-10-28 11:34:48 +02:00
### Ansible
- [MISP ansible](https://github.com/juju4/ansible-MISP) An ansible role to setup a MISP instance.
## License
2016-09-06 11:24:15 +02:00
The MISP software is an open source and free software released under the [AGPL](https://github.com/MISP/MISP/blob/2.4/LICENSE) (Affero General Public License). We are committed to ensure that MISP will remain a free and open source project on the long-run.
2016-09-06 11:24:15 +02:00
The MISP taxonomies are licensed under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) (CC0 1.0) - Public Domain Dedication. This allows interoperability with any product. (open source or proprietary)