2019-01-16 22:36:31 +00:00
|
|
|
title: CMSTP UAC Bypass via COM Object Access
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 4b60e6f2-bf39-47b4-b4ea-398e33cfe253
|
2019-01-16 22:36:31 +00:00
|
|
|
status: stable
|
|
|
|
description: Detects UAC Bypass Attempt Using Microsoft Connection Manager Profile Installer Autoelevate-capable COM Objects
|
|
|
|
tags:
|
2020-08-29 04:39:30 +00:00
|
|
|
- attack.execution
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.privilege_escalation
|
2020-08-29 04:39:30 +00:00
|
|
|
- attack.t1548.002
|
|
|
|
- attack.t1088 # an old one
|
|
|
|
- attack.t1218.003
|
|
|
|
- attack.t1191 # an old one
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.g0069
|
2019-06-14 04:15:38 +00:00
|
|
|
- car.2019-04-001
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Nik Seetharaman
|
2019-07-31 12:16:52 +00:00
|
|
|
modified: 2019/07/31
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-01-16 22:36:31 +00:00
|
|
|
references:
|
2020-07-03 09:22:06 +00:00
|
|
|
- https://web.archive.org/web/20190720093911/http://www.endurant.io/cmstp/detecting-cmstp-enabled-code-execution-and-uac-bypass-with-sysmon/
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/hFireF0X/status/897640081053364225
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection1:
|
2020-07-03 09:20:36 +00:00
|
|
|
ParentCommandLine|contains: '\DllHost.exe '
|
2019-03-01 23:14:20 +00:00
|
|
|
selection2:
|
2020-07-03 09:20:36 +00:00
|
|
|
ParentCommandLine|endswith:
|
|
|
|
- '{3E5FC7F9-9A51-4367-9063-A120244FBEC7}'
|
|
|
|
- '{3E000D72-A845-4CD9-BD83-80C07C3B881F}'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection1 and selection2
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
- Hashes
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Legitimate CMSTP use (unlikely in modern enterprise environments)
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|