NullSessionPipe 注册表修改
编辑NullSessionPipe 注册表修改编辑
识别指定哪些管道可以被匿名访问的 NullSessionPipe 注册表修改。这可能表明攻击者通过使添加的管道对所有人可用而准备进行横向移动。
规则类型:eql
规则索引:
- logs-endpoint.events.registry-*
- endgame-*
- logs-windows.sysmon_operational-*
严重性:中等
风险评分: 47
运行频率:5 分钟
搜索索引的时间范围:now-9m(日期数学格式,另请参阅其他回溯时间
)
每次执行的最大警报数: 100
参考:
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 战术:横向移动
- 战术:防御规避
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:Sysmon
版本: 108
规则作者:
- Elastic
规则许可证:Elastic License v2
规则查询编辑
registry where host.os.type == "windows" and event.type in ("creation", "change") and registry.path : ( "HKLM\\SYSTEM\\*ControlSet*\\services\\LanmanServer\\Parameters\\NullSessionPipes", "\\REGISTRY\\MACHINE\\SYSTEM\\*ControlSet*\\services\\LanmanServer\\Parameters\\NullSessionPipes" ) and length(registry.data.strings) > 0
框架:MITRE ATT&CKTM
-
战术
- 名称:横向移动
- ID:TA0008
- 参考 URL:https://attack.mitre.org/tactics/TA0008/
-
技术
- 名称:远程服务
- ID:T1021
- 参考 URL:https://attack.mitre.org/techniques/T1021/
-
子技术
- 名称:SMB/Windows 管理共享
- ID:T1021.002
- 参考 URL:https://attack.mitre.org/techniques/T1021/002/
-
战术
- 名称:防御规避
- ID:TA0005
- 参考 URL:https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称:修改注册表
- ID:T1112
- 参考 URL:https://attack.mitre.org/techniques/T1112/