WMIC launch script from xsl file

WMIC launch script from xsl file

Sigma rule (View on GitHub)

 1title: WMIC launch script from xsl file
 2status: experimental
 3description: WMIC launch script from xsl file
 4author: Joe Security
 5date: 2019-12-04
 6id: 200035
 7threatname:
 8behaviorgroup: 1
 9classification: 8
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*wmic process list /format:*.xsl*'
19            - '*wmic os get /format:*.xsl*'
20    condition: selection
21level: critical
to-top