通过 Forfiles/Pcalua 进行间接命令执行
编辑通过 Forfiles/Pcalua 进行间接命令执行编辑
识别通过程序兼容性助手 (pcalua.exe) 或 forfiles.exe 进行的间接命令执行。
规则类型: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.parent.name : ("pcalua.exe", "forfiles.exe")
框架:MITRE ATT&CKTM
-
战术
- 名称:防御规避
- ID:TA0005
- 参考链接:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:间接命令执行
- ID:T1202
- 参考链接:https://attack.mitre.org/techniques/T1202/