2020-06-10 16:32:30 +02:00
title : Malware Shellcode in Verclsid Target Process
id : b7967e22-3d7e-409b-9ed5-cdae3f9243a1
status : experimental
description : Detects a process access to verclsid.exe that injects shellcode from a Microsoft Office application / VBA macro
references :
- https://twitter.com/JohnLaTwC/status/837743453039534080
tags :
- attack.defense_evasion
- attack.privilege_escalation
- attack.t1055
author : John Lambert (tech), Florian Roth (rule)
date : 2017 /03/04
logsource :
category : process_access
product : windows
definition: 'Use the following config to generate the necessary Event ID 10 Process Access events : <ProcessAccess onmatch="include"><CallTrace condition="contains">VBE7.DLL</CallTrace></ProcessAccess><ProcessAccess onmatch="exclude"><CallTrace condition="excludes">UNKNOWN</CallTrace></ProcessAccess>'
detection :
selection :
2020-10-15 17:19:06 -03:00
TargetImage|endswith : '\verclsid.exe'
2020-06-10 16:32:30 +02:00
GrantedAccess : '0x1FFFFF'
combination1 :
2020-11-20 01:34:43 -03:00
CallTrace|contains|all :
- '|UNKNOWN('
- 'VBE7.DLL'
2020-06-10 16:32:30 +02:00
combination2 :
2020-11-20 01:34:43 -03:00
SourceImage|contains : '\Microsoft Office\'
2020-10-15 17:19:06 -03:00
CallTrace|contains: ' |UNKNOWN'
2020-06-10 16:32:30 +02:00
condition : selection and 1 of combination*
falsepositives :
- unknown
level : high