Files
blue-team-tools/rules/windows/process_creation/win_workflow_compiler.yml
T

32 lines
1.0 KiB
YAML
Raw Normal View History

title: Microsoft Workflow Compiler
2019-11-12 23:12:27 +01:00
id: 419dbf2b-8a9b-4bea-bf99-7544b050ec8d
status: experimental
description: Detects invocation of Microsoft Workflow Compiler, which may permit the execution of arbitrary unsigned code.
tags:
2019-03-02 00:14:20 +01:00
- attack.defense_evasion
- attack.execution
- attack.t1127
2021-07-13 13:55:27 +02:00
- attack.t1218
author: Nik Seetharaman, frack113
date: 2019/01/16
2021-07-13 13:55:27 +02:00
modified: 2021/07/13
references:
2019-03-02 00:14:20 +01:00
- https://posts.specterops.io/arbitrary-unsigned-code-execution-vector-in-microsoft-workflow-compiler-exe-3d9294bc5efb
2021-07-13 13:55:27 +02:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218/T1218.md
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2020-10-15 20:00:57 -03:00
Image|endswith: '\Microsoft.Workflow.Compiler.exe'
2021-07-13 13:55:27 +02:00
selection_t1218:
OriginalFileName: 'Microsoft.Workflow.Compiler.exe'
CommandLine|contains: '.xml'
condition: selection or selection_t1218
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
falsepositives:
2019-03-02 00:14:20 +01:00
- Legitimate MWC use (unlikely in modern enterprise environments)
level: high