Mshta Download Pastebin

mshta downloads payload from pastebin

Sigma rule (View on GitHub)

 1title: Mshta Download Pastebin
 2status: experimental
 3description: mshta downloads payload from pastebin
 4author: Joe Security
 5date: 2019-10-24
 6id: 200010
 7threatname:
 8behaviorgroup: 1
 9classification: 8
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*\mshta.exe*pastebin.com\\*'
19            - '*mshta.exe*pastebin.com\raw*'
20    condition: selection
21level: critical
to-top