InstallUtil 活动
编辑InstallUtil 活动
编辑InstallUtil 是一个命令行实用程序,允许通过执行 .NET 二进制文件中指定的特定安装程序组件来安装和卸载资源。攻击者可能会使用 InstallUtil 通过受信任的 Windows 实用程序来代理代码的执行。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- logs-system.security*
- winlogbeat-*
- logs-windows.*
- endgame-*
严重程度: 低
风险评分: 21
运行频率: 60 分钟
搜索索引起始于: now-119m (日期数学格式,另请参阅 其他回溯时间
)
每次执行的最大警报数: 100
参考: 无
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 防御规避
- 数据源: Elastic Defend
- 规则类型: BBR
- 数据源: Elastic Endgame
- 数据源: 系统
版本: 104
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and process.name : "installutil.exe" and not user.id : "S-1-5-18"
框架: MITRE ATT&CKTM
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 系统二进制代理执行
- ID: T1218
- 参考 URL: https://attack.mitre.org/techniques/T1218/
-
子技术
- 名称: InstallUtil
- ID: T1218.004
- 参考 URL: https://attack.mitre.org/techniques/T1218/004/