潜在的哈希传递 (PtH) 尝试

编辑

攻击者可能会使用窃取的密码哈希进行哈希传递,从而在环境中横向移动,绕过正常的系统访问控制。哈希传递 (PtH) 是一种在没有用户明文密码的情况下以用户身份进行身份验证的方法。

规则类型: new_terms

规则索引:

  • winlogbeat-*
  • logs-windows.*
  • logs-system.security*

严重性: 中

风险评分: 47

运行频率: 5 分钟

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

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

参考资料:

标签:

  • 域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 战术:横向移动
  • 数据源:系统

版本: 106

规则作者:

  • Elastic

规则许可证: Elastic License v2

规则查询

编辑
host.os.type:"windows" and
event.category : "authentication" and event.action : "logged-in" and
winlog.logon.type : "NewCredentials" and event.outcome : "success" and
user.id : (S-1-5-21-* or S-1-12-1-*) and winlog.event_data.LogonProcessName : "seclogo"

框架: MITRE ATT&CKTM