通过 CcmExec 的潜在 Windows 会话劫持
编辑通过 CcmExec 的潜在 Windows 会话劫持
编辑此检测规则用于识别 SCNotification.exe 何时加载不受信任的 DLL,这可能是攻击者尝试劫持/冒充 Windows 用户会话的潜在指标。
规则类型: eql
规则索引:
- logs-endpoint.events.library-*
严重程度: 中
风险评分: 47
运行频率: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另请参阅 额外的回溯时间
)
每次执行的最大告警数: 100
参考资料:
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 防御规避
- 数据源: Elastic Defend
版本: 1
规则作者:
- Elastic
规则许可: Elastic License 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
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 劫持执行流
- ID: T1574
- 参考 URL: https://attack.mitre.org/techniques/T1574/