Add info about the import modules

pull/44/head
Alexandre Dulaunoy 2016-08-12 13:48:02 +02:00
parent 1293cb3109
commit b0e819f611
1 changed files with 6 additions and 0 deletions

View File

@ -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