oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
Several recent samples use LoadXML and transformNode methods (on a MSXML2.DomDocument COM object) to apply an XSL stylesheet to XML data and obtain a malicious JavaScript which seems to be executed automatically:
Several recent samples use
LoadXML
andtransformNode
methods (on aMSXML2.DomDocument
COM object) to apply an XSL stylesheet to XML data and obtain a malicious JavaScript which seems to be executed automatically:transformNode: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms761399(v=vs.85)
more info: