未签名服务的执行

编辑

此规则识别通过服务控制管理器 (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