通过 WinRM 实现远程执行功能的 PowerShell 脚本
编辑通过 WinRM 实现远程执行功能的 PowerShell 脚本
编辑识别使用与 WinRM 相关的远程执行活动的 Cmdlet 和方法。攻击者可以滥用 WinRM,利用内置工具进行横向移动。
规则类型: 查询
规则索引:
- winlogbeat-*
- logs-windows.powershell*
严重性: 低
风险评分: 21
运行频率: 60 分钟
搜索索引时间范围: now-119m (日期数学格式, 另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 横向移动
- 战术: 执行
- 数据源: PowerShell 日志
- 规则类型: BBR
版本: 208
规则作者:
- Elastic
规则许可: Elastic License v2
设置
编辑设置
必须启用PowerShell 脚本块日志记录日志策略。通过高级审核配置实现日志策略的步骤
Computer Configuration > Administrative Templates > Windows PowerShell > Turn on PowerShell Script Block Logging (Enable)
通过注册表实现日志策略的步骤
reg add "hklm\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" /v EnableScriptBlockLogging /t REG_DWORD /d 1
规则查询
编辑event.category:process and host.os.type:windows and powershell.file.script_block_text : ( ("Invoke-WmiMethod" or "Invoke-Command" or "Enter-PSSession") and "ComputerName" ) and not user.id : "S-1-5-18" and not file.directory : ( "C:\\Program Files\\LogicMonitor\\Agent\\tmp" ) and not powershell.file.script_block_text : ( "Export-ModuleMember -Function @('Invoke-Expression''Invoke-Command')" and "function Invoke-Command {" )
框架: MITRE ATT&CKTM
-
战术
- 名称: 横向移动
- ID: TA0008
- 参考 URL: https://attack.mitre.org/tactics/TA0008/
-
技术
- 名称: 远程服务
- ID: T1021
- 参考 URL: https://attack.mitre.org/techniques/T1021/
-
子技术
- 名称: Windows 远程管理
- ID: T1021.006
- 参考 URL: https://attack.mitre.org/techniques/T1021/006/
-
战术
- 名称: 执行
- ID: TA0002
- 参考 URL: https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称: 命令和脚本解释器
- ID: T1059
- 参考 URL: https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称: PowerShell
- ID: T1059.001
- 参考 URL: https://attack.mitre.org/techniques/T1059/001/