Maldoc Analysis
Malicious Documents (.doc) are Microsoft documents contain malicious execution code.
Static Analysis
Extract Files in Doc
Find Interesting Information
Additionally, we can use CyberChef. Follow this steps:
- Open CyberChef
- Upload the suspicious doc file on CyberChef.
- Use the "Strings" function to extract strings.
- If you found obfuscated strings in the results, add the "Find / Replace" function to remove extra strings.
- If necessary, add the "Drop bytes" function to remove extra bytes.
Dump Macros
If you don’t have oletools
, install it first.
To dump macros, run the following command.