通过 PowerShell 远程执行传入
编辑通过 PowerShell 远程执行传入
编辑识别通过 Windows PowerShell 远程执行的远程执行。Windows PowerShell 远程允许用户在一个或多个远程计算机上运行任何 Windows PowerShell 命令。这可能表明是横向移动。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-endpoint.events.network-*
- logs-windows.sysmon_operational-*
严重性: 中
风险评分: 47
运行频率: 5分钟
搜索索引起始时间: now-9m ( 日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 横向移动
- 战术: 执行
- 数据源: Elastic Defend
- 数据源: Sysmon
版本: 209
规则作者:
- Elastic
规则许可: Elastic License v2
规则查询
编辑sequence by host.id with maxspan = 30s [network where host.os.type == "windows" and network.direction : ("incoming", "ingress") and destination.port in (5985, 5986) and network.protocol == "http" and source.ip != "127.0.0.1" and source.ip != "::1"] [process where host.os.type == "windows" and event.type == "start" and process.parent.name : "wsmprovhost.exe" and not process.executable : "?:\\Windows\\System32\\conhost.exe"]
框架: 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/