未签名服务的执行
编辑未签名服务的执行
编辑此规则识别通过服务控制管理器 (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
-
策略
- 名称: 执行
- 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/
-
策略
- 名称: 防御规避
- ID: TA0005
- 参考网址: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 伪装
- ID: T1036
- 参考网址: https://attack.mitre.org/techniques/T1036/
-
子技术
- 名称: 无效代码签名
- ID: T1036.001
- 参考网址: https://attack.mitre.org/techniques/T1036/001/