InstallUtil 进程正在建立网络连接
编辑InstallUtil 进程正在建立网络连接编辑
识别正在建立出站网络连接的 InstallUtil.exe。这可能表明存在攻击活动,因为攻击者经常利用 InstallUtil 来执行代码并逃避检测。
规则类型:eql
规则索引:
- logs-endpoint.events.process-*
- logs-endpoint.events.network-*
- winlogbeat-*
- logs-windows.sysmon_operational-*
严重程度:中等
风险评分: 47
运行频率:5 分钟
搜索索引的时间范围:now-9m(日期数学格式,另请参阅其他回溯时间
)
每次执行的最大警报数: 100
参考资料:无
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:防御规避
- 数据源:Elastic Defend
- 数据源:Sysmon
版本: 107
规则作者:
- Elastic
规则许可证:Elastic 许可证 v2
规则查询编辑
/* the benefit of doing this as an eql sequence vs kql is this will limit to alerting only on the first network connection */ sequence by process.entity_id [process where host.os.type == "windows" and event.type == "start" and process.name : "installutil.exe"] [network where host.os.type == "windows" and process.name : "installutil.exe" and network.direction : ("outgoing", "egress")]
框架: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/