-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve MsgParser analyzer adding attachment and IOC as observables #1009
base: develop
Are you sure you want to change the base?
Conversation
* Add refactor modules by using external libraries * Explore attachments to import into observables and the lists with their hashes (md5, sha1, sha256) * Search for possible IOC in the mail (IP, Hash, url, email address..) * The code structure was inspired by EmlParser analyzer
Gonna try that tomorrow |
I made some tests with random mails I had on my machine. 2 of them failed for reasons related to embedded attachments:
For the remaining ones everything was fine. All attachments, emails and hashes have been added properly to the observable 👍 |
Hello @dadokkio, Would it be possible to have the .msg's that have an issue so I can see if I can fix it? Thanks |
Hello,
I was inspired by EmlParser to improve MsgParser.
It integrates attachments as observables as well as possible IOC.