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
E. Cleopatra 4285fae3dd
chg: [doc] FIx links
2021-04-13 13:42:21 +01:00
.github fix: [test] Repo is missing 2021-03-14 11:46:09 +01:00
INSTALL Merge branch '2.4' into tools 2021-04-01 15:45:13 +09:00
Plugin chg: [debugkit] Added the commented out loading of debugkit for convenience 2018-09-27 23:02:15 +02:00
PyMISP@4a0c1e1dc4 chg: Bump PyMISP 2021-04-01 14:00:48 +02:00
app Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-04-01 17:03:17 +02:00
build new: Github action 2020-11-16 23:12:00 +01:00
cti-python-stix2@52d806b349 chg: [cti-python-stix2] Bumped latest version 2020-10-28 20:01:30 +01:00
debian Merge pull request #5858 from stricaud/debian 2020-05-05 21:56:20 +09:00
docs Merge branch '2.4' into tools 2021-04-01 15:45:13 +09:00
format Add blob in the url 2017-04-07 22:53:53 +02:00
misp-vagrant@8622be9f30 added misp-vagrant module 2017-08-30 09:17:19 +02:00
tests new: [test] Alert email generating 2021-03-06 12:03:53 +01:00
tools Merge branch '2.4' of github.com:SteveClement/MISP into 2.4 2021-04-01 15:42:37 +09:00
travis fix: [test] Set GnuPG.email variable 2020-08-12 19:33:46 +02:00
.coveragerc Create .coveragerc 2015-09-27 10:55:55 +02:00
.gitchangelog.rc chg: [doc] updated Changelog.md to be more markdown friendly 2018-10-26 10:38:37 +09:00
.gitignore chg: [dashboard] Custom dir added 2020-03-01 23:25:50 +01:00
.gitmodules chg: [submodules] Use repository default branch (main) 2020-06-15 11:38:46 +02:00
.travis.yml new: [internal] JSON stream convert 2020-11-17 19:28:59 +01:00
AUTHORS chg: [copyright] AUTHORS updated 2020-10-14 10:13:47 +02:00
CODINGSTYLE.md chg: [doc] update and rename 2021-04-12 13:18:06 +01:00
CONTRIBUTING.md chg: [doc] Fix grammatical errors 2021-04-12 13:47:32 +01:00
GITWORKFLOW.md chg: [doc] FIx links 2021-04-13 13:42:21 +01:00
LICENSE Fix permissions 2016-02-11 17:03:51 +01:00
Pipfile added "fileobjects" to PyMISP; updated PyMISP and stix2 refs 2019-04-04 13:37:46 +02:00
Pipfile.lock build(deps): bump lxml from 4.3.3 to 4.6.2 2021-01-08 07:36:07 +00:00
README.debian Adding instructions to build a Debian Package 2020-02-10 23:50:38 -08:00
README.md chg: [i8n] Added localization progress 2021-03-26 10:43:32 +09:00
SECURITY.md Update SECURITY.md 2020-04-28 10:47:04 +02:00
VERSION.json chg; [version] bump 2021-03-29 14:09:23 +02:00
build-deb.sh If the submodules have not been initialized and updated, the debian package will build. 2020-05-02 11:07:24 -07:00
code_of_conduct.md add: Code of conduct added to the MISP Project - fix #1858 2017-01-25 20:29:34 +01:00
db_schema.json Merge branch '2.4' into develop 2021-03-24 21:49:16 +01:00
mkdocs.yml chg: [doc] reshuffle documentation order and archive some older guides 2021-03-26 15:01:29 +09:00
preinst Adding the preinst where required apache modules are enabled 2020-05-02 11:08:24 -07:00
requirements.txt chg: [requirements] Aligning requirements file with Pipfile regarding stix library requirements 2020-07-20 17:14:21 +02:00

README.md

MISP - Threat Intelligence Sharing Platform

logo

Latest Release GitHub version
CI Action
Gitter
Twitter
Localization
Contributors
License

MISP is an open source software solution for collecting, storing, distributing and sharing cyber security indicators and threats about cyber security incidents analysis and malware analysis. MISP is designed by and for incident analysts, security and ICT professionals or malware reversers to support their day-to-day operations to share structured information 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 said information by Network Intrusion Detection Systems (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, attack campaigns or analysis. The correlation engine includes correlation between attributes and more advanced correlations like Fuzzy hashing correlation (e.g. ssdeep) or CIDR block matching. Correlation can also be enabled or event disabled per attribute.
  • A flexible data model where complex objects can be expressed and linked together to express threat intelligence, incidents or connected elements.
  • Built-in sharing functionality to ease data sharing using different model of distributions. MISP can automatically synchronize events and attributes among different MISP instances. Advanced filtering functionalities can be used to meet each organization's 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. An event graph functionality to create and view relationships between objects and attributes. Advanced filtering functionalities and warning lists to help the analysts to contribute events and attributes and limit the risk of false-positives.
  • 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), Cache format (used for forensic tools), STIX (XML and JSON) 1 and 2, NIDS export (Suricata, Snort and Bro/Zeek) or RPZ zone. Many other formats can be easily added via the misp-modules.
  • import: bulk-import, batch-import, import from OpenIOC, GFI sandbox, ThreatConnect CSV, MISP standard format or STIX 1.1/2.0. 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 synchronize 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. An exhaustive restSearch API to easily search for indicators in MISP and exports those in all the format supported by MISP.
  • 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.
  • Intelligence vocabularies called MISP galaxy and bundled with existing threat actors, malware, RAT, ransomware or MITRE ATT&CK which can be easily linked with events and attributes in MISP.
  • 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: import and export data in the STIX version 1 and version 2 format.
  • Integrated encryption and signing of the notifications via GnuPG and/or S/MIME depending on the user's preferences.
  • Real-time publish-subscribe channel within MISP to automatically get all changes (e.g. new events, indicators, sightings or tagging) in ZMQ (e.g. misp-dashboard) or Kafka publishing.

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 other teams or organizations have 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 software, standards, tools and communities.

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

Documentation

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

For the installation guide see the INSTALL or download section.

Contributing

If you are interested to contribute to the MISP project, review our contributing page. There are many ways to contribute and participate to the project.

Please see our Code of conduct.

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.

License

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

  • Copyright (C) 2012-2020 Christophe Vandeplas
  • Copyright (C) 2012 Belgian Defence
  • Copyright (C) 2012 NATO / NCIRC
  • Copyright (C) 2013-2020 Andras Iklody
  • Copyright (C) 2015-2020 CIRCL - Computer Incident Response Center Luxembourg
  • Copyright (C) 2016 Andreas Ziegler
  • Copyright (C) 2018-2020 Sami Mokaddem
  • Copyright (C) 2018-2020 Christian Studer
  • Copyright (C) 2015-2020 Alexandre Dulaunoy
  • Copyright (C) 2018-2020 Steve Clement
  • Copyright (C) 2020 Jakub Onderka

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