回收站根文件夹中的暂存文件
编辑回收站根文件夹中的暂存文件编辑
识别写入到回收站文件夹根目录而不是子目录的文件。攻击者可能会将文件放置在回收站的根目录中,以便为外泄做准备或逃避防御。
规则类型:eql
规则索引:
- logs-endpoint.events.file-*
- logs-windows.sysmon_operational-*
- endgame-*
严重性:低
风险评分: 21
运行频率:60 分钟
搜索的索引范围:now-119m(日期数学格式,另请参阅额外回溯时间
)
每次执行的最大警报数: 100
参考:无
标签:
- 域:终端
- 操作系统:Windows
- 用例:威胁检测
- 战术:收集
- 数据源:Elastic Defend
- 规则类型:BBR
- 数据源:Elastic Endgame
- 数据源:Sysmon
版本: 4
规则作者:
- Elastic
规则许可证:Elastic 许可证 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/