加载了无效签名的镜像

编辑

识别加载且具有无效代码签名的二进制文件。这可能表明试图伪装成已签名的二进制文件。

规则类型: eql

规则索引:

  • logs-endpoint.events.library-*

严重性: 低

风险评分: 21

运行频率: 60 分钟

搜索索引时间范围: now-119m (Date Math 格式,另请参阅 额外回溯时间)

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

参考: 无

标签:

  • 域: 端点
  • 操作系统: Windows
  • 用例: 威胁检测
  • 战术: 防御规避
  • 规则类型: BBR
  • 数据源: Elastic Defend

版本: 2

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
library where host.os.type == "windows" and event.action == "load" and
  dll.code_signature.status : ("errorUntrustedRoot", "errorBadDigest", "errorUntrustedRoot") and
  (dll.Ext.relative_file_creation_time <= 500 or dll.Ext.relative_file_name_modify_time <= 500) and
  not startswith~(dll.name, process.name) and
  not dll.path : (
    "?:\\Windows\\System32\\DriverStore\\FileRepository\\*"
  )

框架: MITRE ATT&CKTM