伪装成 VLC DLL 的潜在威胁
编辑伪装成 VLC DLL 的潜在威胁
编辑识别未经原始开发人员签名的 VLC 相关 DLL 实例。攻击者可能会将其有效负载命名为合法应用程序以融入环境,或将其恶意代码嵌入合法应用程序中,通过合并真实且良性的代码来欺骗机器学习算法。
规则类型: eql
规则索引:
- logs-endpoint.events.library-*
严重性: 低
风险评分: 21
每: 5 分钟运行一次
搜索索引自: now-9m (日期数学格式,另请参见 附加回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域:端点
- 数据来源:Elastic Defend
- 操作系统:Windows
- 用例:威胁检测
- 策略:防御规避
- 策略:持久性
- 规则类型:BBR
版本: 4
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑library where host.os.type == "windows" and event.action == "load" and dll.name : ("libvlc.dll", "libvlccore.dll", "axvlc.dll") and not ( dll.code_signature.subject_name : ("VideoLAN", "716F2E5E-A03A-486B-BC67-9B18474B9D51") and dll.code_signature.trusted == true )
框架: MITRE ATT&CKTM
-
策略
- 名称:防御规避
- ID:TA0005
- 参考网址:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:伪装
- ID:T1036
- 参考网址:https://attack.mitre.org/techniques/T1036/
-
子技术
- 名称:无效代码签名
- ID:T1036.001
- 参考网址:https://attack.mitre.org/techniques/T1036/001/
-
子技术
- 名称:匹配合法名称或位置
- ID:T1036.005
- 参考网址:https://attack.mitre.org/techniques/T1036/005/
-
策略
- 名称:持久性
- ID:TA0003
- 参考网址:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:破坏主机软件二进制文件
- ID:T1554
- 参考网址:https://attack.mitre.org/techniques/T1554/