LoFP LoFP / use of program compatibility troubleshooter helper

Techniques

Sample rules

Code Execution via Pcwutl.dll

Description

Detects launch of executable by calling the LaunchApplication function from pcwutl.dll library.

Detection logic

condition: all of selection_*
selection_cli:
  CommandLine|contains|all:
  - pcwutl
  - LaunchApplication
selection_img:
- Image|endswith: \rundll32.exe
- OriginalFileName: RUNDLL32.EXE