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
Alexandre Dulaunoy c5fe0d72ff
add: Code of conduct added to the MISP Project - fix #1858
2017-01-25 20:29:34 +01:00
.github Update PULL_REQUEST_TEMPLATE.md 2016-06-03 16:04:04 +02:00
INSTALL Merge branch '2.4' into feature/attribute-tagging 2017-01-16 16:15:06 +01:00
PyMISP@9cc3c6e57d fix: PyMISP updated to the latest version 2017-01-20 09:19:04 +01:00
app fix: [misp-galaxy] updated to the latest version 2017-01-25 20:25:27 +01:00
build Update travis for 2.4 2016-01-04 18:11:56 +01:00
format Fix: the JSON schema regarding the related event from Array -> Object 2016-10-07 10:52:59 +02:00
tests fix: Updated event.json for travis tests 2016-12-07 09:43:49 +01:00
tools Use OutputDirName for temporary storage 2016-12-15 18:57:02 +01:00
travis remove single spaces after tabs 2016-06-04 01:54:19 +02:00
.coveragerc Create .coveragerc 2015-09-27 10:55:55 +02:00
.gitchangelog.rc gitchangelog configuration added 2016-04-15 16:27:55 +02:00
.gitignore new: Added caching and pagination to freetext/csv feeds 2016-12-30 16:16:56 +01:00
.gitmodules fix: Added galaxy submodule 2016-12-07 07:44:09 +01:00
.travis.yml fix: Python3 tests 2016-12-07 16:07:33 +01:00
AUTHORS Updating Authors to add Andreas 2017-01-20 18:10:51 +01:00
LICENSE Fix permissions 2016-02-11 17:03:51 +01:00
README.md fix: Badges, badges and more badges! 2017-01-22 11:04:18 +01:00
VERSION.json chg: Version bump 2017-01-22 18:53:41 +01:00
code_of_conduct.md add: Code of conduct added to the MISP Project - fix #1858 2017-01-25 20:29:34 +01:00

README.md

MISP - Malware Information Sharing Platform and Threat Sharing

logo

Latest Release GitHub version
Travis
Gitter
Twitter
Contributors
License

MISP, Malware Information Sharing Platform and Threat Sharing, is an open source software solution for collecting, storing, distributing and sharing cyber security indicators and threat about cyber security incidents analysis and malware analysis. MISP is designed by and for incident analysts, security and ICT professionals or malware reverser to support their day-to-day operations to share structured informations efficiently.

The objective of MISP is to foster the sharing of structured information within the security community and abroad. MISP provides functionalities to support the exchange of information but also the consumption of the information by Network Detection Intrusion System (NIDS), LIDS but also log analysis tools, SIEMs.

MISP, Malware Information Sharing Platform and Threat Sharing, core functionalities are:

  • An efficient IOC and indicators database allowing to store technical and non-technical information about malware samples, incidents, attackers and intelligence.
  • Automatic correlation finding relationships between attributes and indicators from malware, attacks campaigns or analysis.
  • Built-in sharing functionality to ease data sharing using different model of distributions. MISP can synchronize automatically events and attributes among different MISP. Advanced filtering functionalities can be used to meet each organization sharing policy including a flexible sharing group capacity and an attribute level distribution mechanisms.
  • An intuitive user-interface for end-users to create, update and collaborate on events and attributes/indicators. A graphical interface to navigate seamlessly between events and their correlations. Advanced filtering functionalities and warning list to help the analysts to contribute events and attributes.
  • storing data in a structured format (allowing automated use of the database for various purposes) with an extensive support of cyber security indicators along fraud indicators as in the financial sector.
  • export: generating IDS, OpenIOC, plain text, CSV, MISP XML or JSON output to integrate with other systems (network IDS, host IDS, custom tools), STIX (XML and JSON), NIDS export (Suricata, Snort and Bro) or RPZ zone. Many other formats easily added via the misp-modules.
  • import: bulk-import, batch-import, import from OpenIOC, GFI sandbox, ThreatConnect CSV. Many other formats easily added via the misp-modules.
  • Flexible free text import tool to ease the integration of unstructured reports into MISP.
  • A gentle system to collaborate on events and attributes allowing MISP users to propose changes or updates to attributes/indicators.
  • data-sharing: automatically exchange and synchronization with other parties and trust-groups using MISP.
  • delegating of sharing: allows a simple pseudo-anonymous mechanism to delegate publication of event/indicators to another organization.
  • Flexible API to integrate MISP with your own solutions. MISP is bundled with PyMISP which is a flexible Python Library to fetch, add or update events attributes, handle malware samples or search for attributes.
  • Adjustable taxonomy to classify and tag events following your own classification schemes or existing classification. The taxonomy can be local to your MISP but also shareable among MISP instances.
  • Expansion modules in Python to expand MISP with your own services or activate already available misp-modules.
  • Sighting support to get observations from organizations concerning shared indicators and attributes. Sighting can be contributed via MISP user-interface, API as MISP document or STIX sighting documents.
  • STIX support: export data in the STIX format (XML and JSON). Additional STIX import and export is supported by MISP-STIX-Converter or MISP-Taxii-Server.
  • Integrated encryption and signing of the notifications via PGP and/or S/MIME depending of the user preferences.

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 team or organizations who already analyzed a specific malware.

MISP 2.4 overview

A sample event encoded in MISP:

MISP event view

Website / Support

Checkout the website for more information about MISP like features, roadmap, (commercial) support, ... : http://misp-project.org

Information, news and updates are also regularly posted on the MISP project twitter account.

Documentation

MISP user-guide is available online or as PDF or as EPUB or as MOBI/Kindle.

For installation guide see INSTALL

Contributing

Feel free to fork the code, play with it, make some patches and send us the pull requests via the issues.

Feel free to contact us, create issues, if you have questions, remarks or bug reports.

There is one main branch:

  • 2.4 (current stable version): what we consider as stable with frequent updates as hot-fixes.

and features are developed in separated branches and then regularly merged into the 2.4 stable branch.

Feature Request

Feature Requests

Roadmap

To see the [Roadmap](https://github.com/MISP/MISP/wiki/Planned-features-and-functionalities) for MISP have a look in the Wiki page

License

This software is licensed under GNU Affero General Public License version 3

  • Copyright (C) 2012 Christophe Vandeplas
  • Copyright (C) 2012 Belgian Defence
  • Copyright (C) 2012 NATO / NCIRC
  • Copyright (C) 2013-2017 Andras Iklody
  • Copyright (C) 2015-2017 CIRCL - Computer Incident Response Center Luxembourg
  • Copyright (C) 2016 Andreas Ziegler

For more information, the list of authors and contributors is available.