misp-modules icon indicating copy to clipboard operation
misp-modules copied to clipboard

Proposal to add .msg import/parsing capabilities

Open davidljohnson opened this issue 9 years ago • 1 comments

Proposal to add .msg import capabilities into import_email.py (or another appropriate module). At this point, Outlook .msg files (in their binary format) cannot be parsed for relevant attributes - however, .eml files can be parsed effectively.

A solution currently exists for parsing .msg files (https://github.com/mattgwwalker/msg-extractor) but it is not able to parse embedded .msg files. I propose creating a new module for dealing with this issue, and then converging with import_email.py when a reliable solution exists.

davidljohnson avatar Jan 27 '17 15:01 davidljohnson

This would be really useful for organizations using MS Outlook!

Brueggus avatar Jun 14 '18 06:06 Brueggus