msPKIAccountCredentials 的修改
编辑msPKIAccountCredentials 的修改编辑
识别 Active Directory 用户对象中 msPKIAccountCredentials 属性的修改。攻击者可以滥用凭据漫游功能来覆盖任意文件以提升权限。ms-PKI-AccountCredentials 包含来自凭据管理器存储的加密凭据对象的二进制大对象 (BLOB)、私钥、证书和证书请求。
规则类型:查询
规则索引:
- winlogbeat-*
- logs-system.*
- logs-windows.*
严重性:中等
风险评分: 47
运行频率:5 分钟
搜索索引范围:now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 数据源:Active Directory
- 战术:权限提升
- 用例:Active Directory 监控
版本: 9
规则作者:
- Elastic
规则许可证:Elastic 许可证 v2
设置编辑
设置
必须为(成功、失败)配置“审核目录服务更改”日志记录策略。使用高级审核配置实施日志记录策略的步骤
Computer Configuration > Policies > Windows Settings > Security Settings > Advanced Audit Policies Configuration > Audit Policies > DS Access > Audit Directory Service Changes (Success,Failure)
规则查询编辑
event.action:"Directory Service Changes" and event.code:"5136" and winlog.event_data.AttributeLDAPDisplayName:"msPKIAccountCredentials" and winlog.event_data.OperationType:"%%14674" and not winlog.event_data.SubjectUserSid : "S-1-5-18"
框架:MITRE ATT&CKTM
-
战术
- 名称:权限提升
- ID:TA0004
- 参考 URL:https://attack.mitre.org/tactics/TA0004/
-
技术
- 名称:利用漏洞进行权限提升
- ID:T1068
- 参考 URL:https://attack.mitre.org/techniques/T1068/