检测到 Linux 剪贴板活动

编辑

此规则监控 Unix 系统上非常用进程组组长对最常用剪贴板实用程序的使用情况。攻击者可能会从用户在应用程序之间或内部复制信息时收集存储在剪贴板中的数据。

规则类型: new_terms

规则索引:

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

严重性: 低

风险评分: 21

每隔: 5 分钟

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

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

参考: 无

标签:

  • 领域:端点
  • 操作系统:Linux
  • 用例:威胁检测
  • 战术:收集
  • 数据源:Elastic Defend
  • 数据源:Elastic Endgame
  • 数据源:Auditd Manager

版本: 5

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
event.category:process and host.os.type:"linux" and event.type:"start" and
event.action:("exec" or "exec_event" or "executed" or "process_started") and
process.name:("xclip" or "xsel" or "wl-clipboard" or "clipman" or "copyq") and
not process.parent.name:("bwrap" or "micro")

框架: MITRE ATT&CKTM