CEF export module added

pull/52/head
Alexandre Dulaunoy 2016-09-01 20:30:23 +02:00
parent a9b95095c0
commit 545e057298
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
* [countrycode](misp_modules/modules/expansion/countrycode.py) - a hover module to tell you what country a URL belongs to.
* [virustotal](misp_modules/modules/expansion/virustotal.py) - an expansion module to pull known resolutions and malware samples related with an IP/Domain from virusTotal (this modules require a VirusTotal private API key)
### Export modules
* [CEF](misp_modules/modules/export_mod/export_cef.py) module to export Common Event Format (CEF).
### 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.