From 9734f59b020259e42ba9baa3ca7bdb071d19970e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 8 Jan 2018 20:45:30 +0100 Subject: [PATCH] Added ThreatStream and PDF export --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f630b7b..6dd06ce 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ * [CEF](misp_modules/modules/export_mod/cef_export.py) module to export Common Event Format (CEF). * [Lite Export](misp_modules/modules/export_mod/liteexport.py) module to export a lite event. +* [Simple PDF export](misp_modules/modules/export_mod/pdfexport.py) module to export in PDF (required: asciidoctor-pdf). * [ThreatConnect](misp_modules/modules/export_mod/threat_connect_export.py) module to export in ThreatConnect CSV format. +* [ThreatStream](misp_modules/modules/export_mod/threatStream_misp_export.py) module to export in ThreatStream format. ### Import modules