Sigma medium test sigma

Microsoft Workflow Compiler Execution

Detects the execution of Microsoft Workflow Compiler, which may permit the execution of arbitrary unsigned code.

View Source

Detection Logic

{
  "selection": [
    {
      "Image
| endswith": "\\Microsoft.Workflow.Compiler.exe"
    },
    {
      "OriginalFileName": "Microsoft.Workflow.Compiler.exe"
    }
  ],
  "condition": "selection"
}

False Positives

  • Legitimate MWC use (unlikely in modern enterprise environments)

Field Validations

Loading…

Comments (0)

Loading comments...