Analyze office files

Basics

There are two generations of Office file format:

  • the OLE formats (file extensions like RTF, DOC, XLS, PPT),

  • the "Office Open XML" formats (file extensions that include DOCX, XLSX, PPTX).

Both formats are structured, compound file binary formats that enable Linked or Embedded content (Objects).

OOXML files are actually zip file containers, meaning that one of the easiest ways to check for hidden data is to simply unzip the document

Are they really malicious ?

Macros

Last updated

Was this helpful?