Shou is a tool designed for automate MalDoc generation.
We use an MHT format
The technique was seen by the Japanese cert in 2023 (MaldocInPDF), it was simply automated (creation of the file, embedding of the macro...).
If the MHT file is renamed to .doc, it executes the macros, so it's a quickwin :)
Thanks to @ttpreport for the help, and permission to use his research :)
- Installation:
git clone https://github.com/1sis/Shou
cd Shou
pip install -r requirements.txtModify your registry key with "EnableVBOM.reg"
python3 shou.py -f [SCRIPT.vba] -o [OUTPUT.doc]