2019-01-16 22:36:31 +00:00
|
|
|
title: Microsoft Workflow Compiler
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 419dbf2b-8a9b-4bea-bf99-7544b050ec8d
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects invocation of Microsoft Workflow Compiler, which may permit the execution of arbitrary unsigned code.
|
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
2019-03-05 22:25:49 +00:00
|
|
|
- attack.t1127
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Nik Seetharaman
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-01-16 22:36:31 +00:00
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://posts.specterops.io/arbitrary-unsigned-code-execution-vector-in-microsoft-workflow-compiler-exe-3d9294bc5efb
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image: '*\Microsoft.Workflow.Compiler.exe'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Legitimate MWC use (unlikely in modern enterprise environments)
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|