Hayabusa high stable sigma

CMSTP Execution Process Creation

Detects various indicators of Microsoft Connection Manager Profile Installer execution

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "ParentProcessName
| endswith": "\\cmstp.exe"
  },
  "condition": "process_creation and selection"
}

False Positives

  • Legitimate CMSTP use (unlikely in modern enterprise environments)

Field Validations

Loading…

Comments (0)

Loading comments...