misp-website/features.html

181 lines
12 KiB
HTML

<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>MISP features and functionalities</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="MISP - a threat information sharing platform" />
<meta name="keywords" content="MISP, CTI, malware, threat, cyber, intelligence, information exchange, sharing, open source, MISP threat sharing, Malware Information Sharing Platform" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/misp-website//assets/images/ico/favicon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/misp-website//assets/images/ico/favicon-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/misp-website//assets/images/ico/favicon-72.png">
<link rel="apple-touch-icon-precomposed" href="/misp-website//assets/images/ico/favicon-57.png">
<link rel="shortcut icon" href="/misp-website//assets/images/ico/favicon.png">
<script src="/misp-website//assets/js/jquery.min.js"></script>
<script src="/misp-website//assets/js/jquery.dropotron.min.js"></script>
<script src="/misp-website//assets/js/skel.min.js"></script>
<script src="/misp-website//assets/js/util.js"></script>
<!--[if lte IE 8]><script src="/misp-website//assets/js/ie/respond.min.js"></script><![endif]-->
<script src="/misp-website//assets/js/main.js"></script>
<!--[if lte IE 8]><script src="/misp-website//assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/misp-website//assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="/misp-website//assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="/misp-website//assets/css/ie9.css" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="" href="/misp-website//feed.xml">
</head>
<body>
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><em><a href="/misp-website//index.html" id="MISP"><img src="/misp-website//assets/images/misp-small.png" /></em></a></h1>
<h1> MISP Malware Information Sharing Platform and Threat Sharing. </h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li ><a href="/misp-website//index.html">Home</a></li>
<li class="current"><a href="/misp-website//features.html">Features</a></li>
<li ><a href="/misp-website//news">News</a></li>
<li ><a href="/misp-website//download">Download</a></li>
<li>
<a href="/misp-website//datamodels">Data models</a>
<ul>
<li><a href="/misp-website//datamodels#misp-core-format">MISP core format</a></li>
<li><a href="/misp-website//datamodels#misp-taxonomies">MISP taxonomies</a></li>
</ul>
</li>
<li ><a href="/misp-website//documentation">Documentation</a></li>
<li ><a href="/misp-website//who">Who</a></li>
<li ><a href="/misp-website//communities">Communities</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div class="row double">
<div class="8u">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>Features of MISP, the open source threat sharing platform.</h2>
<p>A platform for sharing, storing and correlating Indicators of Compromises of targeted attacks.
Discover how MISP is used today in multiple organisations. Not only to store, share, collaborate on malware, but also to use the IOCs to detect and prevent attacks. </p>
</header>
<span class="image featured"><img src="/misp-website//assets/images/banner.jpg" alt="" /></span>
<ul>
<li> An <strong>efficient IOC and indicators</strong> database allowing to store technical and non-technical information about malware samples, incidents, attackers and intelligence.
<li> Automatic <strong>correlation</strong> finding relationships between attributes and indicators from malware, attacks campaigns or analysis.
<li> Built-in <strong>sharing functionality</strong> 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 <strong>flexible sharing group</strong> capacity and an attribute level distribution mechanisms.
<li> An <strong>intuitive user-interface</strong> for end-users to create, update and collaborate on events and attributes/indicators. A <strong>graphical interface</strong> to navigate seamlessly between events and their correlations. Advanced filtering functionalities and <a href="https://github.com/MISP/misp-warninglists">warning list</a> to help the analysts to contribute events and attributes.
<li> <strong>storing data</strong> 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.
<li> <strong>export</strong>: generating IDS, OpenIOC, plain text, CSV, MISP XML or JSON output to integrate with other systems (network IDS, host IDS, custom tools)
<li> <strong>import</strong>: bulk-import, batch-import, import from OpenIOC, GFI sandbox, ThreatConnect CSV.
<li> Flexible <strong>free text import</strong> tool to ease the integration of unstructured reports into MISP.
<li> A gentle system to <strong>collaborate</strong> on events and attributes allowing MISP users to propose changes or updates to attributes/indicators.
<li> <strong>data-sharing</strong>: automatically exchange and synchronization with other parties and trust-groups using MISP.
<li> <strong>delegating of sharing</strong>: allows a simple pseudo-anonymous mechanism to delegate publication of event/indicators to another organization.
<li> Flexible <strong>API</strong> to integrate MISP with your own solutions. MISP is bundled with <a href="https://github.com/MISP/PyMISP">PyMISP</a> which is a flexible Python Library to fetch, add or update events attributes, handle malware samples or search for attributes.
<li> <strong>Adjustable taxonomy</strong> to classify and tag events following your own classification schemes or <a href="https://github.com/MISP/misp-taxonomies">existing taxonomies</a>. The taxonomy can be local to your MISP but also shareable among MISP instances.
<li> <strong>Expansion modules in Python</strong> to expand MISP with your own services or activate already available <a href="https://github.com/MISP/misp-modules">misp-modules</a>.
<li> <strong>Sighting support</strong> to get observations from organizations concerning shared indicators and attributes. Sighting <a href="https://www.circl.lu/doc/misp/automation/index.html#sightings-api">can be contributed</a> via MISP user-interface, API as MISP document or STIX sighting documents.</li>
<li> <strong>STIX support</strong>: export data in the STIX format (XML and JSON).</li>
<li> <strong>Integrated encryption and signing of the notifications</strong> via PGP and/or S/MIME depending of the user preferences.</li>
</ul>
<h3>Sharing with humans</h3>
<p>Data you store is immediately available to your <b>colleagues</b> and <b>partners</b>. Store the event id in your ticketing system or be informed by the signed and encrypted email notifications.<p>
<h3>Sharing with machines</h3>
<p>By generating <b>Snort/Suricata IDS rules, STIX, OpenIOC</b>, text or csv exports MISP allows you to <b>automatically</b> import data in your detection systems resulting in <b>better and faster detection</b> of intrusions.</p>
<p>Importing data can also be done in various ways: <b>free-text import, OpenIOC, batch import</b>, sandbox result import (Joe Sandbox and GFI SandBox) or using the preconfigured or <b>custom templates</b>.</p>
<p>If you run MISP internally, data can also be uploaded and downloaded automagically <b>from and to externally hosted MISP instances</b>. Thanks to this automation and the effort of others you are now in possession of valuable indicators of compromise with no additional work. </p>
<h3>Collaborative sharing of analysis and correlation</h3>
<p>How often has your team analyzed to realise at the end that a <b>colleague had already worked on another, similar, sample</b>? Or that an external report has already been made? </p>
<p>
When new data is added MISP will immediately show <b>relations with other observables and indicators</b>. This results in more efficient analysis, but also allows you to have a better picture of the TTPs, related campaigns and attribution.</p>
<p>The <b>discussion</b> feature will also enable conversations between multiple analysts resulting in <b>win-win</b> for everyone.</p>
<span class="image featured"><img src="/misp-website//assets/images/misp/automation-icon.png" alt="" /></span>
</article>
</div>
</div>
<div class="4u">
<div id="sidebar">
<!-- Sidebar -->
<section>
<h3>MISP Hackathon 2016</h3>
<h2 id="misp-hackathon-2016">MISP Hackathon 2016</h2>
<footer>
<a href="/misp-website//2016/08/01/MISP-1st-Hackathon.html" class="button">Continue Reading</a>
</footer>
</section>
<section>
<h3>MISP 2.4.49 released with many improvements and fixes</h3>
<p>A version of MISP has been released: 2.4.49 including many bug fixes, updates and improvements.</p>
<footer>
<a href="/misp-website//2016/07/22/MISP-2.4.49-released.html" class="button">Continue Reading</a>
</footer>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row ">
<div class="6u">
<div class="row collapse-at-2">
<section class="6u">
<!-- Icons -->
<h3>Join us!</h3>
<ul class="icons">
<li><a href="https://twitter.com/MISPProject" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/MISP" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://gitter.im/MISP" class="icon fa-gitter"><span class="label">Gitter</span></a></li>
</ul>
</section>
</div>
</div>
<section class="6u">
<h3>Get In Touch</h3>
<p>MISP is a community-driven project lead by the community of users.</p>
<p>You can get in touch with the MISP core team at the following email: <a href="mailto:info@misp-project.org">info@misp-project.org</a></p>
</section>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>&copy; MISP project. Software released under the AGPL license and content released as CC-BY-SA.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li> Jekyll Template: <a href="http://cloudcannon.com">Cloud Cannon</a></li>
</ul>
</div>
</div>
</body>
</html>