Execute Scriptlet Via Regsvr32

regsvr32.exe to execute a COM scriptlet

Sigma rule (View on GitHub)

 1title: Execute Scriptlet Via Regsvr32
 2status: experimental
 3description:  regsvr32.exe to execute a COM scriptlet
 4author: Joe Security
 5date: 2019-10-30
 6id: 200016
 7threatname:
 8behaviorgroup: 2
 9classification: 8
10mitreattack: T1218.010
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*\system32\regsvr32.EXE /s /n /u /i:*\AppData\Roaming\\* scrobj*'
19    condition: selection
20level: critical
to-top