2019-01-16 22:36:31 +00:00
|
|
|
title: CMSTP UAC Bypass via COM Object Access
|
|
|
|
status: stable
|
|
|
|
description: Detects UAC Bypass Attempt Using Microsoft Connection Manager Profile Installer Autoelevate-capable COM Objects
|
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1088
|
|
|
|
- attack.t1191
|
|
|
|
- attack.g0069
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Nik Seetharaman
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- http://www.endurant.io/cmstp/detecting-cmstp-enabled-code-execution-and-uac-bypass-with-sysmon/
|
|
|
|
- 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:
|
|
|
|
ParentCommandLine: '*\DllHost.exe'
|
|
|
|
selection2:
|
|
|
|
ParentCommandLine:
|
|
|
|
- '*\{3E5FC7F9-9A51-4367-9063-A120244FBEC7}'
|
|
|
|
- '*\{3E000D72-A845-4CD9-BD83-80C07C3B881F}'
|
|
|
|
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
|