潜在的通过 HTTP 进行的本地 NTLM 中继
编辑潜在的通过 HTTP 进行的本地 NTLM 中继编辑
识别尝试使用 Windows 打印机后台处理程序服务作为目标通过 HTTP 强制进行本地 NTLM 身份验证。攻击者可能会将此原始方法与其他技术结合使用,以提升受感染系统的权限。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-windows.*
- endgame-*
- logs-system.security*
严重性: 高
风险评分: 73
每隔运行: 5m
从以下时间开始搜索索引: now-9m (日期数学格式,另请参阅 其他回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:凭证访问
- 策略:防御规避
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
版本: 109
规则作者:
- Elastic
规则许可: Elastic 许可证 v2
规则查询编辑
process where host.os.type == "windows" and event.type == "start" and process.name : "rundll32.exe" and /* Rundll32 WbeDav Client */ process.args : ("?:\\Windows\\System32\\davclnt.dll,DavSetCookie", "?:\\Windows\\SysWOW64\\davclnt.dll,DavSetCookie") and /* Access to named pipe via http */ process.args : ("http*/print/pipe/*", "http*/pipe/spoolss", "http*/pipe/srvsvc")
框架: MITRE ATT&CKTM
-
策略
- 名称:凭证访问
- ID:TA0006
- 参考网址:https://attack.mitre.org/tactics/TA0006/
-
技术
- 名称:凭证访问漏洞利用
- ID:T1212
- 参考网址:https://attack.mitre.org/techniques/T1212/
-
策略
- 名称:防御规避
- ID:TA0005
- 参考网址:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:系统二进制代理执行
- ID:T1218
- 参考网址:https://attack.mitre.org/techniques/T1218/
-
子技术
- 名称:Rundll32
- ID:T1218.011
- 参考网址:https://attack.mitre.org/techniques/T1218/011/