misp-modules/misp_modules/modules/import_mod
seamus tuohy 83a9d695ea Email import no longer unzips major compressed text document formats.
Let this commit serve as a warning about the perils of duck typing.
Word documents (docx,odt,etc) were being uncompressed when they were
attached to emails. The email importer now checks a list of well known
extensions and will not attempt to unzip them.

It is stuck using a list of extensions instead of using file magic because
many of these formats produce an application/zip mimetype when scanned.
2017-01-10 09:55:33 -05:00
..
_vmray Multiple clanges in the vmray modules. 2016-11-15 16:43:11 +01:00
__init__.py Add email_import in the modules loaded by default 2017-01-06 19:23:23 -05:00
cuckooimport.py Added cuckooimport.py 2016-12-07 16:36:31 +00:00
email_import.py Email import no longer unzips major compressed text document formats. 2017-01-10 09:55:33 -05:00
ocr.py Remove bin script, use cleaner way. Fix last commit. 2016-08-12 12:35:33 +02:00
stiximport.py Make PEP8 happy 2017-01-06 20:10:44 -05:00
testimport.py Remove bin script, use cleaner way. Fix last commit. 2016-08-12 12:35:33 +02:00
vmray_import.py Extra VTI detections 2016-11-27 22:42:43 +01:00