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