服务命令横向移动
编辑服务命令横向移动
编辑识别使用 sc.exe 在远程主机上创建、修改或启动服务的行为。这可能是攻击者横向移动的迹象,但如果管理员经常执行此操作,则会产生大量噪声。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- logs-endpoint.events.network-*
- winlogbeat-*
- logs-windows.sysmon_operational-*
严重性: 低
风险评分: 21
运行频率: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 横向移动
- 数据源: Elastic Defend
- 数据源: Sysmon
版本: 207
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑sequence by process.entity_id with maxspan = 1m [process where host.os.type == "windows" and event.type == "start" and (process.name : "sc.exe" or process.pe.original_file_name : "sc.exe") and process.args : "\\\\*" and process.args : ("binPath=*", "binpath=*") and process.args : ("create", "config", "failure", "start")] [network where host.os.type == "windows" and process.name : "sc.exe" and destination.ip != "127.0.0.1"]
框架: MITRE ATT&CKTM
-
战术
- 名称: 横向移动
- ID: TA0008
- 参考网址: https://attack.mitre.org/tactics/TA0008/
-
技术
- 名称: 远程服务
- ID: T1021
- 参考网址: https://attack.mitre.org/techniques/T1021/
-
战术
- 名称: 持久性
- ID: TA0003
- 参考网址: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 创建或修改系统进程
- ID: T1543
- 参考网址: https://attack.mitre.org/techniques/T1543/
-
子技术
- 名称: Windows 服务
- ID: T1543.003
- 参考网址: https://attack.mitre.org/techniques/T1543/003/
-
战术
- 名称: 执行
- ID: TA0002
- 参考网址: https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称: 系统服务
- ID: T1569
- 参考网址: https://attack.mitre.org/techniques/T1569/
-
子技术
- 名称: 服务执行
- ID: T1569.002
- 参考网址: https://attack.mitre.org/techniques/T1569/002/