msPKIAccountCredentials 的修改
编辑msPKIAccountCredentials 的修改
编辑识别 Active Directory 用户对象中 msPKIAccountCredentials 属性的修改。攻击者可以滥用凭据漫游功能来覆盖任意文件以进行权限提升。ms-PKI-AccountCredentials 包含来自凭据管理器存储的加密凭据对象的二进制大对象 (BLOB)、私钥、证书和证书请求。
规则类型: 查询
规则索引:
- winlogbeat-*
- logs-system.*
- logs-windows.*
严重性: 中等
风险评分: 47
每: 5 分钟运行一次
搜索索引自: now-9m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 数据源:Active Directory
- 策略:权限提升
- 用例:Active Directory 监控
- 数据源:系统
版本: 113
规则作者:
- Elastic
规则许可证: Elastic License 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" or "directory-service-object-modified") 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
- 参考网址:https://attack.mitre.org/tactics/TA0004/
-
技术
- 名称:用于权限提升的利用
- ID:T1068
- 参考网址:https://attack.mitre.org/techniques/T1068/