回收站根文件夹中暂存的文件
编辑回收站根文件夹中暂存的文件
编辑识别写入回收站根文件夹而不是子目录的文件。攻击者可能会将文件放在回收站的根目录中,以准备泄露数据或逃避防御。
规则类型: eql
规则索引:
- logs-endpoint.events.file-*
- logs-windows.sysmon_operational-*
- endgame-*
- winlogbeat-*
严重性: 低
风险评分: 21
每隔: 60 分钟
搜索索引自: now-119m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:数据收集
- 数据源:Elastic Defend
- 规则类型:BBR
- 数据源:Elastic Endgame
- 数据源:Sysmon
版本: 106
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑file where host.os.type == "windows" and event.type == "creation" and file.path : "?:\\$RECYCLE.BIN\\*" and not file.path : "?:\\$RECYCLE.BIN\\*\\*" and not file.name : "desktop.ini"
框架: MITRE ATT&CKTM
-
策略
- 名称:数据收集
- ID:TA0009
- 参考网址:https://attack.mitre.org/tactics/TA0009/
-
技术
- 名称:数据暂存
- ID:T1074
- 参考网址:https://attack.mitre.org/techniques/T1074/
-
子技术
- 名称:本地数据暂存
- ID:T1074.001
- 参考网址:https://attack.mitre.org/techniques/T1074/001/