Wmic Launch Msiexec

Wmic launch msiexec to download file from internet

Sigma rule (View on GitHub)

 1title: Wmic Launch Msiexec
 2status: experimental
 3description: Wmic launch msiexec to download file from internet
 4author: Joe Security
 5date: 2019-11-06
 6id: 200018
 7threatname:
 8behaviorgroup: 10
 9classification: 1
10mitreattack: T1218
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*wmic process call create *msiexec /i http* /q*'
19    condition: selection
20level: critical
to-top