通过 CcmExec 潜在的 Windows 会话劫持

编辑

通过 CcmExec 潜在的 Windows 会话劫持编辑

此检测规则识别出 SCNotification.exe 加载不受信任的 DLL 的情况,这是攻击者试图劫持/模拟 Windows 用户会话的潜在指标。

规则类型:eql

规则索引:

  • logs-endpoint.events.library-*

严重性:中等

风险评分: 47

运行频率:5 分钟

从以下时间开始搜索索引:now-9m(日期数学格式,另请参见 Additional look-back time

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

参考:

标签:

  • 域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 策略:防御规避
  • 数据源:Elastic Defend

版本: 1

规则作者:

  • Elastic

规则许可证:Elastic 许可证 v2

规则查询编辑

library where host.os.type == "windows" and process.name : "SCNotification.exe" and
  (dll.Ext.relative_file_creation_time < 86400 or dll.Ext.relative_file_name_modify_time <= 500) and dll.code_signature.status != "trusted"

框架:MITRE ATT&CKTM