MSBuild Launched By Scr

Code injection in msbuild.exe by .scr file

Sigma rule (View on GitHub)

 1title: MSBuild Launched By Scr
 2status: experimental
 3description: Code injection in msbuild.exe by .scr file
 4author: Joe Security
 5date: 2019-10-21
 6id: 200005
 7threatname:
 8behaviorgroup: 4
 9classification: 4
10mitreattack: T1127
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        ParentCommandLine: '*\\*.scr*'
18        CommandLine:
19            -'*\Microsoft.NET\\*\MSBuild.exe*'
20    condition: selection
21level: critical
to-top