chg: [content] more pages migrated
|
@ -444,7 +444,7 @@ paginate = 20
|
|||
enableRecaptchaInContactForm = false
|
||||
googleRecaptchaKey = "site_key_for_google_recaptcha"
|
||||
|
||||
about_us = '<img class="img-responsive" src="/img/cef.png"><br/><a href="https://www.misp-standard.org/"><img class="img-responsive" src="/img/misp-standard.png"></a>'
|
||||
about_us = '<img class="img-responsive" src="/img/cef-white.png"><br/><a href="https://www.misp-standard.org/"><img class="img-responsive" src="/img/misp-standard.png"></a>'
|
||||
copyright = "© MISP project. Software released under approved open source licenses and content released as CC BY-SA 3.0."
|
||||
|
||||
# Format dates with Go's time formatting
|
||||
|
|
|
@ -89,4 +89,4 @@ chown www-data:www-data /var/www/MISP/app/webroot/public/covid_misp_filtered_ioc
|
|||
|
||||
## Dashboards available in COVID-19 MISP
|
||||
|
||||
![](/assets/images/misp/covid-dash.png){:class="img-responsive"}
|
||||
![COVID-19 MISP Dashboard](/img/covid-dash.png)
|
|
@ -1,3 +1,30 @@
|
|||
---
|
||||
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:
|
||||
|
||||
- [CIRCL OSINT Feed](https://www.circl.lu/doc/misp/feed-osint) - CIRCL - feed format: misp
|
||||
- [The Botvrij.eu Data](https://www.botvrij.eu/data/feed-osint) - Botvrij.eu - feed format: misp
|
||||
- [blockrules of rules.emergingthreats.net](https://rules.emergingthreats.net/blockrules/compromised-ips.txt) - rules.emergingthreats.net - feed format: csv
|
||||
|
@ -61,3 +88,16 @@
|
|||
- [DigitalSide Threat-Intel OSINT Feed](https://osint.digitalside.it/Threat-Intel/digitalside-misp-feed/) - osint.digitalside.it - feed format: misp
|
||||
- [Metasploit exploits with CVE assigned](https://feeds.ecrimelabs.net/data/metasploit-cve) - eCrimeLabs - feed format: csv
|
||||
- [Malware Bazaar](https://bazaar.abuse.ch/export/txt/md5/full/) - abuse.ch - feed format: csv
|
||||
|
||||
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](/img/blog/feed-overlap-analys-matrix.png "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.
|
||||
|
|
@ -11,7 +11,7 @@ MISP project is a large open source project with the goal to make viable tools a
|
|||
In order to achieve our goals, the MISP project gathers feature requests, feedback and bug reports from different sources. As described in the graph below,
|
||||
we have various sources that we use, including MISP user-groups, direct community feedback via GitHub, MISP trainings and the yearly MISP summit.
|
||||
|
||||
![MISP governance overview](/assets/images/governance.png){:class="img-responsive"}
|
||||
![MISP governance overview](/img/governance.png "img-responsive")
|
||||
|
||||
## Features and Roadmap
|
||||
|
||||
|
@ -34,11 +34,11 @@ the creation or enhancement of existing classifications schemes ([misp-galaxy](h
|
|||
|
||||
The MISP project is financially and resource supported by [CIRCL - Computer Incident Response Center Luxembourg](https://www.circl.lu/).
|
||||
|
||||
![](/assets/images/logo.png){:class="img-responsive"}
|
||||
![](/img/circl.png "img-responsive")
|
||||
|
||||
A CEF (Connecting Europe Facility) funding under CEF-TC-2016-3 - Cyber Security has been granted from 1st September 2017 until 31th August 2019 as ***Improving MISP as building blocks for next-generation information sharing***.
|
||||
|
||||
![](/assets/images/en_cef.png){:class="img-responsive"}
|
||||
![](/img/cef.png "img-responsive")
|
||||
|
||||
If you are interested to co-fund projects around MISP, feel free to get in touch with us.
|
||||
|
|
@ -3,12 +3,12 @@ layout: page
|
|||
title: Open Source Security hackathon - Monday 25th October 2021 and Tuesday 26th October 2021
|
||||
permalink: /hackathon/
|
||||
toc: true
|
||||
featured: /assets/images/stack.jpg
|
||||
featured: /img/stack.jpg
|
||||
---
|
||||
|
||||
# Open Source Security hackathon - Monday 25th October 2021 and Tuesday 26th October 2021
|
||||
|
||||
![](/assets/images/stack.jpg)
|
||||
![](/img/stack.jpg)
|
||||
|
||||
[CIRCL](https://www.circl.lu/) in collaboration with the [MISP Project](https://www.misp-project.org/) is organising the 5th Open Source Security Software Hackathon, which will take place over two days, on Monday 25th October 2021 and Tuesday 26th October 2021.
|
||||
|
||||
|
@ -70,7 +70,7 @@ The location for the in-person hackathon taking place in New York City is suppor
|
|||
The projects listed are merely examples and you’re more than welcome to propose other open source projects you would like to work on.
|
||||
|
||||
|
||||
[![MISP](https://www.misp-project.org/assets/images/misp-small.png)](https://www.misp-project.org/)
|
||||
[![MISP](/img/misp-small.png)](https://www.misp-project.org/)
|
||||
[![D4 Project](https://www.d4-project.org/assets/images/logo.png)](https://www.d4-project.org/)
|
||||
[![cve-search](https://www.cve-search.org/images/cve-search.png)](https://www.cve-search.org)
|
||||
[![AIL](https://www.ail-project.org/assets/img/logonav.png)](https://www.ail-project.org/)
|
After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 256 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 82 KiB |