mirror of https://github.com/MISP/misp-website
Data models added
parent
e059c2c6c1
commit
96fc260673
|
@ -39,30 +39,16 @@
|
||||||
<ul>
|
<ul>
|
||||||
{% assign current = page.url | downcase | split: '/' %}
|
{% assign current = page.url | downcase | split: '/' %}
|
||||||
<li {% if current[1] == 'index.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/index.html">Home</a></li>
|
<li {% if current[1] == 'index.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/index.html">Home</a></li>
|
||||||
<li>
|
<li {% if current[1] == 'features.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</a></li>
|
||||||
<a href="">Dropdown</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#">Lorem dolor</a></li>
|
|
||||||
<li><a href="#">Magna phasellus</a></li>
|
|
||||||
<li><a href="#">Etiam sed tempus</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="">Submenu</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#">Lorem dolor</a></li>
|
|
||||||
<li><a href="#">Phasellus magna</a></li>
|
|
||||||
<li><a href="#">Magna phasellus</a></li>
|
|
||||||
<li><a href="#">Etiam nisl</a></li>
|
|
||||||
<li><a href="#">Veroeros feugiat</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="#">Veroeros feugiat</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li {% if current[1] == 'news' %}class="current"{% endif %}><a href="{{ site.baseurl }}/news">News</a></li>
|
<li {% if current[1] == 'news' %}class="current"{% endif %}><a href="{{ site.baseurl }}/news">News</a></li>
|
||||||
<li {% if current[1] == 'download' %}class="current"{% endif %}><a href="{{ site.baseurl }}/download">Download</a></li>
|
<li {% if current[1] == 'download' %}class="current"{% endif %}><a href="{{ site.baseurl }}/download">Download</a></li>
|
||||||
<li {% if current[1] == 'features.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</a></li>
|
<li>
|
||||||
<li {% if current[1] == 'two-sidebar.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/two-sidebar.html">Two Sidebar</a></li>
|
<a href="{{ site.baseurl }}/datamodels">Data models</a>
|
||||||
<li {% if current[1] == 'no-sidebar.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/no-sidebar.html">No Sidebar</a></li>
|
<ul>
|
||||||
|
<li><a href="{{ site.baseurl }}/datamodels#misp-core-format">MISP core format</a></li>
|
||||||
|
<li><a href="{{ site.baseurl }}/datamodels#misp-taxonomies">MISP taxonomies</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: MISP data models
|
||||||
|
permalink: /datamodels/
|
||||||
|
---
|
||||||
|
|
||||||
|
## MISP Core Format
|
||||||
|
|
||||||
|
## MISP Taxonomies
|
||||||
|
|
|
@ -16,6 +16,10 @@ MISP can be easily installed on any standard GNU/Linux distribution. Installatio
|
||||||
|
|
||||||
If you would like to test MISP and don't want to do an installation, CIRCL provides [VirtualBox images with MISP pre-installed for training](https://www.circl.lu/services/misp-training-materials/#misp-virtual-machine). The image can be used for production but we highly recommend to change the default credentials and salt pre-configured with such images.
|
If you would like to test MISP and don't want to do an installation, CIRCL provides [VirtualBox images with MISP pre-installed for training](https://www.circl.lu/services/misp-training-materials/#misp-virtual-machine). The image can be used for production but we highly recommend to change the default credentials and salt pre-configured with such images.
|
||||||
|
|
||||||
|
### Docker container
|
||||||
|
|
||||||
|
A [docker container for MISP](https://github.com/xme/misp-docker) is maintained by Xavier Mertens.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MISP is an open source and free software released under the AGPL (Affero General Public License). We are committed to ensure that MISP will remain a free and open source project on the long-run.
|
MISP is an open source and free software released under the AGPL (Affero General Public License). We are committed to ensure that MISP will remain a free and open source project on the long-run.
|
||||||
|
|
Loading…
Reference in New Issue