Register dll at autostart location via regsvr32

Register dll at autostart location via regsvr32

Sigma rule (View on GitHub)

 1title: Register dll at autostart location via regsvr32
 2status: experimental
 3description: Register dll at autostart location via regsvr32
 4author: Joe Security
 5date: 2020-02-07
 6id: 200049
 7threatname:
 8behaviorgroup: 2
 9classification: 4
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*reg add*\Microsoft\Windows\CurrentVersion\Run*\system32\regsvr32*'
19    condition: selection
20level: critical
to-top