潜在的传递哈希 (PtH) 尝试
编辑潜在的传递哈希 (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
-
战术
- 名称:横向移动
- ID:TA0008
- 参考 URL:https://attack.mitre.org/tactics/TA0008/
-
技术
- 名称:使用替代身份验证材料
- ID:T1550
- 参考 URL:https://attack.mitre.org/techniques/T1550/
-
子技术
- 名称:传递哈希
- ID:T1550.002
- 参考 URL:https://attack.mitre.org/techniques/T1550/002/