通过 sc.exe 修改服务路径

编辑

识别尝试使用 sc.exe 修改服务路径设置的行为。攻击者可能会尝试修改现有服务以实现持久化或权限提升。

规则类型: eql

规则索引:

  • logs-endpoint.events.process-*
  • logs-windows.sysmon_operational-*
  • endgame-*
  • logs-system.security*
  • winlogbeat-*

严重性: 低

风险评分: 21

每隔: 60m

搜索索引时间范围: now-119m (日期数学格式,另请参阅 额外回溯时间)

每次执行的最大告警数: 100

参考: 无

标签:

  • 领域: 端点
  • 操作系统: Windows
  • 用例: 威胁检测
  • 战术: 防御规避
  • 数据源: Elastic Endgame
  • 数据源: Elastic Defend
  • 规则类型: BBR
  • 数据源: Sysmon
  • 数据源: 系统

版本: 106

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
process where event.type == "start" and process.name : "sc.exe" and
  process.args : "*config*" and process.args : "*binPath*"

框架: MITRE ATT&CKTM