Malicious Office (OLE) / .DOC — malware analysis report

Static analysis result for SHA-256 4d332b6959a0b3a1…

MALICIOUS

Office (OLE) / .DOC

531.5 KB Created: 2025-09-16 11:01:00 Authoring application: Microsoft Office Word
MD5: 63ee6c37e14b5cabb7d01de9dd19eaed SHA-1: a036958c868f706b7d1205eb90c20acf3f595347 SHA-256: 4d332b6959a0b3a18d73436727147caecde73b2ab5569623e76fd14dd9822dee
270 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic for Applications T1059.001 PowerShell T1204.002 Malicious File T1566.001 Spearphishing Attachment

The sample contains VBA macros, including a Document_Open macro that utilizes Shell() and CreateObject calls, indicating an attempt to execute arbitrary code. The presence of an embedded URL and the document body's lure of a school event with a payment link suggest a social engineering tactic to encourage macro execution. The primary intent appears to be downloading and executing a second-stage payload via the macro's capabilities.

Heuristics 9

  • Shell() call in VBA critical OLE_VBA_SHELL
    Shell() call in VBA
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code
  • Environ() call (env variable access) low OLE_VBA_ENVIRON
    Environ() call (env variable access)
  • Embedded URL info EMBEDDED_URL
    One 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.micrM
    • http://ocsp.comodoca.com0
    • http://ocsp.sectigo.com0
    • http://ocsp.usertrust.com0
    • https://www.facebook.com/ardenforestinfantschool/
    • https://www.facebook.com/ardenforestinfantschool
    • https://pay.sumup.com/b2c/QZVYUFS7
    • http://schemas.openxmlformats.org/officeDocument/2006/customXml
    • http://schemas.microsoft.com/office/2006/metadata/contentType
    • http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes
    • http://schemas.microsoft.com/office/2006/metadata/properties
    • http://www.w3.org/2001/XMLSchema
    • http://schemas.microsoft.com/office/2006/documentManagement/types
    • http://schemas.microsoft.com/office/infopath/2007/PartnerControls
    • http://schemas.openxmlformats.org/package/2006/metadata/core-properties
    • http://www.w3.org/2001/XMLSchema-instance
    • http://purl.org/dc/elements/1.1/
    • http://purl.org/dc/terms/
    • http://schemas.microsoft.com/internal/obd
    • http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd
    • http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd
    • http://schemas.microsoft.com/sharepoint/v3/contenttype/forms
    • http://schemas.openxmlformats.org/drawingml/2006/main
    • http://crl.comodoca.com/AAACertificateServices.crl06�4�2�0http://crl.comodo.net/AAACertificateServices.crl0
    • http://crl.comodoca.com/AAACertificateServices.crl04
    • http://crl.sectigo.com/SectigoPublicCodeSigningRootR46.crl0{
    • http://crt.sectigo.com/SectigoPublicCodeSigningRootR46.p7c0#
    • https://sectigo.com/CPS0
    • http://crl.sectigo.com/SectigoPublicCodeSigningCAR36.crl0y
    • http://crt.sectigo.com/SectigoPublicCodeSigningCAR36.crt0#
    • http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl0v
    • http://crt.usertrust.com/USERTrustRSAAddTrustCA.crt0%
    • http://crl.sectigo.com/SectigoRSATimeStampingCA.crl0t
    • http://crt.sectigo.com/SectigoRSATimeStampingCA.crt0#
    • https://pay.sumup.com/b2c/QZVYUFS7Alternatively

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
f9c9fb2693843e41db62304d4a1cb9a36df2104c16281c7f25c9aaac07b583c7
vba-macro oletools.olevba.extract_macros (decoded VBA source) 11175 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved macro source contains an auto-exec entry point and execution/download terms.