通过 sc.exe 修改服务路径编辑

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

规则类型: eql

规则索引:

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

严重性: 低

风险评分: 21

: 60m

搜索索引从: now-119m (日期数学格式,另请参见 其他回溯时间)

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

参考资料: 无

标签:

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

版本: 4

规则作者:

  • 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