MALICIOUS
130
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.002 Spearphishing with Other
The sample is an OOXML Excel file containing VBA macros, specifically a Workbook_Open macro, indicating malicious intent. The document body contains what appears to be inventory data, likely a lure to trick the user into interacting with the malicious content. Although the VBA code is heavily commented out, the presence of the Workbook_Open event and the overall structure suggest an attempt to execute further malicious actions upon opening. No specific malware family could be identified.
Heuristics 6
-
OOXML part with non-standard content type and high-entropy data high OOXML_BOGUS_CUSTOM_PARTThe package declares a part with an invented content type (not an OpenXML/Office/standard media type) holding large, high-entropy (likely encrypted/packed) data. Legitimate OOXML files do not carry opaque binary blobs under custom content types; this is the embedded next-stage payload pattern used by loaders such as SVCReady.
-
Workbook_Open macro high OLE_VBA_WBOPENWorkbook_Open macro
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
-
External relationship medium OOXML_EXTERNAL_RELExternal target in xl/externalLinks/_rels/externalLink2.xml.rels: /personal/iharjant_its_jnj_com/Documents/Documents/JNJ 2022/CSA/ICO CKR/4/Kebutuhan ICO CSA Cengkareng MT_W1 Apr 2022_re
-
Hidden worksheet (hidden) low OOXML_HIDDEN_SHEETExcel workbook contains 3 hidden sheet(s) — hidden sheets are commonly used to conceal macro code, staging data, or intermediate payload construction
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://schemas.micr
- http://schemas.microsoft.com7
- http://schemas.microsoft
- http://schemas.mic�x
- http://schemas
- http://schemas.microsoft.com/a�
Extracted artifacts 4
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas68684d837c154d8019556ea252bd9cdb9d4100924fa5dac6ffb763f8bb82664a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 29966 bytes |
vbaProject_00.binb76e60953b31974c43a252f82c06e1aad26d955e843bc7b438335223776599af |
vba-project | OOXML VBA project: xl/vbaProject.bin | 118272 bytes |
emf_00.emfcb39bd01443afe2624e90c16e72b10dc07a8138192d2f74b60e301b9fcf262b2 |
ooxml-emf | OOXML EMF part: xl/media/image1.emf | 122200 bytes |
emf_01.emffb759fe91e01f0dd2ce88c9b7c7cb8ab46f8076ee72ec21095d7c1c1674dc1ff |
ooxml-emf | OOXML EMF part: xl/media/image2.emf | 22440 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.