利用 IEditionUpgradeManager 提升的 COM 接口尝试绕过 UAC

编辑

利用 IEditionUpgradeManager 提升的 COM 接口尝试绕过 UAC

编辑

识别通过滥用提升的 COM 接口来启动恶意 Windows ClipUp 程序以绕过用户帐户控制 (UAC) 的尝试。攻击者可能会尝试绕过 UAC 以秘密地执行具有提升权限的代码。

规则类型: eql

规则索引:

  • winlogbeat-*
  • logs-endpoint.events.process-*
  • logs-windows.sysmon_operational-*
  • endgame-*
  • logs-m365_defender.event-*
  • logs-sentinel_one_cloud_funnel.*

严重性: 高

风险评分: 73

运行频率: 5 分钟

搜索索引时间范围: now-9m (日期数学格式,另见 额外回溯时间)

每次执行的最大告警数: 100

参考资料:

标签:

  • 领域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 战术:权限提升
  • 战术:防御规避
  • 战术:执行
  • 数据来源:Elastic Endgame
  • 数据来源:Elastic Defend
  • 数据来源:Sysmon
  • 数据来源:Microsoft Defender for Endpoint
  • 数据来源:SentinelOne

版本: 309

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
process where host.os.type == "windows" and event.type == "start" and process.name : "Clipup.exe" and
  not process.executable : "C:\\Windows\\System32\\ClipUp.exe" and process.parent.name : "dllhost.exe" and
  /* CLSID of the Elevated COM Interface IEditionUpgradeManager */
  process.parent.args : "/Processid:{BD54C901-076B-434E-B6C7-17C531F4AB41}"

框架: MITRE ATT&CKTM