潜在的传递哈希 (PtH) 尝试
编辑潜在的传递哈希 (PtH) 尝试编辑
攻击者可能会使用窃取的密码哈希传递哈希,在环境中横向移动,绕过正常的系统访问控制。传递哈希 (PtH) 是一种在没有用户明文密码的情况下以用户身份进行身份验证的方法。
规则类型: new_terms
规则索引:
- winlogbeat-*
- logs-windows.*
- logs-system.security*
严重性: 中等
风险评分: 47
每隔: 5 分钟运行一次
从以下时间开始搜索索引: now-9m(日期数学格式,另请参见 其他追溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:横向移动
版本: 3
规则作者:
- Elastic
规则许可证: Elastic 许可证 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
- 参考网址:https://attack.mitre.org/techniques/T1550/
-
子技术
- 名称:传递哈希
- ID:T1550.002
- 参考网址:https://attack.mitre.org/techniques/T1550/002/