chg: [cleanup] removal of non-relevant and migrated files

pull/56/head
Christophe Vandeplas 2021-12-31 08:44:18 +01:00
parent d803c0d769
commit 35f4a8faa4
41 changed files with 0 additions and 1287 deletions

View File

@ -1,36 +0,0 @@
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row ">
<div class="6u">
<div class="row collapse-at-2">
<section class="6u">
<!-- Icons -->
<h3 class="join">Join us!</h3>
<ul class="icons">
<li><a href="https://twitter.com/{{ site.twitterUsername }}" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/{{ site.githubUsername }}" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://gitter.im/MISP/{{ site.githubUsername }}" class="icon fa-gitter"><img class="gitterbutton" src="/assets/images/gitter-logo.svg" alt="Small Gitter logo"/></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 approved open source licenses and content released as CC BY-SA 3.0.</li><li><img class="sponsor-img" src="{{ site.baseurl }}/assets/images/en_cef.png"/></li><li><a href="https://www.misp-standard.org/"><img src="https://www.misp-standard.org/assets/images/misp-standard.png" /></a></li>
</ul>
</div>
</div>
</body>
</html>

View File

@ -1 +0,0 @@
<script type="text/javascript" src="https://www.xing-events.com/resources/js/amiandoExport.js"></script><iframe title="Ticket shop" src="https://WGWPQYT.xing-events.com/WGWPQYT.html?viewType=iframe&distributionChannel=CHANNEL_IFRAME&language=en&resizeIFrame=true" frameborder="0" width="650px" id="_amiandoIFrame4768491"><p>This page requires frame support. Please use a frame compatible browser to see the ticket sales module.</p></iframe>

View File

@ -1,90 +0,0 @@
<!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="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<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">
<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>
<ul>
<li><a href="{{ site.baseurl }}/events">Events</a></li>
<li><a href="{{ site.baseurl }}/press">Press</a></li>
</ul>
</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>
<li><a href="{{ site.baseurl }}/datamodels#misp-objects">MISP objects</a></li>
<li><a href="{{ site.baseurl }}/feeds/">Default feeds</a></li>
</ul>
</li>
<li {% if current[1] == 'documentation' %}class="current"{% endif %}><a href="{{ site.baseurl }}/documentation">Documentation</a>
<ul>
<li><a href="{{ side.baseurl }}/compliance/">Legal and policy compliance</a></li>
<li><a href="{{ site.baseurl }}/research-projects/">Research projects</a></li>
<li><a href="{{ site.baseurl }}/documentation/openapi.html">OpenAPI spec</a></li>
</ul>
</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>
<ul>
<li><a href="{{ site.baseurl }}/governance/">Governance</a></li>
<li><a href="{{ site.baseurl }}/contributing/">Contributing</a></li>
<li><a href="{{ site.baseurl }}/contributors/">Contributors</a></li>
<li><a href="{{ site.baseurl }}/support/">Support</a></li>
<li><a href="{{ site.baseurl }}/license/">License</a></li>
</ul>
</li>
<li {% if current[1] == 'communities' %}class="current"{% endif %}><a href="{{ site.baseurl }}/communities">Communities</a>
<ul>
<li><a href="{{ site.baseurl }}/covid-19-misp/">COVID-19 MISP Information Sharing Community</a></li>
</ul>
</li>
</ul>
</nav>
</div>

View File

@ -1,13 +0,0 @@
<div id="sidebar">
<!-- Sidebar -->
{% for post in site.posts offset: 0 limit: 2 %}
<section>
<h3>{{ post.title }}</h3>
{{ post.excerpt }}
<footer>
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Continue Reading</a>
</footer>
</section>
{% endfor %}
</div>

View File

@ -1,3 +0,0 @@
{% include header.html %}
{{ content }}
{% include footer.html %}

View File

@ -1,22 +0,0 @@
{% include header.html %}
<section class="wrapper style1">
<div class="container">
<div id="content">
<div class="row double">
<div class="8u">
<article>
{{ content | markdownify }}
</article>
</div>
<div class="4u" id="toc">
<h3> Table of Content </h3>
{{ content | toc_only }}
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}

