A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #4850  by Evilcry
 Wed Feb 02, 2011 7:32 am
Hi,

Some day ago I've released pyOLEScanner 1.3

The essential aim of this script is to detect Malicious Office Files (basically doc, xls, ppt) and warn about suspect behaviours.

https://github.com/Evilcry/PythonScript ... canner.zip

Version 1.3 contains:

1. Bug Fix.
2. More Shellcode Detection.
3. More API Detection.
4. SQLite Support.
5. OLE2 Macro Scan.
6. Office2007 (docx/pptx/xlsx) deflate and Macro checks.

Directory scan works too, in presence of encryption a ‘decrypted‘ copy is dumped.

USAGE: python pyOLEScanner.py _suspect_document

Compatibility with Windows and Linux is maintained.

Next Issue:

1. Whole script will be OOP-ized.
2. CVE Detector.
3. Increase Performances of XOR Bruteforcer.
4. Forensics Interface, to explore File Format Internals.
5. Report.

Regards,
Evilcry
 #4865  by EP_X0FF
 Thu Feb 03, 2011 4:14 pm
Hi,

how about full functional executable tool? :)

Regards.
 #4873  by Evilcry
 Fri Feb 04, 2011 6:37 am
Hi,

This is a nice point! :)

I've in mind to code Qt based GUI, once finished CVE detection :)