Files
blue-team-tools/rules/windows/process_access/sysmon_cmstp_execution.yml
T

35 lines
992 B
YAML
Raw Normal View History

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
- attack.t1218.003
- attack.t1191 # an old one
2020-06-10 16:32:30 +02:00
- attack.execution
- attack.t1559.001
- attack.t1175 # an old one
2020-06-10 16:32:30 +02:00
- attack.g0069
- attack.g0080
2020-06-10 16:32:30 +02:00
- car.2019-04-001
author: Nik Seetharaman
date: 2018/07/16
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
category: process_access
2020-06-10 16:32:30 +02:00
detection:
# Process Access Call Trace
selection:
2021-03-02 22:48:55 +03:00
CallTrace|contains: 'cmlua.dll*'
condition: selection