Files
blue-team-tools/rules/windows/process_creation/win_cmstp_com_object_access.yml
T

39 lines
1.2 KiB
YAML
Raw Normal View History

title: CMSTP UAC Bypass via COM Object Access
2019-11-12 23:12:27 +01:00
id: 4b60e6f2-bf39-47b4-b4ea-398e33cfe253
status: stable
description: Detects UAC Bypass Attempt Using Microsoft Connection Manager Profile Installer Autoelevate-capable COM Objects
tags:
- attack.execution
2019-03-02 00:14:20 +01:00
- attack.defense_evasion
- attack.privilege_escalation
- attack.t1548.002
- attack.t1088 # an old one
- attack.t1218.003
- attack.t1191 # an old one
2019-03-02 00:14:20 +01:00
- attack.g0069
2019-06-13 23:15:38 -05:00
- car.2019-04-001
author: Nik Seetharaman
modified: 2019/07/31
date: 2019/01/16
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/
2019-03-02 00:14:20 +01:00
- https://twitter.com/hFireF0X/status/897640081053364225
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection1:
2020-07-03 11:20:36 +02:00
ParentCommandLine|contains: '\DllHost.exe '
2019-03-02 00:14:20 +01:00
selection2:
2020-07-03 11:20:36 +02:00
ParentCommandLine|endswith:
- '{3E5FC7F9-9A51-4367-9063-A120244FBEC7}'
- '{3E000D72-A845-4CD9-BD83-80C07C3B881F}'
2019-03-02 00:14:20 +01:00
condition: selection1 and selection2
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
- Hashes
falsepositives:
2019-03-02 00:14:20 +01:00
- Legitimate CMSTP use (unlikely in modern enterprise environments)
level: high