Malware Insights
The sample is a malicious Office document containing VBA macros, specifically an AutoOpen macro, designed to execute upon opening. The document body presents a seemingly legitimate progress report to trick the user into enabling macros, a common lure. The VBA script attempts to write to files in a suspicious directory 'c:\.intel\.rem\' and uses obfuscated strings, indicating it likely downloads and executes a second-stage payload. The presence of a phone number in the document body suggests a potential callback phishing or tech-support scam element.
Heuristics 4
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
-
Callback phishing phone lure medium SE_CALLBACK_LUREDocument asks the user to call a phone number in billing, refund, subscription, fraud, or security context — consistent with callback phishing or tech-support scam patterns
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas88e5155d8bbbfeff5fa6115e0641cac60fc6b8469707424006c44a36467d6346 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 16094 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.