通过 SolarWinds 进程执行命令
编辑通过 SolarWinds 进程执行命令编辑
检测到可疑的 SolarWinds 子进程(Cmd.exe 或 Powershell.exe)。
**规则类型**:eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-windows.*
- endgame-*
- logs-system.security*
**严重程度**:中等
风险评分: 47
**运行频率**:5 分钟
**搜索的索引范围**:now-9m(日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警示数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:执行
- 战术:初始访问
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
版本: 111
规则作者:
- Elastic
**规则许可证**:Elastic 许可证 v2
设置编辑
设置
如果在非 elastic-agent 索引(例如 beats)上为 <8.2 版本启用 EQL 规则,则事件不会定义 event.ingested
,并且在 8.2 版本之前不会添加 EQL 规则的默认回退。因此,为了使此规则有效运作,用户需要添加自定义摄取管道以将 event.ingested
填充到 @timestamp。有关添加自定义摄取管道的更多详细信息,请参阅 - https://elastic.ac.cn/guide/en/fleet/current/data-streams-pipeline-tutorial.html
规则查询编辑
process where host.os.type == "windows" and event.type == "start" and process.name: ("cmd.exe", "powershell.exe") and process.parent.name: ( "ConfigurationWizard*.exe", "NetflowDatabaseMaintenance*.exe", "NetFlowService*.exe", "SolarWinds.Administration*.exe", "SolarWinds.Collector.Service*.exe", "SolarwindsDiagnostics*.exe" )
**框架**:MITRE ATT&CKTM
-
战术
- 名称:执行
- 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/
-
子技术
- 名称:Windows 命令行
- ID:T1059.003
- 参考 URL:https://attack.mitre.org/techniques/T1059/003/
-
战术
- 名称:初始访问
- ID:TA0001
- 参考 URL:https://attack.mitre.org/tactics/TA0001/
-
技术
- 名称:供应链攻击
- ID:T1195
- 参考 URL:https://attack.mitre.org/techniques/T1195/
-
子技术
- 名称:入侵软件供应链
- ID:T1195.002
- 参考 URL:https://attack.mitre.org/techniques/T1195/002/