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