通过 BITS 作业通知命令行实现持久化
编辑通过 BITS 作业通知命令行实现持久化
编辑攻击者可以使用后台智能传输服务 (BITS) 的 SetNotifyCmdLine 方法执行程序,该程序在作业完成数据传输后或作业进入指定状态后运行,以便在系统中持久化。
规则类型: eql
规则索引:
- logs-endpoint.events.process-*
- winlogbeat-*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-sentinel_one_cloud_funnel.*
- logs-m365_defender.event-*
严重程度: 中等
风险评分: 47
每隔: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另请参阅 附加回溯时间
)
每次执行的最大告警数: 100
参考资料:
- https://pentestlab.blog/2019/10/30/persistence-bits-jobs/
- https://docs.microsoft.com/en-us/windows/win32/api/bits1_5/nf-bits1_5-ibackgroundcopyjob2-setnotifycmdline
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/bitsadmin-setnotifycmdline
- https://elastic.ac.cn/blog/hunting-for-persistence-using-elastic-security-part-2
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 战术: 持久化
- 数据源: Elastic Endgame
- 数据源: Elastic Defend
- 数据源: Sysmon
- 数据源: SentinelOne
- 数据源: Microsoft Defender for Endpoint
版本: 410
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and process.parent.name : "svchost.exe" and process.parent.args : "BITS" and not process.executable : ("?:\\Windows\\System32\\WerFaultSecure.exe", "?:\\Windows\\System32\\WerFault.exe", "?:\\Windows\\System32\\wermgr.exe", "?:\\WINDOWS\\system32\\directxdatabaseupdater.exe")
框架: MITRE ATT&CKTM
-
战术
- 名称: 持久化
- ID: TA0003
- 参考网址: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: BITS 作业
- ID: T1197
- 参考网址: https://attack.mitre.org/techniques/T1197/