自定义Shim数据库安装
编辑自定义Shim数据库安装
编辑识别自定义应用程序兼容性Shim数据库的安装。攻击者滥用此Windows功能来秘密获得持久性并在合法Windows进程中执行任意代码。
规则类型: eql
规则索引:
- logs-endpoint.events.registry-*
- winlogbeat-*
- logs-windows.sysmon_operational-*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
- endgame-*
严重性: 中等
风险评分: 47
运行频率: 5分钟
搜索索引时间范围: now-9m (日期数学格式,另见 附加回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 持久性
- 数据源: Elastic Defend
- 数据源: Sysmon
- 数据源: Microsoft Defender for Endpoint
- 数据源: SentinelOne
- 数据源: Elastic Endgame
版本: 309
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑registry where host.os.type == "windows" and event.type == "change" and registry.path : ( "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\Custom\\*.sdb", "\\REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\Custom\\*.sdb", "MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AppCompatFlags\\Custom\\*.sdb" ) and not process.executable : ("?:\\Program Files (x86)\\DesktopCentral_Agent\\swrepository\\1\\swuploads\\SAP-SLC\\SAPSetupSLC02_14-80001954\\Setup\\NwSapSetup.exe", "?:\\$WINDOWS.~BT\\Sources\\SetupPlatform.exe", "?:\\Program Files (x86)\\SAP\\SAPsetup\\setup\\NwSapSetup.exe", "?:\\Program Files (x86)\\SAP\\SapSetup\\OnRebootSvc\\NWSAPSetupOnRebootInstSvc.exe", "?:\\Program Files (x86)\\Kaspersky Lab\\Kaspersky Security for Windows Server\\kavfs.exe")
框架: MITRE ATT&CKTM
-
战术
- 名称: 持久性
- ID: TA0003
- 参考链接: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 事件触发执行
- ID: T1546
- 参考链接: https://attack.mitre.org/techniques/T1546/
-
子技术
- 名称: 应用程序模拟
- ID: T1546.011
- 参考链接: https://attack.mitre.org/techniques/T1546/011/