潜在的 Active Directory 复制账户后门

编辑

潜在的 Active Directory 复制账户后门

编辑

识别域对象中 nTSecurityDescriptor 属性的修改,该修改将与 DCSync 相关的权限赋予用户/计算机帐户。攻击者可以使用此后门重新获取任何用户/计算机的哈希值访问权限。

规则类型: 查询

规则索引:

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

严重性: 中

风险评分: 47

运行频率: 5 分钟

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

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

参考资料:

标签:

  • 域:端点
  • 操作系统:Windows
  • 用例:威胁检测
  • 战术:凭证访问
  • 数据源:Active Directory
  • 用例:Active Directory 监控
  • 数据源:系统

版本: 104

规则作者:

  • 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:"nTSecurityDescriptor" and
  winlog.event_data.AttributeValue : (
    (
      *1131f6ad-9c07-11d1-f79f-00c04fc2dcd2;;S-1-5-21-* and
      *1131f6aa-9c07-11d1-f79f-00c04fc2dcd2;;S-1-5-21-* and
      *89e95b76-444d-4c62-991a-0facbeda640c;;S-1-5-21-*
    )
  )

框架: MITRE ATT&CKTM