SigmaHQ/rules/windows/process_access/sysmon_cmstp_execution_by_access.yml
2021-07-02 11:01:07 +02:00

35 lines
991 B
YAML
Executable File

title: CMSTP Execution Process Access
id: 3b4b232a-af90-427c-a22f-30b0c0837b95
status: stable
description: Detects various indicators of Microsoft Connection Manager Profile Installer execution
tags:
- attack.defense_evasion
- attack.t1218.003
- attack.t1191 # an old one
- attack.execution
- attack.t1559.001
- attack.t1175 # an old one
- attack.g0069
- attack.g0080
- car.2019-04-001
author: Nik Seetharaman
date: 2018/07/16
modified: 2021/06/27
references:
- https://web.archive.org/web/20190720093911/http://www.endurant.io/cmstp/detecting-cmstp-enabled-code-execution-and-uac-bypass-with-sysmon/
fields:
- CommandLine
- ParentCommandLine
- Details
falsepositives:
- Legitimate CMSTP use (unlikely in modern enterprise environments)
level: high
logsource:
product: windows
category: process_access
detection:
# Process Access Call Trace
selection:
CallTrace|contains: 'cmlua.dll'
condition: selection