View File

@ -1,18 +0,0 @@
{% include header.html %}
<section class="wrapper style1">
<div class="container">
<div id="content">
<div class="row double">
<div class="8u">
<article>
{{ content | markdownify }}
</article>
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}

View File

@ -1,24 +0,0 @@
{% include header.html %}
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<!-- Blog -->
<section>
<header class="major">
<h2>{{ page.title }}</h2>
<p>Posted {{ page.date | date_to_string }} by {{ page.authors }} </p>
</header>
<div class="row">
<div class="8u -2u">
<section class="box">
<a href="#" class="image left"><img src="{{ site.baseurl }}{{ page.featured }}" alt="" /></a>
{{ page.content | markdownify }}
</section>
</div>
</div>
</section>
</div>
</section>
{% include footer.html %}

File diff suppressed because one or more lines are too long

View File

@ -1,41 +0,0 @@
---
layout: page
title: MISP Default Feeds
permalink: /feeds/
toc: true
---
MISP includes a set of public OSINT feeds in its default configuration. The feeds can
be used as a source of correlations for all of your events and attributes without the need to
import them directly into your system. The MISP feed system allows for fast correlation but also
a for quick comparisons of the feeds against one another.
The feeds can be in three different formats:
- [MISP standardized format](https://github.com/MISP/misp-rfc/blob/master/misp-core-format/raw.md.txt) which is the preferred format to benefit from all the MISP functionalities.
- CSV format, allowing you to pick the columns that are to be imported.
- freetext format which allows automatic ingestion and detection of indicator/attribute by parsing any unstructured text.
and located in different input transports:
- Network (URL)
- Local (file)
## Default feeds available in MISP
The default feeds are described in a [simple JSON format](https://github.com/MISP/MISP/blob/2.4/app/files/feed-metadata/defaults.json). The default feeds and the current version of MISP are the following:
{% include feeds.md %}
To enable a feed for caching, you just need to check the enabled field to benefit automatically of the feeds in your local MISP instance. To allow other users of your MISP instance to benefit from this functionality, simply check the "lookup visible" checkbox.
## Feed overlap analysis matrix
![feed overlap analysis matrix](/assets/images/misp/blog/feed-overlap-analys-matrix.png){:class="img-responsive"}
## How to have my feed published in the default MISP OSINT feed
- Fork the [MISP project](https://github.com/MISP/MISP) on GitHub.
- Update the [default MISP feed](https://github.com/MISP/MISP/blob/2.4/app/files/feed-metadata/defaults.json) to add your feed(s).
- Make a pull-request with the updated JSON file.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,41 +0,0 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1 +0,0 @@
<?xml version="1.0" ?><svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs19"/><g id="g3021"/><g id="Layer_1_1_"/><g id="Layer_1_1_-7" transform="translate(-819.672,-61.929991)"/><g id="g2989"><rect height="512" id="rect2989" rx="70" ry="70" style="fill:#ea7819;fill-opacity:1;stroke:none" transform="scale(-1,-1)" width="512" x="-512" y="-512"/><path d="m 81.05643,267.04958 c 43.7041,0 84.78879,17.07214 115.66407,48.12395 30.93179,31.05179 47.96156,72.41184 47.96156,116.44072 h 67.34951 c 0,-127.8857 -103.61898,-231.92124 -230.97514,-231.92124 v 67.35657 z M 81.1624,147.65054 c 155.7603,0 282.48808,127.4197 282.48808,284.04844 H 431 C 431,237.92528 274.05354,80.30102 81.1624,80.30102 v 67.34952 z m 93.13421,236.99769 c 0,25.75647 -20.89183,46.6483 -46.6483,46.6483 C 101.89184,431.29653 81,410.41176 81,384.64823 c 0,-25.7706 20.88477,-46.64831 46.64124,-46.64831 25.75649,0 46.65537,20.87771 46.65537,46.64831 z" id="path3844" style="fill:#ffffff"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB