Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/misp/misp
- Owner: MISP
- License: agpl-3.0
- Created: 2013-02-07T17:10:34.000Z (almost 12 years ago)
- Default Branch: 2.4
- Last Pushed: 2024-04-13T16:20:47.000Z (7 months ago)
- Last Synced: 2024-04-14T04:10:46.841Z (7 months ago)
- Topics: 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
- Language: PHP
- Homepage: https://www.misp-project.org/
- Size: 136 MB
- Stars: 4,963
- Watchers: 276
- Forks: 1,335
- Open Issues: 2,445
-
Metadata Files:
- Readme: README.debian
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Citation: CITATION.cff
- Security: SECURITY.md
- Roadmap: ROADMAP.md
- Authors: AUTHORS
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.shKnown 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.