可疑的 PrintSpooler 服务可执行文件创建

编辑

可疑的 PrintSpooler 服务可执行文件创建

编辑

检测利用与 Print Spooler 服务相关的特权提升漏洞的尝试。有关更多信息,请参阅以下 CVE - CVE-2020-1048、CVE-2020-1337 和 CVE-2020-1300,并验证受影响的系统是否已修补。

规则类型: new_terms

规则索引:

  • winlogbeat-*
  • logs-endpoint.events.file-*
  • logs-windows.sysmon_operational-*
  • endgame-*
  • logs-m365_defender.event-*
  • logs-sentinel_one_cloud_funnel.*

严重性: 低

风险评分: 21

运行频率: 5 分钟

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

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

参考:

标签:

  • 域: 端点
  • 操作系统: Windows
  • 用例: 威胁检测
  • 战术: 特权提升
  • 数据源: Elastic Endgame
  • 用例: 漏洞
  • 数据源: Elastic Defend
  • 数据源: Sysmon
  • 数据源: Microsoft Defender for Endpoint
  • 数据源: SentinelOne

版本: 314

规则作者:

  • Elastic

规则许可: Elastic License v2

规则查询

编辑
event.category : "file" and host.os.type : "windows" and event.type : "creation" and
  process.name : "spoolsv.exe" and file.extension : "dll"

框架: MITRE ATT&CKTM