Bitsadmin 活动
编辑Bitsadmin 活动
编辑Windows 后台智能传输服务 (BITS) 是一种低带宽、异步的文件传输机制。攻击者可能会滥用 BITS 来实现持久化、下载、执行,甚至在运行恶意代码后进行清理。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-system.security*
- winlogbeat-*
严重性: 低
风险评分: 21
每隔: 60 分钟
搜索索引时间范围: now-119m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:命令和控制
- 数据源:Elastic Defend
- 规则类型:BBR
- 数据源:Sysmon
- 数据源:Elastic Endgame
- 数据源:系统
版本: 105
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and ( (process.name : "bitsadmin.exe" and process.args : ( "*Transfer*", "*Create*", "AddFile", "*SetNotifyFlags*", "*SetNotifyCmdLine*", "*SetMinRetryDelay*", "*SetCustomHeaders*", "*Resume*") ) or (process.name : "powershell.exe" and process.args : ( "*Start-BitsTransfer*", "*Add-BitsFile*", "*Resume-BitsTransfer*", "*Set-BitsTransfer*", "*BITS.Manager*") ) )
框架: MITRE ATT&CKTM
-
战术
- 名称:命令和控制
- ID:TA0011
- 参考 URL:https://attack.mitre.org/tactics/TA0011/
-
技术
- 名称:入口工具传输
- ID:T1105
- 参考 URL:https://attack.mitre.org/techniques/T1105/
-
战术
- 名称:防御规避
- ID:TA0005
- 参考 URL:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:BITS 作业
- ID:T1197
- 参考 URL:https://attack.mitre.org/techniques/T1197/
-
战术
- 名称:持久性
- ID:TA0003
- 参考 URL:https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称:BITS 作业
- ID:T1197
- 参考 URL:https://attack.mitre.org/techniques/T1197/