decalage2 / oletools

oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
http://www.decalage.info/python/oletools
Other
2.94k stars 565 forks source link

olevba - add keyword detection for AccessVBOM #221

Open decalage2 opened 7 years ago

decalage2 commented 7 years ago

Add several keywords to detect macros that attempt to disable protection to run self-modifying VBA code, as described in those articles:

As listed in the Trend Micro article, this includes:

TODO:

decalage2 commented 7 years ago

olevba: done in commit b9b9af8.

decalage2 commented 3 years ago

Potentially more keywords to detect techniques for macros that create other VBA macros by launching a new Word/Excel application via COM: