MISP/README.md

44 lines
2.7 KiB
Markdown
Raw Normal View History

2013-02-15 08:20:14 +01:00
MISP - Malware Information Sharing Platform
2013-04-27 10:11:18 +02:00
--------------------------------------------
The problem that we experienced in the past was the difficulty to exchange information about (targeted) malwares and attacks within a group of trusted partners, or a bilateral agreement.
Even today much of the information exchange happens in unstructured reports where you have to copy-paste the information in your own text-files that you then have to parse to export to (N)IDS and systems like log-searches, etc...
2013-02-15 08:20:14 +01:00
A huge challenge in the Cyber Security domain is the information sharing inside and between organizations.
This platform has as goal to facilitate:
2013-04-27 10:11:18 +02:00
- *central IOC database*: storing technical and non-technical information about malwares and attacks, ... Data from external instances is also imported into your local instance
- *correlation*: automatically creating relations between malwares, events and attributes
- *storing data* in a structured format (allowing automated use of the database for various purposes)
- *export*: generating IDS, OpenIOC, plain text, xml output to integrate with other systems (network IDS, host IDS, custom tools, …)
- *data-sharing*: automatically exchange and synchronization with other parties and trust-groups
Exchanging info results in faster detection of targeted attacks and improves the detection ratio while reducing the false positives. We also avoid reversing similar malware as we know very fast that others already worked on this malware.
The Red October malware for example gives a similar view:
![red october](http://4.bp.blogspot.com/-4Ibff5fC_6A/UXuFKbJk61I/AAAAAAAAAmw/7k_fNAqGNWk/s640/red-1.png)
(...)
![red october](http://1.bp.blogspot.com/-_0xRAfWouQc/UXuFKhd6bII/AAAAAAAAAm0/zTWcdvcYHjA/s640/red-2.png)
2013-02-15 08:20:14 +01:00
2013-04-27 10:11:18 +02:00
Some people might think about CIF, the collective intelligence framework, however both tools are different. Perhaps integration might be provided between those two in the future.
2013-02-15 08:20:14 +01:00
Documentation
-------------
2013-04-27 10:11:18 +02:00
Feel free to have a look at the (pdf) documentation in the INSTALL directory.
For the future version (v2) this is the develop branch: [https://github.com/MISP/MISP/tree/develop/INSTALL]
We are actively developing this tool and many (code, documentation, export formats,...) improvements are coming.
Feel free to fork the code, play with it, make some patches and send us the pull requests.
Feel free to contact us, create issues, if you have questions, remarks or bug reports.
The project site is: https://github.com/MISP/MISP
There are 2 branches:
- develop: (very active development) new features and improvements
- main: what we consider as stable
License
-------
This software is licensed under GNU Affero General Public License version 3
Copyright (c) 2012, 2013 Belgian Defence, NATO / NCIRC.
2013-02-15 08:20:14 +01:00