回收站根文件夹中暂存的文件

编辑

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

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