mirror of https://github.com/MISP/misp-website
67 lines
4.7 KiB
HTML
Executable File
67 lines
4.7 KiB
HTML
Executable File
<!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>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}" />
|
|
<meta name="keywords" content="MISP, CTI, malware, threat, cyber, intelligence, information exchange, sharing, open source, MISP threat sharing, Malware Information Sharing Platform, Threat Intelligence Platform, TIP, information sharing, threatintel" />
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/assets/images/ico/favicon-144.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.baseurl }}/assets/images/ico/favicon-114.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.baseurl }}/assets/images/ico/favicon-72.png">
|
|
<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}/assets/images/ico/favicon-57.png">
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/images/ico/favicon.png">
|
|
<link rel="profile" href="http://osprotocol.com" />
|
|
<meta property="os:repo" content="https://github.com/MISP/misp-website" />
|
|
<meta property="os:rcs_type" content="git" />
|
|
<meta property="os:src" content="git@github.com:MISP/misp-website.git" />
|
|
<meta property="os:issue" content="https://github.com/MISP/misp-website/issues" />
|
|
<script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
|
|
<script src="{{ site.baseurl }}/assets/js/jquery.dropotron.min.js"></script>
|
|
<script src="{{ site.baseurl }}/assets/js/skel.min.js"></script>
|
|
<script src="{{ site.baseurl }}/assets/js/util.js"></script>
|
|
<!--[if lte IE 8]><script src="{{ site.baseurl }}/assets/js/ie/respond.min.js"></script><![endif]-->
|
|
<script src="{{ site.baseurl }}/assets/js/main.js"></script>
|
|
<!--[if lte IE 8]><script src="{{ site.baseurl }}/assets/js/ie/html5shiv.js"></script><![endif]-->
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css" />
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="{{ site.baseurl }}/assets/css/ie8.css" /><![endif]-->
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="{{ site.baseurl }}/assets/css/ie9.css" /><![endif]-->
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Header -->
|
|
<div id="header">
|
|
<!-- Logo -->
|
|
<h1><em><a href="{{ site.baseurl }}/index.html" id="MISP"><img src="{{ site.baseurl }}/assets/images/misp-small.png" /></em></a></h1>
|
|
<h1> MISP - Open Source Threat Intelligence Platform &<br /> Open Standards For Threat Information Sharing</h1>
|
|
<!-- Nav -->
|
|
<nav id="nav">
|
|
<ul>
|
|
{% 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] == 'features.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</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>
|
|
<a href="{{ site.baseurl }}/datamodels">Data models</a>
|
|
<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>
|
|
<li><a href="{{ site.baseurl }}/datamodels#misp-galaxy">MISP galaxy</a></li>
|
|
</ul>
|
|
</li>
|
|
<li {% if current[1] == 'documentation' %}class="current"{% endif %}><a href="{{ site.baseurl }}/documentation">Documentation</a></li>
|
|
<li {% if current[1] == 'tools' %}class="current"{% endif %}><a href="{{ site.baseurl }}/tools">Tools</a></li>
|
|
<li {% if current[1] == 'who' %}class="current"{% endif %}><a href="{{ site.baseurl }}/who">Who</a></li>
|
|
<li {% if current[1] == 'communities' %}class="current"{% endif %}><a href="{{ site.baseurl }}/communities">Communities</a></li>
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|