msiexec download and execute

msiexec download and execute

Sigma rule (View on GitHub)

 1title: msiexec download and execute
 2status: experimental
 3description: msiexec download and execute
 4author: Joe Security
 5date: 2019-12-16
 6id: 200037
 7threatname:
 8behaviorgroup: 10
 9classification: 1
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*msiexec*/i http* /q OnLoad=*'
19            - '*m^sie^xec /ih^tt^p*>*'
20            - '*m^s^ie^xec /ih^tt^p^*'
21            - '*msiexec /q/ihttp*'
22            - '*msiexec /i http* /qn*'
23    condition: selection
24level: critical
to-top