通过隐藏标志隐藏文件和目录

编辑

识别与以下活动相关的事件:攻击者可以向文件添加隐藏标志以将其隐藏在用户面前,从而试图逃避检测。

规则类型: eql

规则索引:

  • logs-endpoint.events.*
  • endgame-*
  • auditbeat-*
  • logs-auditd_manager.auditd-*

严重性: 低

风险评分: 21

每隔: 5m

搜索索引自: now-9m (日期数学格式,另请参见 额外回溯时间)

每次执行的最大警报数: 100

参考: 无

标签:

  • 领域: 端点
  • 操作系统: Linux
  • 操作系统: macOS
  • 用例: 威胁检测
  • 战术: 防御规避
  • 数据源: Elastic Defend
  • 数据源: Elastic Endgame
  • 数据源: Auditd Manager

版本: 3

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
file where host.os.type == "linux" and event.type == "creation" and process.name == "chflags"

框架: MITRE ATT&CKTM