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
版本: 2
规则作者:
- Elastic
规则许可证:Elastic 许可证 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
- 参考链接:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:系统二进制代理执行
- ID:T1218
- 参考链接:https://attack.mitre.org/techniques/T1218/
-
子技术
- 名称:InstallUtil
- ID:T1218.004
- 参考链接:https://attack.mitre.org/techniques/T1218/004/