From 9591222ccd93416a0bc67cdbd07e15bad87fdd3c Mon Sep 17 00:00:00 2001 From: PROTechThor Date: Thu, 22 Apr 2021 23:34:50 +0100 Subject: [PATCH] Add press and media information --- _includes/header.html | 1 + _pages/press.md | 52 +++++++++++++++++++++++++++++++++++++++++++ assets/css/main.css | 8 +++++++ 3 files changed, 61 insertions(+) create mode 100644 _pages/press.md diff --git a/_includes/header.html b/_includes/header.html index 5de265b..f43ac8d 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -48,6 +48,7 @@
  • News
  • Download
  • diff --git a/_pages/press.md b/_pages/press.md new file mode 100644 index 0000000..aec8fcd --- /dev/null +++ b/_pages/press.md @@ -0,0 +1,52 @@ +--- +layout: page +title: MISP, press +permalink: /press/ +toc: true +--- + +## Announcements and press releases + +The general purpose announcements that we publish are available on the [news page](https://www.misp-project.org/news/). +Write us an email at if you have a press inquiry. +You can also send press articles about MISP to this address, so we can add them to this page. + +## Quick links to better understand MISP +- More [details about the features](https://www.misp-project.org/features.html) included MISP +- Our [data models document](https://www.misp-project.org/datamodels/) about sharing formats used with MISP software +- Our [documentation](https://www.circl.lu/doc/misp/) explaining in detail how to use MISP + + +## Media appearances + +MISP is mentioned occasionally in the press. This list is not comprehensive, but illustrates some of the significant articles that have been published about MISP. + +| Date | Publication | Topic | +|-|-|-| +| 2021-02-24 | Farsight Security | [Malware Information Sharing Platform (MISP) Now Offering Farsight DNSDB Flexible Search Capabilities](https://www.farsightsecurity.com/blog/txt-record/MISP-20210224/) | +| 2021-12-21 | SOCRadar | [All You Need To Know About Open Source Threat Intelligence Sharing Platform: MISP](https://socradar.io/all-you-need-to-know-about-open-source-threat-intelligence-sharing-platform-misp/) | +| 2020-09-17 | Cyware | [What is Malware Information Sharing Platform (MISP)?](https://cyware.com/educational-guides/cyber-threat-intelligence/what-is-malware-information-sharing-platform-misp-b28e) | +| 2020-09-01 | Dark Reading | [Operationalizing Threat Intelligence at Scale in the SOC](https://www.darkreading.com/vulnerabilities---threats/operationalizing-threat-intelligence-at-scale-in-the-soc/a/d-id/1336702) | +| 2019-08-02 | Securityonline.info | [MISP v2.4.141 released – Malware Information Sharing Platform & Threat Sharing](https://securityonline.info/misp-malware-information-sharing-platform-threat-sharing/) | +| 2016-07-25 | Security Artwork | [MISP (Malware Information Sharing Platform & Threat Sharing)](https://www.securityartwork.es/2016/07/25/misp-malware-information-sharing-platform-threat-sharing/) | +| 2016-03-31 | RiskIQ | [MISP: Sharing Done Differently](https://www.riskiq.com/blog/analyst/misp-sharing-done-differently/) | +| 2015-10-07 | Security Intelligence | [Comparing Different Tools for Threat Sharing](https://securityintelligence.com/comparing-different-tools-for-threat-sharing/) | +| 2014-05-22 | ITNATION | [CIRCL lance sa plateforme MISP](https://www.itnation.lu/circl-lance-sa-plateforme-misp/) | +| 2013-12-29 | NATO | [Sharing malware information to defeat cyber attacks](https://www.nato.int/cps/en/natolive/news_105485.htm) | + +## Tutorials, trainings and summits +- [Some past trainings](https://www.misp-project.org/events/#some-past-misp-trainings) +- [Some MISP Training videos](https://www.youtube.com/playlist?list=PLhSWiKucshm4CfNjKm7cxxjmj8LfxRXdp) +- [Some MISP Training presentations](https://www.misp-project.org/misp-training/) +- [MISP Training materials](http://www.circle.lu/services/misp-training-materials/) +- [MISP Tutorials](https://www.youtube.com/playlist?list=PLhSWiKucshm6Y01mAwBaF-mAPLuYKNrcc) +- [MISP Summit 2016 playlist](https://www.youtube.com/playlist?list=PLCxOaebc_2yO6zBSAqfJtMaZh97ue_MLR) +- [MISP Summit 2018 playlist](https://www.youtube.com/playlist?list=PLCxOaebc_2yOrF2ufV1wTEWxWqgFqV0J4) +- [MISP Summit 2019 playlist](https://www.youtube.com/watch?v=Zw-SICDmT7Y&list=PL0y--LUb0eDys9ttkVBcLA8X_DMv6I5rP) + + +# Research +- [MISP research projects](https://www.misp-project.org/research-projects/) +- [MISP - The Design and Implementation of a Collaborative Threat Intelligence Sharing Platform](https://www.researchgate.net/publication/309413369_MISP_-The_Design_and_Implementation_of_a_Collaborative_Threat_Intelligence_Sharing_Platform) +- [Taxonomy driven indicator scoring in MISP threat intelligence platforms](https://arxiv.org/abs/1902.03914) + diff --git a/assets/css/main.css b/assets/css/main.css index 928b2c1..936092d 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2170,6 +2170,14 @@ background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png"); color: #fff; } + table{ + border-collapse: collapse; + } + + tr td{ + border: 1px solid #ddd; + padding: 5px; + } /* Button */