通过 PowerShell 进行的出站计划任务活动
编辑通过 PowerShell 进行的出站计划任务活动
编辑识别加载任务计划程序 COM DLL 的 PowerShell 进程,然后在短时间内进行出站 RPC 网络连接。这可能表明通过计划任务进行横向移动或远程发现。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.library-*
- 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, process.entity_id with maxspan = 5s [any where host.os.type == "windows" and (event.category == "library" or (event.category == "process" and event.action : "Image loaded*")) and (?dll.name : "taskschd.dll" or file.name : "taskschd.dll") and process.name : ("powershell.exe", "pwsh.exe", "powershell_ise.exe")] [network where host.os.type == "windows" and process.name : ("powershell.exe", "pwsh.exe", "powershell_ise.exe") and destination.port == 135 and not destination.address in ("127.0.0.1", "::1")]
框架: MITRE ATT&CKTM
-
策略
- 名称: 执行
- ID: TA0002
- 参考 URL: https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称: 计划任务/作业
- ID: T1053
- 参考 URL: https://attack.mitre.org/techniques/T1053/
-
子技术
- 名称: 计划任务
- ID: T1053.005
- 参考 URL: https://attack.mitre.org/techniques/T1053/005/
-
技术
- 名称: 命令和脚本解释器
- ID: T1059
- 参考 URL: https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称: PowerShell
- ID: T1059.001
- 参考 URL: https://attack.mitre.org/techniques/T1059/001/