MALICIOUS
368
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
T1071.001 Web Protocols
The sample is a malicious Office document containing VBA macros. The AutoOpen macro attempts to check for an existing file and, if not present, proceeds to read the document's content. The presence of Shell() and WScript.Shell calls indicates an intent to execute external commands or scripts, likely to download and execute a secondary payload. The document body itself is a lure, presenting a fake security warning to encourage macro execution.
Heuristics 9
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
ClamAV: Doc.Dropper.Agent-1849961 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Agent-1849961
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled 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.
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas6dc972bb7a38800df5c1c27fcdf1004235940458c013449faf0b524acc188667 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 2800 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.