Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/misp/misp

MISP (core software) - Open Source Threat Intelligence and Sharing Platform
https://github.com/misp/misp

cti cybersecurity fraud-detection fraud-management fraud-prevention information-exchange information-security information-sharing intelligence malware-analysis misp security stix threat-analysis threat-hunting threat-intel threat-intelligence threat-intelligence-platform threat-sharing threatintel

Last synced: about 1 month ago
JSON representation

MISP (core software) - Open Source Threat Intelligence and Sharing Platform

Awesome Lists containing this project

README

        

MISP Debian Package
===================

The actual MISP Debian package is experimental. It is not something that can be pushed to Debian yet,
however it is still a valid Debian package that can be deployed and it makes the installation much
easier.

How to use?
-----------

* Get all the MISP dependencies into this tree, such as galaxies, whitelists, etc.
* Rename to root folder to misp-2.4.220/
* Run ./build-deb.sh

Known Weaknesses
----------------

* For now, it only install MISP to use a MySQL backend.
* We could not use the outdated CakePHP Debian package (2.x), it is now 4.x, so CakePHP must be pulled into app/Lib/cakephp
* MISP is installed in /usr/share/misp/ including where it logs, etc.
* No individual package for misp-galaxies, misp-taxonomies etc.
* /usr/share/misp is set to www-data, it will be changed in a future version
* It installs MISP using Apache only, no SSL etc.