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

编辑

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

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