2019-10-28 10:59:49 +00:00
|
|
|
title: Bypass UAC via CMSTP
|
2019-12-19 22:56:36 +00:00
|
|
|
id: e66779cc-383e-4224-a3a4-267eeb585c40
|
2019-10-28 10:59:49 +00:00
|
|
|
description: Detect child processes of automatically elevated instances of Microsoft Connection Manager Profile Installer (cmstp.exe).
|
|
|
|
status: experimental
|
2019-11-11 20:05:43 +00:00
|
|
|
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
|
2019-10-28 10:59:49 +00:00
|
|
|
date: 2019/10/24
|
2020-08-29 16:22:09 +00:00
|
|
|
modified: 2020/08/29
|
2019-11-11 20:05:43 +00:00
|
|
|
references:
|
|
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/e584f1a1-c303-4885-8a66-21360c90995b.html
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1191/T1191.md
|
2019-10-28 10:59:49 +00:00
|
|
|
tags:
|
2020-08-29 16:22:09 +00:00
|
|
|
- attack.privilege_escalation
|
2019-10-28 10:59:49 +00:00
|
|
|
- attack.defense_evasion
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1548.002
|
2020-08-29 16:22:09 +00:00
|
|
|
- attack.t1218.003
|
|
|
|
- attack.t1191 # an old one
|
|
|
|
- attack.t1088 # an old one
|
2020-01-19 21:34:16 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-10-28 10:59:49 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2019-11-11 20:05:43 +00:00
|
|
|
Image|endswith: '\cmstp.exe'
|
2020-06-16 20:46:08 +00:00
|
|
|
CommandLine|contains:
|
2019-11-11 20:05:43 +00:00
|
|
|
- '/s'
|
|
|
|
- '/au'
|
2019-10-28 10:59:49 +00:00
|
|
|
condition: selection
|
2020-01-10 23:11:27 +00:00
|
|
|
fields:
|
|
|
|
- ComputerName
|
|
|
|
- User
|
|
|
|
- CommandLine
|
2019-10-28 10:59:49 +00:00
|
|
|
falsepositives:
|
2019-11-11 20:05:43 +00:00
|
|
|
- Legitimate use of cmstp.exe utility by legitimate user
|
2019-10-28 10:59:49 +00:00
|
|
|
level: high
|