Windows安全基线核查加固助手 更新1.2.3

admin 2024年5月31日09:19:55评论6 views字数 1477阅读4分55秒阅读模式

Windows安全基线核查加固助手 更新1.2.3

1工具介绍

WindowsBaselineAssistant(WBA)是一个用于检测和加固Windows安全基线的辅助工具,借助此工具你可以免去繁琐的手工检测和加固操作,实现一键检测和加固你的Windows安全基线,并可以导出检测或加固结果,解放你的双手~

2工具截图

Windows安全基线核查加固助手 更新1.2.3

3运行要求

Windows安全基线核查加固助手 更新1.2.3

Windows安全基线核查加固助手 更新1.2.3

4

自定义规则

WBA支持自定义规则以适应不同环境下的检测需求

WBA的所有规则位于item.xml文件中,其中检测规则分为registrysecedit两种,判定规则分为fixed,enum,greaternumber,lessnumber,array,equals六种.

规则格式

registry(读取注册表)

<item>  <name>检查源路由配置</name>  <description>源路由攻击有源地址欺骗、IP欺骗等,为了提高系统的可靠性,需要检查是否启用正确配置源路由攻击保护.</description>  <type>registry</type>  <registry>HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters</registry>  <regitem>DisableIPSourceRouting</regitem>  <standard>2</standard>  <assessment>enum</assessment>  <valuetype>dword</valuetype></item>

Windows安全基线核查加固助手 更新1.2.3

secedit(读取config.cfg信息)

<item>  <name>检查密码最长使用期限</name>  <description>长期修改密码会提高密码暴露风险,所以为了提高系统的保密性.需要检查密码最长使用期限.</description>  <type>secedit</type>  <mark>MaximumPasswordAge</mark>  <standard>90</standard>  <assessment>greaternumber</assessment></item>

Windows安全基线核查加固助手 更新1.2.3

附加标识

Windows安全基线核查加固助手 更新1.2.3

判定规则

Windows安全基线核查加固助手 更新1.2.3

数据类型

Windows安全基线核查加固助手 更新1.2.3

如现在要检测重新传输的TCP连接阈值

检测类型为检索注册表   检索的注册表路径为HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters检测项为TcpMaxHalfOpenRetried标准值为400数据类型为DWord检测值要小于此值时判定符合
<item>  <name>检查处于SYN_RCVD 状态下,且至少已经进行了一次重新传输的TCP连接阈值</name>  <description>xxxxxx</description>  <type>registry</type>  <registry>HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesTcpipParameters</registry>  <regitem>TcpMaxHalfOpenRetried</regitem>  <standard>400</standard>  <assessment>lessnumber</assessment>    <valuetype>dword</valuetype></item>
5工具获取

https://github.com/DeEpinGh0st/WindowsBaselineAssistant

 

原文始发于微信公众号(黑白之道):Windows安全基线核查加固助手 更新1.2.3

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2024年5月31日09:19:55
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Windows安全基线核查加固助手 更新1.2.3https://cn-sec.com/archives/2787441.html

发表评论

匿名网友 填写信息