Malware Insights
This DOC file contains a VBA macro with an AutoOpen subroutine, which is a common technique for malware execution upon opening. The script attempts to disable macro security settings using 'System.PrivateProfileString' to write to registry keys, specifically targeting 'HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Word\Security' and 'HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security'. It also attempts to spread itself to the Normal template by exporting and importing the 'AutoSpread' module, indicating a self-propagation mechanism. The presence of ClamAV detections for Win.Trojan.Kallisti-1 and Win.Trojan.C-286 further supports its malicious nature.
Heuristics 8
-
ClamAV: Win.Trojan.Kallisti-1 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Trojan.Kallisti-1
-
ClamAV detection on extracted artifact critical EXTRACTED_FILE_CLAMAVClamAV flagged at least one file extracted from inside this sample. Even when the wrapping document carries no AV detection of its own, a hit on the carved artifact is a strong indicator the sample is a delivery vehicle.
-
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
-
Suspicious extracted artifact high EXTRACTED_FILE_STATIC_TRIAGEOne 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.
-
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.bas66e20c1c656b76d885f41ae294b7a8f94ccacadf0918c82a9031af04fae66155 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 3657 bytes |
|
Detection
ClamAV:
Win.Trojan.C-286
Obfuscation or payload:
likely
Carved macro source contains an auto-exec entry point and execution/download terms.
|
|||
Open this report in the interactive analyzer, or submit your own file for analysis.