Powershell load assembly from registry

Powershell load assembly from registry

Sigma rule (View on GitHub)

 1title: Powershell load assembly from registry
 2status: experimental
 3description: Powershell load assembly from registry
 4author: Joe Security
 5date: 2020-04-03
 6id: 200070
 7threatname:
 8behaviorgroup: 1
 9classification: 8
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*[Reflection.Assembly]::Load((ItemProperty */Software*'
19            - '*[system.threading.thread]::getdomain().load((itemproperty hk*'
20    condition: selection
21level: critical
to-top