未签名的 BITS 服务客户端进程
编辑未签名的 BITS 服务客户端进程
编辑识别未签名的 Windows 后台智能传输服务 (BITS) 客户端进程。攻击者可能会滥用 BITS 功能,以下载或上传数据。
规则类型: eql
规则索引:
- logs-endpoint.events.library-*
严重性: 低
风险评分: 21
运行频率: 60 分钟
搜索索引时间范围: now-119m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大告警数: 100
参考:
标签:
- 域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 防御规避
- 规则类型: BBR
- 数据源: Elastic Defend
版本: 3
规则作者:
- Elastic
规则许可: Elastic License v2
规则查询
编辑library where dll.name : "Bitsproxy.dll" and process.executable != null and not process.code_signature.trusted == true and not process.code_signature.status : ("errorExpired", "errorCode_endpoint*")
框架: MITRE ATT&CKTM
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 伪装
- ID: T1036
- 参考 URL: https://attack.mitre.org/techniques/T1036/
-
子技术
- 名称: 无效的代码签名
- ID: T1036.001
- 参考 URL: https://attack.mitre.org/techniques/T1036/001/
-
技术
- 名称: BITS 作业
- ID: T1197
- 参考 URL: https://attack.mitre.org/techniques/T1197/