通过 HTTP 进行潜在本地 NTLM 中继
编辑通过 HTTP 进行潜在本地 NTLM 中继
编辑识别尝试使用 Windows 打印机后台程序服务作为目标来强制执行本地 NTLM 身份验证。攻击者可以将此方法与其他技术结合使用,以提升受损系统上的权限。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-windows.forwarded*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-system.security*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
- logs-crowdstrike.fdr*
严重性: 高
风险评分: 73
运行频率: 5 分钟
搜索索引时间范围: now-9m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考资料:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:凭据访问
- 战术:防御规避
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:系统
- 数据源:Microsoft Defender for Endpoint
- 数据源:Sysmon
- 数据源:SentinelOne
- 数据源:Crowdstrike
版本: 311
规则作者:
- Elastic
规则许可证: Elastic License 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/