文件暂存于回收站根文件夹

编辑

识别写入回收站文件夹根目录而不是子目录的文件。攻击者可能会将文件放置在回收站的根目录中,以准备进行数据泄露或逃避防御。

规则类型: 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