执行未签名服务编辑

此规则通过服务控制管理器 (SCM) 识别未签名可执行文件的执行情况。攻击者可能滥用 SCM 来执行恶意软件或提升权限。

规则类型: new_terms

规则索引:

  • logs-endpoint.events.process-*

严重性: 低

风险评分: 21

每隔: 5 分钟运行一次

从以下时间开始搜索索引: now-9m(日期数学格式,另请参见 附加回溯时间

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

参考: 无

标签:

  • 域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 策略:执行
  • 策略:防御规避
  • 规则类型:BBR
  • 数据源:Elastic Defend

版本: 105

规则作者:

  • Elastic

规则许可: Elastic License v2

规则查询编辑

host.os.type:windows and event.category:process and event.type:start and
process.parent.executable:"C:\\Windows\\System32\\services.exe" and
(process.code_signature.exists:false or process.code_signature.trusted:false) and
not process.code_signature.status : (errorCode_endpoint* or "errorChaining")

框架: MITRE ATT&CKTM