LoFP LoFP / legitimate use of cmstp.exe utility by legitimate user

Techniques

Sample rules

Bypass UAC via CMSTP

Description

Detect commandline usage of Microsoft Connection Manager Profile Installer (cmstp.exe) to install specially formatted local .INF files

Detection logic

condition: all of selection*
selection_cli:
  CommandLine|contains:
  - /s
  - -s
  - /au
  - -au
  - /ni
  - -ni
selection_img:
- Image|endswith: \cmstp.exe
- OriginalFileName: CMSTP.EXE