MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform) https://www.misp-project.org/
 
 
 
 
 
 
Go to file
iglocska 0b50604274 Some changes to the UI
- The previous UI changes fixed the top and the bottom bar to the
viewport

- It was great for the UI with the debug disabled, but it obstructed the
debug info with it on

- now, turning debug off fixes the top bar and the bottom bar, turning
it on returns it to the top and bottom of the page, as it was in earlier
versions
2013-07-04 11:25:48 +02:00
INSTALL consistency in MYSQL database file 2013-06-24 12:36:52 +02:00
app Some changes to the UI 2013-07-04 11:25:48 +02:00
plugins Merge branch 'feature/gui' of https://github.com/MISP/MISP into 2013-05-31 17:50:00 +02:00
tools minor changes 2013-06-24 15:12:30 +02:00
.gitignore updated gitignore 2013-04-16 22:09:03 +02:00
.pydevproject minor changes 2013-06-24 15:12:30 +02:00
BUGS.txt updated structure of the documentation 2013-02-15 08:20:14 +01:00
COPYRIGHT updated structure of the documentation 2013-02-15 08:20:14 +01:00
LICENSE updated structure of the documentation 2013-02-15 08:20:14 +01:00
README.md updated structure of the documentation 2013-02-15 08:20:14 +01:00

README.md

MISP - Malware Information Sharing Platform

Copyright: The copyright holders are the Belgian Defence and NATO / NCIRC. License: Affero General Public License v3

Goal

A huge challenge in the Cyber Security domain is the information sharing inside and between organizations. This platform has as goal to facilitate:

  • storing technical and non-technical information about seen malwares and attacks
  • automatically creating relations between malwares and events
  • storing data in a structured format (allowing automated use of the database for various purposes)
  • generating IDS rules that can be imported on IDS systems (network, host)
  • sharing the information with other parties and trust-groups
  • storing locally all information from other instances

To have a better idea what the platform does have a look at the PDF files in the INSTALL directory.

Documentation

Make sure you read the documentation in the INSTALL directory. We are currently consolidating the documentation, so it will be updated often.

This part of the code is a major rewrite of a first version of the codebase.