misp-website/index.html

101 lines
4.0 KiB
HTML
Executable File

---
title: MISP
layout: default
---
<!-- Banner -->
<section id="banner">
<header>
<h2>The MISP threat sharing platform is a free and open source software helping information sharing of threat and cyber security indicators.</h2>
<a href="features.html" class="button">Learn More</a>
</header>
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row double">
<section class="4u">
<div class="box highlight">
<i class="icon major fa-paper-plane"></i>
<h3>The key is Automation</h3>
<p>Isn't it sad to have a lot of data and not use it because it's too much work? Thanks to MISP you can store your IOCs in a structured manner, and thus enjoy the correlation, automated exports for IDS, or SIEM, in STIX or OpenIOC and even to other MISPs. You can now leverage the value of your data without effort and in an automated manner. </p>
</div>
</section>
<section class="4u">
<div class="box highlight">
<i class="icon major fa-pencil"></i>
<h3>Simply Threats</h3>
<p>The primary goal of MISP is to be used. This is why simplicity is the driving force behind the project. Storing and especially using information about threats and malware should not be difficult. MISP is there to help you get the maximum out of your data without unmanageable complexity.</p>
</div>
</section>
<section class="4u">
<div class="box highlight">
<i class="icon major fa-wrench"></i>
<h3>By giving you will receive</h3>
<p>Sharing is key to fast and effective detection of attacks. Quite often similar organisations are targeted by the same Threat Actor, in the same or different Campaign. MISP will make it easier for you to share with, but also to receive from trusted partners and trust-groups.
Sharing also enabled collaborative analysis and prevents you from doing the work someone else already did before. </p>
</div>
</section>
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>A gigantic heading you can use for whatever</h2>
<p>With a much smaller subtitle hanging out just below it</p>
</header>
</div>
</section>
<!-- Posts -->
<section class="wrapper style1">
<div class="container">
<div class="row">
<section class="6u">
<div class="box post">
<a href="#" class="image left"><img src="{{ site.baseurl }}/assets/images/pic01.jpg" alt="" /></a>
<div class="inner">
<h3>The First Thing</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</div>
</section>
<section class="6u">
<div class="box post">
<a href="#" class="image left"><img src="{{ site.baseurl }}/assets/images/pic02.jpg" alt="" /></a>
<div class="inner">
<h3>The Second Thing</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="6u">
<div class="box post">
<a href="#" class="image left"><img src="{{ site.baseurl }}/assets/images/pic03.jpg" alt="" /></a>
<div class="inner">
<h3>The Third Thing</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</div>
</section>
<section class="6u">
<div class="box post">
<a href="#" class="image left"><img src="{{ site.baseurl }}/assets/images/pic04.jpg" alt="" /></a>
<div class="inner">
<h3>The Fourth Thing</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</div>
</section>
</div>
</div>
</section>
{% include cta.html %}