Sigma high stable sigma

CMSTP App Paths Registry Key Modification

Detects modifications to the CMSTP App Paths registry key. This may indicate abuse of Microsoft Connection Manager Profile Installer (CMSTP) for arbitrary code execution or UAC bypass.

View Source

Detection Logic

{
  "selection": {
    "TargetObject
| contains": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\cmmgr32.exe\\"
  },
  "filter_main_cmcfg32": {
    "TargetObject
| endswith": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\cmmgr32.exe\\CmstpExtensionDll",
    "Details": [
      "C:\\Windows\\System32\\cmcfg32.dll",
      "C:\\Windows\\SysWOW64\\cmcfg32.dll"
    ]
  },
  "filter_main_empty": {
    "Details": "(Empty)"
  },
  "condition": "selection and not 1 of filter_main_*"
}

False Positives

  • Legitimate CMSTP use (unlikely in modern enterprise environments)

Field Validations

Loading…

Comments (0)

Loading comments...