From b0e819f61162afe3bbb92d69d52ca85742cd9238 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 12 Aug 2016 13:48:02 +0200 Subject: [PATCH] Add info about the import modules --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a4b01a..8291949 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ ## Existing MISP modules +### Expansion modules + * [ASN History](misp_modules/modules/expansion/asn_history.py) - a hover and expansion module to expand an AS number with the ASN description and its history. * [CIRCL Passive SSL](misp_modules/modules/expansion/circl_passivessl.py) - a hover and expansion module to expand IP addresses with the X.509 certificate seen. * [CIRCL Passive DNS](misp_modules/modules/expansion/circl_passivedns.py) - a hover and expansion module to expand hostname and IP addresses with passive DNS information. @@ -23,6 +25,10 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/ * [passivetotal](misp_modules/modules/expansion/passivetotal.py) - a [passivetotal](https://www.passivetotal.org/) module that queries a number of different PassiveTotal datasets. * [sourcecache](misp_modules/modules/expansion/sourcecache.py) - a module to cache a specific link from a MISP instance. +### Import modules + +* [OCR](misp_modules/modules/import_mod/ocr.py) Optical Character Recognition (OCR) module for MISP to import attributes from images, scan or faxes. + ## How to install and start MISP modules? ~~~~bash