系统范围内启用完全用户模式转储
编辑系统范围内启用完全用户模式转储编辑
识别系统范围内启用完全用户模式转储功能。此功能允许 Windows 错误报告 (WER) 在应用程序崩溃后收集数据。此设置是 LSASS Shtinkering 攻击的要求,该攻击伪造 LSASS 上的崩溃通信,生成进程内存的转储,从而使攻击者可以访问系统上的凭据,而无需将恶意软件带到系统中。默认情况下,此设置未启用,应用程序必须创建其注册表子项以保存启用它们收集转储的设置。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.registry-*
- logs-windows.sysmon_operational-*
- endgame-*
严重性: 中等
风险评分: 47
每隔: 5 分钟运行
从以下时间开始搜索索引: now-9m(日期数学格式,另请参见 其他回溯时间
)
每次执行的最大警报数: 100
参考:
- https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps
- https://github.com/deepinstinct/Lsass-Shtinkering
- https://media.defcon.org/DEF%20CON%2030/DEF%20CON%2030%20presentations/Asaf%20Gilboa%20-%20LSASS%20Shtinkering%20Abusing%20Windows%20Error%20Reporting%20to%20Dump%20LSASS.pdf
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:凭据访问
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
- 数据源:Sysmon
版本: 7
规则作者:
- Elastic
规则许可证: Elastic 许可证 v2
规则查询编辑
registry where host.os.type == "windows" and registry.path : ( "HKLM\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting\\LocalDumps\\DumpType", "\\REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting\\LocalDumps\\DumpType" ) and registry.data.strings : ("2", "0x00000002") and not (process.executable : "?:\\Windows\\system32\\svchost.exe" and user.id : ("S-1-5-18", "S-1-5-19", "S-1-5-20"))
框架:MITRE ATT&CKTM
-
策略
- 名称:凭据访问
- ID:TA0006
- 参考网址:https://attack.mitre.org/tactics/TA0006/
-
技术
- 名称:OS 凭据转储
- ID:T1003
- 参考网址:https://attack.mitre.org/techniques/T1003/
-
子技术
- 名称:LSASS 内存
- ID:T1003.001
- 参考网址:https://attack.mitre.org/techniques/T1003/001/
-
策略
- 名称:防御规避
- ID:TA0005
- 参考网址:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:修改注册表
- ID:T1112
- 参考网址:https://attack.mitre.org/techniques/T1112/